[Ajuda] Tempo para reutilizar comando
#5

Sem o uso de Set Timer.

PHP код:
if (!strcmp(cmd"/coletevip"true ))
{
    if (
pInfo[playerid][PLAYER_VIP] == 1)
    {
        if (
coletevip[playerid] >= gettime())
            return 
SendClientMessage(playeridCOLOR_ERRO"| ERRO | Espere um pouco para colocar colete denovo. 5 Min");
        
SetPlayerArmour(playerid100);
        
SendClientMessage(playerid0xFFFFE0FF"| COLETE | Seu colete foi criado com sucesso!");
        
        
coletevip[playerid] = gettime() + 300// 5 minutos em segundos
        
return 1;
    }
    else
    {
        
SendClientMessageplayeridCOLOR_ERRO"| ERRO | Vocк nгo tem permissгo ou estб na favela!" );
        return 
1;
    }

Reply


Messages In This Thread
Tempo para reutilizar comando - by GuiKommander - 09.01.2017, 21:43
Re: LEIAM PORFAVOR !! URGENTE - by johntrybescripter - 09.01.2017, 21:48
Re: LEIAM PORFAVOR !! URGENTE - by GuiKommander - 09.01.2017, 21:50
Re: LEIAM PORFAVOR !! URGENTE - by johntrybescripter - 09.01.2017, 21:53
Re: LEIAM PORFAVOR !! URGENTE - by 1sbedx - 09.01.2017, 21:54
Re: LEIAM PORFAVOR !! URGENTE - by GuiKommander - 09.01.2017, 21:56
Re: LEIAM PORFAVOR !! URGENTE - by 1sbedx - 09.01.2017, 21:57
Re: Tempo para reutilizar comando - by Lуs - 09.01.2017, 21:59
Lуs - by GuiKommander - 09.01.2017, 22:00
Re: Tempo para reutilizar comando - by IlanZ - 09.01.2017, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)