12.08.2013, 17:45
I have been looking online and I can't find any good object editor filterscripts/gamemodes. All I want it to do is:
/newobject (OBJECT ID) - To spawn the object in front of you (As ID 0)
/object (ID) - To Edit the object
I want it to be the default SAMP edit that was added in 0.3e (The X Y Z move and Rotation https://sampwiki.blast.hk/wroot/images2/...tingObject.png )
The objects don't have to save to the script I just want to be able to see the PAWN code for them E.g CreateObject(1337, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
If someone can help me with this or knows an existing one that works, preferably a Filterscript or Code (Not a Gamemode) then I would be very grateful.
Thanks, Joe.
/newobject (OBJECT ID) - To spawn the object in front of you (As ID 0)
/object (ID) - To Edit the object
I want it to be the default SAMP edit that was added in 0.3e (The X Y Z move and Rotation https://sampwiki.blast.hk/wroot/images2/...tingObject.png )
The objects don't have to save to the script I just want to be able to see the PAWN code for them E.g CreateObject(1337, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
If someone can help me with this or knows an existing one that works, preferably a Filterscript or Code (Not a Gamemode) then I would be very grateful.
Thanks, Joe.