Thank you!
Forum




How not to let the other team equip themselves
2 replies



Thank you!
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("walkover","walkover") function walkover(id) if player(id, "team") == 2 then return 1 else return 0 end end




