[Ajuda] Comando /pacoteiniciante
#3

Dei uma ajeitada ai!

pawn Код:
dcmd_pacoteiniciante(playerid, params[])
{
    /*if(Player[playerid][pConnectTime] < 0 && Player[playerid][pConnectTime] >= 48)
    {
        SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo pode pegar o pacote iniciante. /ajuda ou /senha para mais informaзхes");
        return 1;
    }*/
//Reve esse code ai porque nгo da para entender essa comaparaзгo nгo fera!
    if(Player[playerid][PacotePegou] != 0)
    {
        SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк ja pegou seu Pacote Iniciante. /ajuda ou /senha para mais informaзхes");
        return 1;
    }
    else
    {
        new year, month,day;
        getdate(year, month, day);
        new hour,minuite,second;
        gettime(hour,minuite,second);
        Player[playerid][pLevel] += 2;
        Player[playerid][gPupgrade] += 6;
        Player[playerid][CashVerde] += 100000;
        Player[playerid][pConnectTime] += 48;
        GivePlayerGP(playerid, 100000);
        SendClientMessage(playerid, COLOR_RED, "[Pacote Iniciante] Vocк pegou seu pacote iniciante. /ajuda ou /senha para mais informaзхes");
        format(thestring, sizeof(thestring), "[Pacote Iniciante] %s pegou seu Pacote Iniciante", Player[playerid][pName]);
        Player[playerid][PacotePegou] = 1;
        WriteLog("edicao", thestring);
    }
    return 1;
}
essa sua primeira comparaзгo:
pawn Код:
if(Player[playerid][pConnectTime] < 0 && Player[playerid][pConnectTime] >= 48)
Ta um pouco errada eu acho '-'
Pensa comigo, como o tempo do cara vai ser "Menor que zero e maior igual a 48" ?
Reply


Messages In This Thread
Comando /pacoteiniciante - by BigRet - 02.12.2013, 14:17
Re: Comando /pacoteiniciante - by BigRet - 02.12.2013, 16:05
Respuesta: Comando /pacoteiniciante - by ViniKuliveguisky - 02.12.2013, 16:18
Re: Comando /pacoteiniciante - by BigRet - 02.12.2013, 16:33
Respuesta: Re: Comando /pacoteiniciante - by ViniKuliveguisky - 02.12.2013, 17:34
Re: Respuesta: Re: Comando /pacoteiniciante - by BigRet - 02.12.2013, 18:26
Re: Comando /pacoteiniciante - by Don_Speed - 02.12.2013, 18:33
Re: Comando /pacoteiniciante - by DannielCooper - 02.12.2013, 19:06
Re: Comando /pacoteiniciante - by BigRet - 02.12.2013, 19:20
Re: Comando /pacoteiniciante - by mau.tito - 02.12.2013, 20:59

Forum Jump:


Users browsing this thread: 2 Guest(s)