Race Checkpoints - 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)
+--- Thread: Race Checkpoints (
/showthread.php?tid=626152)
Race Checkpoints -
KessMan - 11.01.2017
How do I create a checkpoint race exactly as down? (image)
I tried to create on my server one but it is not like the one above.
How do I create race checkpoints with black outline?
Re: Race Checkpoints -
FaLLenGirL - 11.01.2017
Click on this:
https://sampwiki.blast.hk/wiki/SetPlayerRaceCheckpoint
Re: Race Checkpoints -
KessMan - 11.01.2017
Quote:
Originally Posted by FaLLenGirL
|
You do not understand.
Re: Race Checkpoints - iLearner - 11.01.2017
Quote:
Originally Posted by KessMan
You do not understand.
|
Explain yourself.
Re: Race Checkpoints -
KessMan - 11.01.2017
Quote:
Originally Posted by iLearner
Explain yourself.
|
I want to create race checkpoints with a black border, exactly as in the first image.
Re: Race Checkpoints - iLearner - 11.01.2017
Quote:
Originally Posted by FaLLenGirL
|
@OP That thing explains pretty much everything, read it properly.
Re: Race Checkpoints -
KessMan - 11.01.2017
Quote:
Originally Posted by iLearner
@OP That thing explains pretty much everything, read it properly.
|
But checkpoints are created with white outline.
I want to checkpoints with black outline, as in the first image.
Re: Race Checkpoints -
Vince - 11.01.2017
It probably depends on your graphics settings and/or viewing angle. The arrow points to wherever the next x, y, z is and there's no way to change its color.
Re: Race Checkpoints -
Yaa - 11.01.2017
PHP код:
SetPlayerRaceCheckpoint(playerid, type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size)
well, you didn't notice "type" on this function :/ ? just try those types
Quote:
0-Normal, 1-Finish, 2-Nothing
|
never tired it but tell me if it's work
Re: Race Checkpoints -
oMa37 - 11.01.2017
Quote:
Originally Posted by Yaa
PHP код:
SetPlayerRaceCheckpoint(playerid, type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size)
well, you didn't notice "type" on this function :/ ? just try those types
never tired it but tell me if it's work
|
Type has nothing to do with this, It's just a graphics settings or viewing angle as Vince said after what I read from previous similar threads.