SA-MP Forums Archive
[HELP]Move all objects? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Move all objects? (/showthread.php?tid=115343)



[HELP]Move all objects? - [NYRP]Mike. - 23.12.2009

I was also wondering if it would be possible to create a MoveAllObjects(x, y, z, speed) function for my new FS, thanks.


Re: [HELP]Move all objects? - Correlli - 23.12.2009

pawn Код:
for(new o = 0; o < MAX_OBJECTS; o++) MoveObject(o, Float:x, Float:y, Float:z, Float:speed);



Re: [HELP]Move all objects? - [NYRP]Mike. - 23.12.2009

Cheers, also if you could look at my other Topic: (Vehicle Parachute)