Me again, DINI problem
#6

Mhm... try that then:
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...
Reply


Messages In This Thread
Me again, DINI problem - by Mean - 07.01.2011, 18:15
Re: Me again, DINI problem - by Ash. - 07.01.2011, 18:17
Re: Me again, DINI problem - by Toreno - 07.01.2011, 18:17
Re: Me again, DINI problem - by Ash. - 07.01.2011, 18:20
Re: Me again, DINI problem - by Mean - 07.01.2011, 18:22
Re: Me again, DINI problem - by Toreno - 07.01.2011, 18:23
Re: Me again, DINI problem - by Mean - 07.01.2011, 18:24
Re: Me again, DINI problem - by Ash. - 07.01.2011, 18:34
Re: Me again, DINI problem - by John_F - 07.01.2011, 22:34

Forum Jump:


Users browsing this thread: 1 Guest(s)