Guest User

Untitled

a guest
Jun 23rd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.50 KB | None | 0 0
  1. public Guns()
  2. {
  3.     for(new i;i<MAX_PLAYERS;i++)
  4.     {
  5.         if(!IsPlayerAdmin(i)){
  6.             new WeData[13][2];
  7.             GetPlayerWeaponData(i, 7, WeData[7][0], WeData[7][1]);
  8.             if(WeData[7][0] == 39 || WeData[7][0] == 38 || WeData[7][0] == 38 || WeData[7][0] == 37 || WeData[7][0] == 36 || WeData[7][0] == 35){
  9.                 //SendClientMessageToAllLang(82,0xFF0000FF,Player(i));
  10.                 SendClientMessage(i, 0xC6BEBDFF, "Post at forum.andromada.net in ban apeal board for unban request!");
  11.                 BanMsg(i, "Weapon cheat.");
  12.             }
  13.         }
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment