kNedLiik has written
I can help you kato just add me at skype.
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("spawn"equip")
function equip(id)
	if (player(id,"team") == 1) then
		parse("strip "..id.." 2")
	elseif (player(id,"team") == 2) then
		parse("strip "..id.." 2")
		parse("equip "..id.." 58")
		parse("equip "..id.." 6")
	end
end
I can help you kato just add me at skype.
Look above my friend (:
But i see that your hook was actually better than mine (:
Just a little mistake.
Kato use this hook and func instead:
1
2
2
addhook("spawn","fequip")
function fequip()
Lua Scripts/Questions/Help


Offline
how long are u scripting ?
I actually found out looking at some scipts, but somehow forgot it again s: