SA-MP Forums Archive
[Tool/Web/Other] Object Offset - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Object Offset (/showthread.php?tid=295417)



Object Offset - Zezombia - 06.11.2011

Object Offset


If you have multiple objects you would like to move relevant to one another, and you don't want to go through hundreds/thousands of objects, doing the math and changing one or more values on each of them one at a time, this program's for you.

Place all of your objects in a file. Make sure you have only objects in that file. For example:

Код:
CreateObject(345, 150.0, 250.0, 350.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 260.0, 0, 20.0, 0);
That would be your complete file. Select what you would like to change, for example if you want to move all objects up one, you would type "1" in the Location: z field. Now your code will look like this:

Код:
CreateObject(345, 150.0, 250.0, 351.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 261.0, 0, 20.0, 0);
Please report any problems you may have.

Download
[Mediafire]
Source
[Mediafire]


Re: Object Offset - Lorenc_ - 06.11.2011

This is absolutely brilliant, thanks a lot. Indeed saved my time for killstreak I'm making and saved a lot of other peoples time.

As usual, really great release. Repped.

Can you add Icognitio's streamer (I don't know how to spell his name)

EDIT: wrong area to post, you forgot the sub-forum


Re: Object Offset - Flyfishes - 06.11.2011

Great idea! Will sure be used by me +rep


Re: Object Offset - [HiC]TheKiller - 06.11.2011

You have been gone for a while =/. Nice program though, will make it a lot easier for people to create object offsets.