Posts: 15
Threads: 2
Joined: Oct 2009
Reputation:
0
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.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
You should ask in that topic, but it sounds like its not been updated to 0.3b.
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
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.
Posts: 15
Threads: 2
Joined: Oct 2009
Reputation:
0
I have allready 0.3b still the objects are invisible
but yes...
i dont know what to do
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
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.
Posts: 15
Threads: 2
Joined: Oct 2009
Reputation:
0
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
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
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