English How not to let the other team equip themselves

2 replies
Goto Page
To the start Previous 1 Next To the start
Up
ead
User
Offline Off
So I want to know how I do not let the CT team equip themselves if a gun falls to the ground when the terrorist is killed.

Thank you!
I can make some oportunites but only me can make it.
03.12.16 12:23:14 am
Up
Bleach
User
Offline Off
To just not let the team ct pick up items from the ground.
Code:
1
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
03.12.16 01:18:17 am
Up
ead
User
Offline Off
@user Bleach: Thanks guy you help me alot!
I can make some oportunites but only me can make it.
To the start Previous 1 Next To the start