What is wrong with this command?
#1

nevermind figured out
Reply
#2

edited
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)