whats wrong with this?
#6

Lol, you need to separate the actual coordinates, not put the "all" coordinates in there. So, for example:

Код:
AddPlayerClass(126,1711.8013,-2112.8604,13.3828,271.2368,0,0,0,0,0,0);
You get:

Код:
AddPlayerClass(126,[1711.8013,-2112.8604,13.3828],271.2368,0,0,0,0,0,0); // P2
The last thing you get:

Код:
1711.8013,-2112.8604,13.3828
And now you cannot move an object witch doesn't have a name, as you are doing.
Example:

Код:
Moveobject(rocket, coordinates(1711.8013,-2112.8604,13.3828), 2.0); // 2.0 = Speed
And if you are doing a rocket, that goes up in the sky... Mm, you should just put add up some numbers to the coordinates,
example:

Код:
1711.8013,-2112.8604,13.3828+600
Now it will go up exactly 600.
Reply


Messages In This Thread
whats wrong with this? - by Sweet_Mafia™ - 21.12.2010, 01:08
Re: whats wrong with this? - by vlastikczech - 21.12.2010, 01:12
Re: whats wrong with this? - by ToPhrESH - 21.12.2010, 04:35
Re: whats wrong with this? - by TheYoungCapone - 21.12.2010, 04:36
Re: whats wrong with this? - by Sweet_Mafia™ - 21.12.2010, 04:43
Re: whats wrong with this? - by ExeC - 21.12.2010, 04:48
Re: whats wrong with this? - by Sweet_Mafia™ - 21.12.2010, 15:54
Re: whats wrong with this? - by Grim_ - 22.12.2010, 05:40

Forum Jump:


Users browsing this thread: 1 Guest(s)