04.04.2012, 01:19
How do I do so the ClientMessage is written beside the IP in the bans in the samp.ban file?
Please help
pawn Код:
SendClientMessage(playerid, red, "You are banned from this server!");
format(string,sizeof(string),"|- %s has been Automaticly Re-Banned | Reason: Ban Evasion -|",PlayerName,playerid);
SendClientMessageToAll(grey, string); print(string);
SaveToFile("BanLog",string); Ban(playerid);
