31.03.2018, 16:18
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.
EDIT: also I have "checkpointsize" defined so dw about that, tried without it aswell.
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; } |