CreateObject - 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: CreateObject (
/showthread.php?tid=115994)
CreateObject -
Galcio - 26.12.2009
Hi people. I don't know if this is the right place to post this, if not, you may move it. Okay, so I made a map and then converted it in delux' GTA map converter. One weird thing I noticed was that some objects looked like this:
pawn Код:
CreateObject(, , , , , , );
I checked the .map file, and in it, it looks like this:
I doubt this is a problem, maybe it's just some known glitch. Haven't tried the map yet, so I don't know whether it works or not. I basically just wonder if anyone else have had this "problem" and if it really is a problem.
Galcio
Re: CreateObject -
Cameron0219 - 26.12.2009
Im not sure what you mean, but try using:
http://convertffs.com/
Re: CreateObject -
kmzr - 27.12.2009
.map files contain that markup <object></object>
that's why you convert it to .pwn, cos sa-mp doesn't understand that markup.