[AJUDA]Este Comando Funcionaria?
#1

pawn Код:
CMD:kick(playerid, params[])
{
    if(sscanf(params, "us",id,texto))
    {
        SendClientMessage(playerid,-1,"Use: /kick [id] [motivo]");
    }
    else
    {
        if(IsPlayerConnected(id)) return SendClientMessage(playerid, -1, "Este jogador nгo estб conectado");
        GetPlayerName(playerid,nome,sizeof(nome));
        Kick("Admin %s Kickou O Player %s",nome,texto);
    }
    return true;
}
Reply


Messages In This Thread
[AJUDA]Este Comando Funcionaria? - by Jake_Dunlapp - 26.05.2012, 13:56
Re: [AJUDA]Este Comando Funcionaria? - by Don_Speed - 26.05.2012, 13:59
Re: [AJUDA]Este Comando Funcionaria? - by Jake_Dunlapp - 26.05.2012, 14:02
Re: [AJUDA]Este Comando Funcionaria? - by kikito - 26.05.2012, 14:05
Re: [AJUDA]Este Comando Funcionaria? - by Don_Speed - 26.05.2012, 14:06
Re: [AJUDA]Este Comando Funcionaria? - by kikito - 26.05.2012, 14:09
Re: [AJUDA]Este Comando Funcionaria? - by ViniBorn - 26.05.2012, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)