[AJUDA]zcmd
#2

pawn Код:
new texto,id;
    new string[128];
    if(!IsPlayerAdmin(playerid)) return
        SendClientMessage(playerid, 0xFFFFFFAA, "Este Comando й Restrito Para Administrador Rcon!");
    if(sscanf(params, "us[128]",id,texto)) return
        SendClientMessage(playerid, -1, "Use: /mpr [id] [texto].");
    if(IsPlayerConnected(id)) return
        SendClientMessage(playerid, -1, "Este Player Nгo Esta Logado!");
    else {
    format(string, sizeof(string), "%s %s", id, texto);
    SendClientMessage(id, -1, string);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA]zcmd - by blacktrindade - 16.05.2012, 18:45
Re: [AJUDA]zcmd - by Delete_ - 16.05.2012, 18:47
Re: [AJUDA]zcmd - by ViniBorn - 16.05.2012, 18:48
Re: [AJUDA]zcmd - by blacktrindade - 16.05.2012, 18:50
Re: [AJUDA]zcmd - by CidadeNovaRP - 16.05.2012, 18:54
Re: [AJUDA]zcmd - by ViniBorn - 16.05.2012, 18:57
Re: [AJUDA]zcmd - by blacktrindade - 16.05.2012, 19:02
Re: [AJUDA]zcmd - by paulor - 16.05.2012, 19:07
Re: [AJUDA]zcmd - by CidadeNovaRP - 16.05.2012, 19:17
Re: [AJUDA]zcmd - by ViniBorn - 16.05.2012, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)