SA-MP Forums Archive
Medit Invisible 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: Medit Invisible objects (/showthread.php?tid=180905)



Medit Invisible objects - masterxxarx - 03.10.2010

Hi people
need some help with a map editor script
name is Medit
commands are /mcreate /msave /msel... /ox /oz... and more
you should know it
the problem is that objects are invisible
with command /object they are not invisible
what should i do?

thanks.


Re: Medit Invisible objects - iggy1 - 03.10.2010

You should ask in that topic, but it sounds like its not been updated to 0.3b.


Re: Medit Invisible objects - Mike_Peterson - 03.10.2010

Yea, im having same problem and at iggy.. this topic doesnt exist no more for more then a year or even two!
I'm going to attempt to fix it using incognito's streamer. and using CreateDynamicObject instead of CreateObject.
ill tell if it works.


Re: Medit Invisible objects - masterxxarx - 03.10.2010

I have allready 0.3b still the objects are invisible
but yes...
i dont know what to do


Re: Medit Invisible objects - Mike_Peterson - 03.10.2010

ok, i am not using medit atm because it has a bug only 4 people can map at the same time and for the other ids so 5,6,7,8 etc. it says unknown command
but im using oedit, practically same.. some fixed bugs but i now replaced everything with my streamer so SetDynamicObjectPos for example and CreateDynamicObject
and it works... only /attach wont work since incognito's streamer doesnt has an attach function..
masterxx, you have to download incognito's streamer then replace all these createobject things.


Re: Medit Invisible objects - masterxxarx - 06.10.2010

i tryed to fix it but there came a error

C:\Users\Acer\Desktop\samp2\filterscripts\medit.pw n(2) : fatal error 100: cannot read from file: "dutils"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

i have downloaded 3-4 times dutils.inc and replaced it
but still that error


Re: Medit Invisible objects - Mike_Peterson - 06.10.2010

ur sure its in the /pawno/includes folder ( i use different pawno's coz i ahve 3 server folders but be sure to place it in the pawno ur using atm )
if not what happens if u delete/comment out #include <dutils> out of the script?

btw check ur pm


Re: Medit Invisible objects - masterxxarx - 06.10.2010

yep its in the right folder but when if delete it =

C:\Users\Acer\Desktop\fail\medit.pwn(159 : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Acer\Desktop\fail\medit.pwn(1753) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Acer\Desktop\fail\medit.pwn(1795) : error 017: undefined symbol "SetDynamicObjectPos"
C:\Users\Acer\Desktop\fail\medit.pwn(1803) : error 017: undefined symbol "SetDynamicObjectPos"
C:\Users\Acer\Desktop\fail\medit.pwn(1811) : error 017: undefined symbol "SetDynamicObjectPos"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.