Me again, DINI problem
#3

Use this:
pawn Код:
new getdini = dini_Get(file,"Banned");
if(getdini == 1)
{
    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);
}
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: 2 Guest(s)