like buying an ak47 + he grenade with one key.
Forum
CS2D General making scriptsmaking scripts
8 replies 1
like buying an ak47 + he grenade with one key.
there was script that maked this...
i forgot the technique..
I think this should work:
bind "KEYNAME" "ak47; hegren"
http://unrealsoftware.de/forum_posts.php?post=44926&start=0#post44926
I remember posting my script on these forums but I can't find it, even with search. I'm not going to post it again or my new updated one (Still kinda old, but better modified), because there's info on it that I'm too lazy to edit out. Like my name and say commands and such.
i tried setting the default radio keys like in the other cs games but get access memory violation.
Re: making scripts
Guestin the console type in
bind " any key here " "buy slot4 slot1 buy slot8 slot 4"
That should give an AK-47 and a H.E. Grenade.
where it says any key here, put in... any key.
F1=scout,HE,defuse kit,full ammo
F2=ak-47,HE,deuse kit, full ammo
F3=Deagle,HE,2 Flashes,Smoke,flare, full ammo
F4=AWP,defuse kit, full ammo
D1aMoNd_ has written
i want a script that allows you to have:
F1=scout,HE,defuse kit,full ammo
F2=ak-47,HE,deuse kit, full ammo
F3=Deagle,HE,2 Flashes,Smoke,flare, full ammo
F4=AWP,defuse kit, full ammo
F1=scout,HE,defuse kit,full ammo
F2=ak-47,HE,deuse kit, full ammo
F3=Deagle,HE,2 Flashes,Smoke,flare, full ammo
F4=AWP,defuse kit, full ammo
I know how to make one.
Enter this in the autoexec.cfg in your CS2D folder.
bind "F1" "scout; he; defuser; primammo; secammo"
bind "F2" "ak47; he; defuser; primammo; secammo"
bind "F3" "deagle; he; flash; sgren; fgren; primammo; secammo"
bind "F4" "awp; defuser; primammo; secammo"
And you got that done.
1