SA-MP Forums Archive
checkpoint... - 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... (/showthread.php?tid=231858)



checkpoint... - Gh0sT_ - 26.02.2011

I cant understand, why my created race cp is showing > somewhere to 0.0 coords?.. I setted nextx, y, z to -1..

Cp creating:

pawn Код:
KitiCP[ 2 ][ playerid ] = CreateDynamicRaceCP( 0, vCP[ Random ][ 0 ], vCP[ Random ][ 1 ], vCP[ Random ][ 2 ], -1, -1, -1, 13.0, 0, 0, playerid, 7000.0 );



Re: checkpoint... - Stigg - 26.02.2011

Do you mean it spawns at a farm type place in the middle of nowhere ?


Re: checkpoint... - Gh0sT_ - 26.02.2011

no, its creates fine, its just showing some > somewhere to 0.0 coords


Re: checkpoint... - Stigg - 26.02.2011

You mean which way the > is pointing ?
If so, you need the cord's of the next checkpoint.


Re: checkpoint... - Gh0sT_ - 26.02.2011

NOO. I don't want it, and setted Next checkpoint coordinates to -1, but server is showing > somewhere to red country.;SS


Re: checkpoint... - Gh0sT_ - 26.02.2011

oh, I need to use normal cps?


Re: checkpoint... - MP2 - 26.02.2011

Type 2 removes the arrow.


Re: checkpoint... - Gh0sT_ - 26.02.2011

but, I have some cps with arrows ( like drive school )


Re: checkpoint... - MP2 - 26.02.2011

Only remove it on the ones that you don't want arrows in then..?


Re: checkpoint... - Gh0sT_ - 26.02.2011

owww sorry and thanks, now I understand it, lock.