Money
#10

Well "CheckPoint2" isn't even defined, anyways it might be a fail try this
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519)
{
if (IsPlayerInRangeOfPoint(playerid, 7.0,Checkpoint1))
{
SetPlayerCheckpoint(playerid, Checkpoint2, 7.0);
GameTextForPlayer(playerid, "~g~Now fly back to Los Santos Airport to collect your paycheck.", 3000, 3);
}
if (IsPlayerInRangeOfPoint(playerid, 7.0, HotPoint2))
{
GivePlayerMoney(playerid, 1000);
GameTextForPlayer(playerid, "~g~You Completed the job, well done!", 3000, 3);
SetVehicleToRespawn(1);
DisablePlayerCheckpoint(playerid);
flyjobrunning = 0;
}
}
}
Reply


Messages In This Thread
Money - by gigicu01 - 22.12.2012, 08:18
Re: Money - by park4bmx - 22.12.2012, 09:17
Re: Money - by gigicu01 - 22.12.2012, 09:26
Re: Money - by park4bmx - 22.12.2012, 09:29
Re: Money - by gigicu01 - 22.12.2012, 12:27
Re: Money - by SKAzini - 22.12.2012, 12:31
Re: Money - by gigicu01 - 22.12.2012, 13:45
Re: Money - by DaRk_RaiN - 22.12.2012, 13:51
Re: Money - by gigicu01 - 22.12.2012, 13:53
Re: Money - by DaRk_RaiN - 22.12.2012, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)