23.06.2017, 14:00
(
Последний раз редактировалось rolex; 23.06.2017 в 14:36.
)
By the SA:MP limits, server never show more than 1 checkpoint per time. So, checkpoints have a STREAM value, when you get closer, it's appear for player.
Check your checkpoint stream value to appear only when player get closer in a range, as 3.0 or 10.0..
You can use a STREAMER.
Check your checkpoint stream value to appear only when player get closer in a range, as 3.0 or 10.0..
PHP код:
SetPlayerCheckpoint(playerid, POSITION 1, POSITION 2, POSITION 3, SIZE); // ex.: (playerid, 3000.0, -200.0, -300.0, 5.0);