Anti cheat dont working
#1

[/PAWN]
while(w < (sizeof(ForbiddenWeapons))){
if(GetPlayerWeapon(playerid) == w){
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, sizeof(string), "Banned: %s |How long: Perm |Reason: Weapon hack!", pName);
SendClientMessageToAll(-1, string);
BanEx(playerid, "Weapon Cheat");
}
}
return 1;
}
[/PAWN]

Код:
C:\Users\Mustafa\Desktop\Servers\Gta server\ForYou\gamemodes\TDMNIEUW.pwn(1150) : warning 203: symbol is never used: "ForbiddenWeapons"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
pawn Код:
new ForbiddenWeapons[][] = {
38, //Minigun
35, //RPG
36 //Heatseeking RPG
};
Reply


Messages In This Thread
Anti cheat dont working - by Mustafa6155 - 23.12.2012, 08:45
Re: Anti cheat dont working - by willsuckformoney - 23.12.2012, 08:51
Re: Anti cheat dont working - by Mustafa6155 - 23.12.2012, 08:58
Re: Anti cheat dont working - by Konstantinos - 23.12.2012, 09:00
Re: Anti cheat dont working - by Mustafa6155 - 23.12.2012, 12:54
Re: Anti cheat dont working - by Mustafa6155 - 23.12.2012, 18:16
Re: Anti cheat dont working - by LosAngelesRoleplay - 23.12.2012, 18:31
Re : Anti cheat dont working - by [HRD]Mar1 - 23.12.2012, 18:53
Re: Anti cheat dont working - by Mustafa6155 - 23.12.2012, 19:04
Re : Anti cheat dont working - by [HRD]Mar1 - 23.12.2012, 20:17

Forum Jump:


Users browsing this thread: 2 Guest(s)