[AJUDA]Este Comando Funcionaria?
#2

Nao
pawn Код:
CMD:kick(playerid, params[])
{
    if(sscanf(params, "us",id,texto))return SendClientMessage(playerid,-1,"Use: /kick [id] [motivo]");
    if(IsPlayerConnected(id)) return SendClientMessage(playerid, -1, "Este jogador nгo estб conectado");
    //usa format e SendClientMessageToAll Para Informar o Kickado
    Kick(id);
    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)