Advertisement
KaLu17

[pawno.pl] -> #25747 [1]

Apr 27th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.11 KB | None | 0 0
  1. public OnPlayerUpdate(playerid)
  2. {
  3.     if(GetPlayerWeapon(playerid) == 38)
  4.     {
  5.         Kick(playerid);
  6.     }
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement