07.01.2011, 18:23
Mhm... try that then:
EDIT:
I'm not sure it's gonna work, I had such problem as this...
pawn Код:
if(strcmp(dini_Int(file,"Banned"), "1", true) == 0)
{
new stringb[128];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
SendClientMessage(playerid, ORANGE, "You are banned from this server, go and ban appeal at sitecensored");
format(stringb, 128, "[SERVER KICK] %s has been kicked from the server || Reason: Name banned from this server");
SendClientMessageToAll(GREY, stringb);
Kick(playerid);
}
EDIT:
I'm not sure it's gonna work, I had such problem as this...