Checkpoint bug?
#1

Hey!

Im tryna create a checkpoint and Im experiencing a weird bug of where only one side of checkpoint shows.

For example.. I placed checkpoint on these coordinates, "1958.33, 1343.12, 15.36" and if I go one left side of that coordinates I can only see checkpoint to right, and opposite on other side.. but I wanna see it all the time no matter where I am.

Quote:

CMD:checkpoint(playerid, params[])
{
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
{
SetPlayerCheckpoint(i, 1958.33, 1343.12, 15.36, checkpointsize);
}
return 1;
}

EDIT: also I have "checkpointsize" defined so dw about that, tried without it aswell.
Reply


Messages In This Thread
Checkpoint bug? - by NoteND - 31.03.2018, 16:18
Re: Checkpoint bug? - by Alpay0098 - 01.04.2018, 00:09
Re: Checkpoint bug? - by Logic_ - 01.04.2018, 02:30

Forum Jump:


Users browsing this thread: 1 Guest(s)