SA-MP Forums Archive
checkpoint size - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: checkpoint size (/showthread.php?tid=125974)



checkpoint size - adytzu32 - 06.02.2010

hi,this is my cmd
Код:
if(strcmp(cmdtext, "/gps2", true) == 0)
	{
		SetPlayerCheckpoint(playerid, 1187.1045, -1324.5902, 13.5593, 274.9265, 1.5);
		GameTextForPlayer(playerid, "~w~GPS Configure ~g~All Saints Hospital", 5000, 1);
		return 1;
	}
. 1.5 must be an small checkpoint,no?but when i've tested it's HUGE.how can i fix that?



Re: checkpoint size - nastoe - 06.02.2010

do you have more then one checkpoint, if you have do you have checkpoint streamer?


Re: checkpoint size - adytzu32 - 06.02.2010

only 8 checkpoint on my FS.


Re: checkpoint size - nastoe - 06.02.2010

did you have checkpoint streamer?


Re: checkpoint size - adytzu32 - 06.02.2010

no,i don't have.but idk if streamer will be fix the checkpoint size


Re: checkpoint size - nastoe - 06.02.2010

yes he will, because you cant use more then 1 checpoint without the streamer you need to put checkpoint streamer into script and then set size you will see it will work...I was had the same problem before


Re: checkpoint size - adytzu32 - 06.02.2010

and what stream is the best?


Re: checkpoint size - nastoe - 06.02.2010

there is alot streamers just use search and find the best one you think it is


Re: checkpoint size - adytzu32 - 06.02.2010

solved,thanks


Re: checkpoint size - nastoe - 06.02.2010

np