A little Help with a race checkpoint please.
#1

I hope someone can help me, i would like to create a race checkpoint that only appears when a player is near it, like a normal player checkpoint. I can create the race checky itself, but its there all the time, no matter where you are. Thanks for your time.
Reply
#2

Код:
if(IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z))
{
  SetPlayerRaceCheckpoint(playerid, type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size);
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)