[Ajuda] Payday sу ta indo com comnado
#1

Meu payday sу vai no /payday, qnd da 13:00, 14:00, n vai eu tenho q ta on e da /payday, como faz pra por ele automaticamente igual todos os sv?

pawn Код:
if(strcmp(cmd, "/payday", true) == 0)
    {
        if (PlayerInfo[playerid][pAdmin] >= 1337)
        {
            for(new i=0;  i<MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i)) PlayerInfo[i][pPayDay] = 6;
            }
            PayDay();
            format(gstring, 128, "ADM AVISO: %s ID[%d] usou o comando /payday", PlayerName(playerid), playerid);
            SendClientMessage(playerid, COLOR_GRAD1, gstring);
            PayLog(string);
        }
        else
        {
            SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo esta autorizado a usar este comando!");
        }
        return 1;
    }
Reply


Messages In This Thread
Payday sу ta indo com comnado - by pedrotvr - 24.11.2013, 02:29
Re: Payday sу ta indo com comnado - by Delete_ - 24.11.2013, 02:39
Re: Payday sу ta indo com comnado - by Petrick™ - 24.11.2013, 04:10
Re: Payday sу ta indo com comnado - by pedrotvr - 24.11.2013, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)