BureX has written
wawawa can somebody help me with this script ? i wanted to make that when a player changes his gun that he doesnt change gun :S ( i think i said it correctly) like player has usp and he changes it to a knife BUT lua changes it back again to usp
uhhh but you know it will only for for terrorists ... right
if you dont want only for Ts then remove If player ..
and an end
1
2
3
4
5
6
2
3
4
5
6
addhook("select","**CENSURED**") function **CENSURED**(id,type,mode) if player(id,"team") == 1 then parse("setweapon "..id.." "..player(id,"weapontype")) end end
try it ..