What is wrong with this command?
#3

Question: why don't you use OnPlayerEnterCheckpoint and/or IsPlayerInCheckpoint? Ideally sets of coordinates are also stored in a single place and referenced from that single place. Copying sets of coordinates often leads to inconsistencies and annoying bugs. Like seems to be the case here. Checkpoint gets set to this location:
PHP код:
SetPlayerCheckpoint(playerid2116.9177,-1785.6226,13.38673.0); 
and then you check if the player is in this location:
PHP код:
if(IsPlayerInRangeOfPoint(playerid,3.0,2104.2502,-1806.3750,13.5547)) 
Reply


Messages In This Thread
What is wrong with this command? - by MayaEU - 19.06.2016, 07:38
Re: What is wrong with this command? - by MayaEU - 19.06.2016, 07:48
Re: What is wrong with this command? - by Vince - 19.06.2016, 07:56

Forum Jump:


Users browsing this thread: 1 Guest(s)