03.06.2015, 21:40
Hello to all, after 2 years of good pause i'm here again improving my skills. This is a simple code of a simple anticheat made by me. I got only a problem here:
Line 295
Pastebin link:
Pastebin Code
I'm getting crazy about the error, someone can kindly help me out?
Код:
SendClientMessage(playerid, 0xFFFFFFFF, s); if(GetPlayerWeapon(playerid) == 38) Ban(playerid); //Ban if they have a minigun SendClientMessage(playerid, COLOR_GREEN, "[VANILLA-ANTICHEATS] YOU HAVE BEEN AUTO-BANNED FOR REASON: MINIGUN"); if(GetPlayerWeapon(playerid) == 35) Ban(playerid); //Ban if they have a RPG SendClientMessage(playerid, COLOR_GREEN, "[VANILLA-ANTICHEATS] YOU HAVE BEEN AUTO-BANNED FOR REASON: RPG"); if(GetPlayerWeapon(playerid) == 36) Ban(playerid); //Ban if they have a HEAT SEEKER SendClientMessage(playerid, COLOR_GREEN, "[VANILLA-ANTICHEATS] YOU HAVE BEEN AUTO-BANNED FOR REASON: HEAT SEEKER"); } return 1; }
Pastebin link:
Pastebin Code
I'm getting crazy about the error, someone can kindly help me out?
![Cheesy](images/smilies/biggrin.png)