Checkpoint size problem.
#1

I think this is a known bug, where if you set a checkpoint it will take the size of the last one. I checked the fixes.inc, and all they do is disable the checkpoint before settting the new one. But for some reason it's not working. I even tries setting a checkpoint with size of 10.0 then I used this command:
Код:
YCMD:test(playerid, params[], help)
{
	DisablePlayerCheckpoint(playerid);
	SetPlayerCheckpoint(playerid, 0.0, 0.0, 5.0, 2.0);
	return 1;
}
But the size is still 10.0.
So is there anyway to fix this bug? And if you gonna suggest that I use a streamer, then what should the streaming distance be? I want it to be seen all the time from any location.
Reply
#2

The streaming distance would be when the player sees the real checkpoint, not the map marker.
Reply
#3

Oh I see, thanks. I discovered that the checkpoint will have the right size if I die. Anyway, I will try to use a streamer for the checkpoint in hope of fixing this problem. and +rep'ed thanks for answering.
I tried the streamer, but the marker will only appear if I am close to the checkpoint :/
Reply
#4

it happens also with streamers if checkpoints' stream radiuses interfere each other
PHP код:
TogglePlayerAllDynamicCPs(playerid,true); 
returns CPs their own sizes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)