30.11.2010, 13:57
Quote:
This version is the correct one
pawn Код:
|
pawn Код:
#define WEBSITE "www.balalbala.com"
public playerfoundweapon(playerid)
{
if (PlayerInfo[playerid][Level] == 0)
{
if (CheatMsg == 1)
{
new string[128];
GetPlayerName(playerid, string, MAX_PLAYER_NAME);
format(string, sizeof(string), "Anti Cheat : %s has been banned (Reason : Weapon Cheats )", string);
SendClientMessageToAll(0xFF000096, string);
}
new string2[40];
format(string2,sizeof(string2),"If you think this was an unfair ban, make an unban appeal at: %s",WEBSITE);
SendClientMessage(playerid, 0xFF000096, string);
Ban(playerid);
return 1;
}
return 0;
}
![Cheesy](images/smilies/biggrin.png)