Converting a large list of objects to new positions
#1

Does anyone know an easy way to move the positions of a huge object list? About 1k objects, i'm trying to add 1000 to the y pos, 1000 to the x pos, ect. Anyone know a good way of doing that? I tried making an ingame converter but didn't work too well.
Reply
#2

CreateObject(modelid, Float:X+1000, Float:Y+1000, Float:Z+1000, Float:rX, Float:rY, Float:rZ, FloatrawDistance)

try that
Reply
#3

I wish there was a converter for this specifically, but I guess you could use http://www.convertffs.com/

You can add your own custom form for example from: {x},{y},{z} to: {x+1000},{y+1000},{z}

Play around with that, I managed to convert a lot of code using the custom formats.
Reply
#4

Quote:
Originally Posted by Roperr
Посмотреть сообщение
I wish there was a converter for this specifically, but I guess you could use http://www.convertffs.com/

You can add your own custom form for example from: {x},{y},{z} to: {x+1000},{y+1000},{z}

Play around with that, I managed to convert a lot of code using the custom formats.
Wow, didn't notice that, thanks guess i'll use that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)