21.08.2010, 04:13
It's already there, anyways i fixed that i just need it to kick if its the second attempt and ban on third
^^
pawn Код:
if(PlayerInfo[playerid][WHack] == 1) return print("Admins Aware");
if(PlayerInfo[playerid][WHack] == 2) return Kick(playerid), SendClientMessage(playerid,red,"You been kicked for Weapon hacks, this means you had warning next is ban"), PlayerInfo[playerid][WHack] = 2;
if(PlayerInfo[playerid][WHack] == 3) return Ban(playerid), SendClientMessage(playerid,red,"You been banned for Weapn Hacks, This means u been warned and kicked."), PlayerInfo[playerid][WHack] = 3;