whiplk

wii-AntiWepHack

Jan 24th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.27 KB | None | 0 0
  1. wii_anticheater(playerid)
  2. {
  3.     new
  4.         HolyShit = GetPlayerWeapon(playerid),
  5.         wir[MAX_PLAYER_NAME];
  6.     GetPlayerName(playerid, wir, sizeof(wir));
  7.     if(HolyShit == 9)
  8.         Kick(playerid);
  9.        
  10.     return wir;
  11. }
  12.  
  13. //Basta adicionar mais ID's de armas ao HolyShit. By: Will
Add Comment
Please, Sign In to add comment