edited 1×, last 28.11.13 10:11:54 pm
Forum
CS2D Scripts No knife on spawn ?No knife on spawn ?
6 replies 1
1
return "x"
Check spawn
Now. If you want to spawn WITHOUT knife (like the title says, unlike your post) you will use
1
2
3
4
5
2
3
4
5
addhook("spawn","hi") function hi(id) 	parse("equip "..id.." 1") -- Any weapon ID here. 	parse("strip "..id.." 50") end
edited 1×, last 28.11.13 06:58:14 pm
My english is bad.
EDIT: Eh delete my post. Raining Mammoths already told the script.
Thanks for the help
1