can someone tell me how To make terrorist that do not take weapons from the ground/floor like when a weapon in the floor terrorist cant takes it
Forum




weapon
2 replies



can someone tell me how To make terrorist that do not take weapons from the ground/floor like when a weapon in the floor terrorist cant takes it
addhook("walkover", "_walkover")
function _walkover(id)
if player(id, "team") == 1 then
return 1
end
end
This not only applies to weapons but every item in the game. 


