SA-MP Forums Archive
[FilterScript] Ingame Object Editor - 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)
+--- Thread: [FilterScript] Ingame Object Editor (/showthread.php?tid=435638)



Ingame Object Editor - Dj_maryo1993 - 07.05.2013

Ingame Object Editor
I reaaly needet a eazy to use & fast ingame object editor , so i made one.

Commands :
/ohelp - See all avaibile commands
/editobject <objectid> - starts the editing proces of an object
/addobject <modelid> - create an object near you
/gotoobject <objectid> - teleports you to an object
/objects - Display all ingame objects
/savemap - creates a txt file with all the objects ingame ,ready to just copy-paste it into your GM .

Is not much , but maybe someone else needs this .
It's using sscanf and zcmd .


Pastebin Link
Also atached on this post


Re: Ingame Object Editor - iHaze. - 07.05.2013

Well done, Keep going.

Repped.


Re: Ingame Object Editor - freddy smyth - 07.05.2013

Nice. Seems simple enough.


Re: Ingame Object Editor - Mark_Samp - 07.05.2013

Good work dude
I like it


Re: Ingame Object Editor - Goldilox - 07.05.2013

Isn't that already a FS in the SAMP server?


Re: Ingame Object Editor - SandrN - 08.05.2013

objectedtr.pwn(45) : error 017: undefined symbol "EditObject"
: error 017: undefined symbol "EDIT_RESPONSE_FINAL"

lol


Re: Ingame Object Editor - freddy smyth - 08.05.2013

SandrN, just download the .amx version. Clearly it won't return you any errors.


Re: Ingame Object Editor - Dj_maryo1993 - 08.05.2013

Quote:
Originally Posted by SandrN
View Post
objectedtr.pwn(45) : error 017: undefined symbol "EditObject"
: error 017: undefined symbol "EDIT_RESPONSE_FINAL"

lol
You are probably using an older version of panwo and/or older includes


Re: Ingame Object Editor - Guest123 - 09.05.2013

can you make saving system like this ?


and loadobject system




Re: Ingame Object Editor - NC4777 - 10.05.2013

where to put these man


Re: Ingame Object Editor - Nubik - 17.05.2013

Can you make /deleteobject and /deleteallobject ?


Re: Ingame Object Editor - edgargreat - 17.05.2013

Looks good. Usable.


Re: Ingame Object Editor - RedMF - 27.07.2016

very good


Re: Ingame Object Editor - DRP - 27.07.2016

Quote:
Originally Posted by NC4777
View Post
where to put these man
This is a filterscript, you put them on your filterscript folder, and add the name of the filterscript on your server.cfg.


Re: Ingame Object Editor - JustMe.77 - 27.07.2016

Not bad but why should I use this when there\'s for example Texture Studio which have 100 more features than your FS?


Re: Ingame Object Editor - wadsworth - 30.08.2016

good.


Re: Ingame Object Editor - MIDO007 - 24.08.2018

Man where is /deleteobject how to make it