08.01.2010, 21:32
Checkpoints won't display when i go ingame from my script.
Here's my pastebin.
http://pastebin.com/f2dd7150
Lines are 157 - 174 (the cords of checkpoint)
here's some code.
Here's my pastebin.
http://pastebin.com/f2dd7150
Lines are 157 - 174 (the cords of checkpoint)
here's some code.
Код:
// checkpoint name defines #define CP_STATION1 0 //---------------------------------- #define MAX_POINTS 1 new Float:checkpoints[MAX_POINTS][4] = { {321.0736,1121.1912,1083.8828,5.0} //drug house checkpoint }; new checkpointType[MAX_POINTS] = { CP_STATION1 // not used just example THE CHECKPOINT NAME }; new Float:checkCoords[MAX_POINTS][4] = { //checkpoint cords {321.0736, 1121.1912, 1083.8828, 164.8358} //drug house };