#1

http://zaslike.com/viewer.php?file=i...hps6cgu5p8.jpg

Код:
CMD:kick(playerid,params[])
{
    new id,name1[MAX_PLAYER_NAME], reason[35],name2[MAX_PLAYER_NAME], string[128];
    if(PlayerInfo[playerid][pAdmin] < 1) return SCM(playerid, COLOR_LIGHTRED,"SERVER:Nisi admin!");
    if(sscanf(params,"uz",id,reason)) return SCM(playerid, COLOR_WHITE,"HELP: /kick [id/Ime_Prezime] [razlog]");
    if(!IsPlayerConnected(id)) return SCM(playerid, COLOR_LIGHTRED,"SERVER:Taj igrac nije online.");
    else
    {
	    GetPlayerName(playerid,name1,sizeof(name1));
	    GetPlayerName(id,name2,sizeof(name2));
	    format(string, sizeof(string),"SERVER: %s je kickan od admina %s, razlog: %s",name2,name1,reason);
	    SendClientMessageToAll(COLOR_RED,string);
	    Kick(id);
    }
    return 1;
}
Typing / kick Jack_Tiks Test and writes SERVER: This player is not online and I was online and throw me into a server problem
Reply


Messages In This Thread
Help - by antonio600x - 03.09.2011, 15:20
Re: Help - by =WoR=Varth - 03.09.2011, 15:23
Re: Help - by Jafet_Macario - 03.09.2011, 15:25
Re: Help - by antonio600x - 03.09.2011, 15:33
Re: Help - by =WoR=Varth - 03.09.2011, 15:49
Re: Help - by antonio600x - 03.09.2011, 17:44
Re: Help - by =WoR=Varth - 03.09.2011, 17:49
Re: Help - by antonio600x - 03.09.2011, 19:43
Re: Help - by Dokins - 03.09.2011, 19:45
Re: Help - by BlackWolf120 - 03.09.2011, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)