[Ajuda] Server caindo
#3

Eu nao tenho a public OnPlayerCommandText no meu gm, todos os comandos estao em zcmd.

/kick

Код:
CMD:kick(playerid, params[])
{
	new id,motivo[20];
	if(!(Player[playerid][pAdmin] >= 1) && !(Player[playerid][pvip] >= 999)) return SendClientMessage(playerid, COR_ERRO, "ERRO: Vocк nгo tem permissгo para usar este comando.");
   	if(sscanf(params,"us[128]",id,motivo)) return SendClientMessage(playerid, COR_ERRO,"Uso Correto: /kick [id]  [motivo]");
	if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COR_ERRO, "ERRO: Este jogador nгo estб conectado.");
	SendFormattedMessageToAll(COR_NEGATIVO, "INFO: %s foi kickado pelo %s %s | Motivo: %s", getPName(id), AccountName(playerid), getPName(playerid), motivo);
	Kick(id);
	SetTimerEx("TimerKick", 1000, 0, "i", playerid);
	return 1;
}
Reply


Messages In This Thread
Server caindo - by _Play_ - 25.03.2015, 02:43
Re: Server caindo - by ipsLuan - 25.03.2015, 03:34
Re: Server caindo - by _Play_ - 25.03.2015, 16:56
Re: Server caindo - by [BC]Vinny - 25.03.2015, 17:05
Re: Server caindo - by _Play_ - 25.03.2015, 17:13
Re: Server caindo - by JkS - 25.03.2015, 20:00
Re: Server caindo - by ipsLuan - 25.03.2015, 20:31
Re: Server caindo - by _Play_ - 25.03.2015, 21:18
Re: Server caindo - by ipsLuan - 25.03.2015, 21:31

Forum Jump:


Users browsing this thread: 1 Guest(s)