OnPlayerEnterCheckpoint Not working
#5

I found another bug.

This should still like this.

pawn Код:
if(FedexJob[playerid] >= 1) // Fedex Route
In the first check, where you use IsPlayerInRangeOfPoint, there's a miss.

Here it is.

pawn Код:
if(IsPlayerInRangeOfPoint(playerid,5,1965.1832,-1992.3107,13.4766)) // Checkpoint 1
The 5 is size and it should stay in last place.

This

pawn Код:
if(IsPlayerInRangeOfPoint(playerid,1965.1832,-1992.3107,13.4766,5)) // Checkpoint 1
Reply


Messages In This Thread
OnPlayerEnterCheckpoint Not working - by maximthepain - 04.11.2013, 14:53
AW: OnPlayerEnterCheckpoint Not working - by Skimmer - 04.11.2013, 15:10
Re: AW: OnPlayerEnterCheckpoint Not working - by maximthepain - 04.11.2013, 15:16
Re: OnPlayerEnterCheckpoint Not working - by Tagathron - 04.11.2013, 15:18
AW: OnPlayerEnterCheckpoint Not working - by Skimmer - 04.11.2013, 15:21
Re: OnPlayerEnterCheckpoint Not working - by maximthepain - 04.11.2013, 15:23
Re: OnPlayerEnterCheckpoint Not working - by Pottus - 04.11.2013, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)