[AJUDA] Colocar sistema como um cmd
#10

Faltou editar as mensagens Shadoww -q
pawn Код:
if(strcmp(cmd, "/earma", true) == 0)
{
    #define SCM SendClientMessage
    #if defined RCON
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0x33CCFFAA,"Vocк nгo й um administrador do servidor !");
    #else
    if(PlayerInfo[playerid][pAdmin] <= 0) return SendClientMessage(playerid,0x33CCFFAA,"Vocк nгo й um administrador do servidor !");
    #endif
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SCM(playerid, -1, "ERROR: /earma [armaid] [balas]");
    new arma, municao, texto[100], NickName[MAX_PLAYER_NAME];
    arma = strval(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SCM(playerid, -1, "ERROR: /earma [armaid] [balas]");
    municao = strval(tmp);
    if(!EventoExistente) return SendClientMessage(playerid,0x33CCFFAA,"Nгo hб nenhum evento acontecendo ou o mesmo estб trancado !");
    GetPlayerName(playerid, NickName, sizeof(NickName));
    format(texto,100,"[Server Info] {FFFF00}O Admistrador %s deu a arma %d com %d de muniзгo para Todos do Evento %s!",NickName, arma, municao, EventoTipo);
    SendClientMessageToAll(0x33FF00FF, texto);
    for(new x = 0; x < MAX_PLAYERS; x++)
    {
        if(IsPlayerInEvento[x]) GivePlayerWeapon(x, arma, municao);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Colocar sistema como um cmd - by Lucas_ - 06.06.2011, 02:55
Re: [AJUDA] Colocar sistema como um cmd - by diretor7 - 06.06.2011, 03:40
Re: [AJUDA] Colocar sistema como um cmd - by Andrew_Guiga - 06.06.2011, 04:30
Re: [AJUDA] Colocar sistema como um cmd - by Ricop522 - 06.06.2011, 15:52
Re: [AJUDA] Colocar sistema como um cmd - by Andrew_Guiga - 06.06.2011, 16:06
Re: [AJUDA] Colocar sistema como um cmd - by Shadoww5 - 06.06.2011, 16:31
Re: [AJUDA] Colocar sistema como um cmd - by Ricop522 - 06.06.2011, 17:29
Re: [AJUDA] Colocar sistema como um cmd - by The Knight - 06.06.2011, 17:31
Re: [AJUDA] Colocar sistema como um cmd - by Shadoww5 - 06.06.2011, 17:52
Re: [AJUDA] Colocar sistema como um cmd - by Ricop522 - 06.06.2011, 18:29

Forum Jump:


Users browsing this thread: 3 Guest(s)