Array Last Checkpoint Death Problem [ Interesting problem ] - 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: Array Last Checkpoint Death Problem [ Interesting problem ] (
/showthread.php?tid=592956)
Array Last Checkpoint Death Problem [ Interesting problem ] -
maraz1987 - 31.10.2015
Enter the last control point where the driving test system when the player dies. It is also the last checkpoint of the roller system in the same way . There is no shortage of normal checkpoints. Waiting for your immediate assistance. Add my amusement parks system even in the race checkpoints such as filterscripts game mode .
For Ex:
new Float:checkpoints[MAX_POINTS][4] = {
{-28.100069,-89.627357,1003.5469,3.0}, // No Dead
{-27.100069,-89.627357,1003.5469,3.0}, // No Dead
{-26.100069,-89.627357,1003.5469,3.0} // Player Dead
}
{-26.100069,-89.627357,1003.5469,3.0} : Alone no problem when entered.