[AJUDA] Colocar sistema como um cmd
#7

pawn Код:
if(strcmp(cmd, "/darcolete", true) == 0)
    {
        #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: /darcolete [ colete ] para todos !");
        new colete, texto[100], NickName[MAX_PLAYER_NAME];
        colete = 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 colocou %d de Colete em Todos no Evento %s!",NickName, colete, EventoTipo);
        SendClientMessageToAll(0x33FF00FF, texto);
        for(new x = 0; x < MAX_PLAYERS; x++) if(IsPlayerInEvento[x]) SetPlayerArmour(x, colete);
        return 0x01;
   }
Pronto, esqueci de mudar o strval(Colete)
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: 1 Guest(s)