Please help me with this
#1

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.



Код:
// 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
};
Reply


Messages In This Thread
Please help me with this - by killdahobo99 - 08.01.2010, 21:32
Re: Problem with my checkpoint - by killdahobo99 - 09.01.2010, 01:02
Re: Problem with my checkpoint - by Lajko1 - 09.01.2010, 07:03
Re: Problem with my checkpoint - by killdahobo99 - 09.01.2010, 12:41
Re: Please help me with this - by killdahobo99 - 09.01.2010, 16:47
Re: Please help me with this - by killdahobo99 - 10.01.2010, 19:52
Re: Please help me with this - by lameguy - 10.01.2010, 19:59
Re: Please help me with this - by killdahobo99 - 11.01.2010, 01:45
Re: Please help me with this - by lameguy - 11.01.2010, 13:49
Re: Please help me with this - by killdahobo99 - 11.01.2010, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)