setplayercheckpoint
#1

Is it possible to create multiple setplayercheckpoints? and i dont want to use CreateDynamicCP..
And also is it possible to remove the redmarker from setplayercheckpoint, so the player only see's it when he is near it on the map, thanks!
Reply
#2

No, setplayercheckpoint is only for one checkpoint. You're gunna have to use the streamer whether you like it or not.
Reply
#3

You haven't read what he has said.

You can:
Код:
    if(IsPlayerInRangeOfPoint(playerid, 5.0, -339.2091,1861.4932,42.5078))
    {
    
        SetPlayerCheckpoint(playerid, -339.2091,1861.4932,42.5078, 3.0);
    }
This way you can make a lot of checkpoints, but make them visible only when near.
Have fun.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)