[Ajuda] comando Kick
#2

PHP код:
CMD:kickar(playeridparams[])
{
    if(
DadosPlayer[playerid][pAdmin] < 1) return SendClientMessage(playeridVERMELHO"|ERRO| Vocк nгo й um membro da Staff e nгo pode Executar esse Comando.");//sem retorno ..
    
new Motivo[50];
    if(
sscanf(params"us"IDMotivo))
        
SendClientMessage(playeridVERMELHO"|ERRO| Correto: /kickar [id] [motivo]");
    if(!
IsPlayerConnected(ID))
        
SendClientMessage(playeridVERMELHO"|ERRO| Player nгo conectado");
    
format(strsizeof(str), "|INFO| %s foi kikado pelo %s %s. Motivo: %s"GetPlayerNameEx(playerid), CargoAdmin(playerid), GetPlayerNameEx(playerid), Motivo);
    
SendClientMessageToAll(VERMELHOstr);
    
Kick(ID);
    return 
true;

Reply


Messages In This Thread
comando Kick - by FernandoSS - 19.07.2014, 13:28
Re: comando Kick - by SkullFire - 19.07.2014, 13:37
Re: comando Kick - by FernandoSS - 19.07.2014, 13:43
Re: comando Kick - by SkullFire - 19.07.2014, 13:44
Re: comando Kick - by Petrick™ - 19.07.2014, 14:00
Re: comando Kick - by FernandoSS - 19.07.2014, 14:18
Re: comando Kick - by SkullFire - 19.07.2014, 14:34
Respuesta: comando Kick - by Snoopythekill - 19.07.2014, 14:53
Re: comando Kick - by ViniBorn - 19.07.2014, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)