[Ajuda] O que causou isso?
#3

Aonde estб o erro aqui? Nгo consegui encontrar.

Код:
if (PlayerData[playerid][pColheita10])
	{
	    PlayerData[playerid][pColheitaStage]++;

	    if (PlayerData[playerid][pColheitaStage] < sizeof(PointColheita10)) {
			SetPlayerCheckpoint(playerid, PointColheita10[PlayerData[playerid][pColheitaStage]][0], PointColheita10[PlayerData[playerid][pColheitaStage]][1], PointColheita10[PlayerData[playerid][pColheitaStage]][2], 3.0);
		}
        else
		{
		    if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 531 || GetVehicleModel(GetPlayerVehicleID(playerid)) == 572)
			{
			    PlayerData[playerid][pColheita10] = false;
	    		PlayerData[playerid][pColheitaStage] = 0;
	    		
				GiveMoney(playerid, 150);
	     		SendServerMessage(playerid, "Vocк ganhou $150 por realizar essa colheita.");
				return 1;
			}
			GiveMoney(playerid, 250);
			SendServerMessage(playerid, "Vocк ganhou $250 por realizar essa colheita.");

		}
    if (PlayerData[playerid][pColheita20])
	{
	    PlayerData[playerid][pColheitaStage]++;

	    if (PlayerData[playerid][pColheitaStage] < sizeof(PointColheita20)) {
			SetPlayerCheckpoint(playerid, PointColheita20[PlayerData[playerid][pColheitaStage]][0], PointColheita20[PlayerData[playerid][pColheitaStage]][1], PointColheita20[PlayerData[playerid][pColheitaStage]][2], 3.0);
		}
		else
		{
		    if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 531 || GetVehicleModel(GetPlayerVehicleID(playerid)) == 572)
			{
			    PlayerData[playerid][pColheita20] = false;
	    		PlayerData[playerid][pColheitaStage] = 0;
	    		
				GiveMoney(playerid, 250);
	     		SendServerMessage(playerid, "Vocк ganhou $250 por realizar essa colheita.");
				return 1;
			}
			GiveMoney(playerid, 350);
			SendServerMessage(playerid, "Vocк ganhou $350 por realizar essa colheita.");

		}
Reply


Messages In This Thread
O que causou isso? - by Derritee1001 - 31.07.2016, 18:12
Respuesta: O que causou isso? - by SammyJ - 31.07.2016, 18:26
Re: O que causou isso? - by Derritee1001 - 31.07.2016, 18:34
Re: O que causou isso? - by Derritee1001 - 31.07.2016, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)