whats wrong with this?
#8

Quote:
Originally Posted by ExeC
Посмотреть сообщение
Lol, you need to separate the actual coordinates, not put the "all" coordinates in there. So, for example:
I don't quite understand what you are trying to say, but if you are saying you don't need all the extra places after the decimal, then you are correct. However, it will have no effect on the script (just making the coordinates of the object slightly less precise).

I would suggest using an array next time, instead of the epic amount of variables you have there.
pawn Код:
new rocket[ 20 ];
// and
MoveObject( rocket[ 0 ], .... );
Would work wonders. But like stated above, it has no true effect, just makes it look cooler.
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)