Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public Guns()
- {
- for(new i;i<MAX_PLAYERS;i++)
- {
- if(!IsPlayerAdmin(i)){
- new WeData[13][2];
- GetPlayerWeaponData(i, 7, WeData[7][0], WeData[7][1]);
- 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){
- //SendClientMessageToAllLang(82,0xFF0000FF,Player(i));
- SendClientMessage(i, 0xC6BEBDFF, "Post at forum.andromada.net in ban apeal board for unban request!");
- BanMsg(i, "Weapon cheat.");
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment