[Ajuda] Comando /pacoteiniciante
#1

Bom eu fiz uma comando pacoteiniciante que й como se fosse a ediзгo De Rg do servidor Mas tipo ele nгo esta
bloqueando dps que a pessoa Pega se ela relogar vai poder pegar dnv como eu faзo para bloquear dps que a pessoa pega

Код:
dcmd_pacoteiniciante(playerid, params[])
{
    #pragma unused 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;
	}

    if(Player[playerid][PacotePegou] == 1)
    {
        SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк ja 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]);
        return 1;
	}
    if(Player[playerid][PacotePegou] == 0)
    {
        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;
}
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: 1 Guest(s)