SA-MP Forums Archive
A question. - 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: A question. (/showthread.php?tid=146160)



A question. - AlbanianGuy - 05.05.2010

I converted objects from mta map editor and it gave me this
CreateObject(,,,,,,,454.45,3643.6,3535.6);
Now my question is : Is this " ,,,,," an object ? I have never see an object id like that .


Re: A question. - luigifan9 - 05.05.2010

Thats an invalid object i think.


Re: A question. - v0nz - 05.05.2010

Quote:
Originally Posted by Rocky
I converted objects from mta map editor and it gave me this
CreateObject(,,,,,,,454.45,3643.6,3535.6);
Now my question is : Is this " ,,,,," an object ? I have never see an object id like that .
,,,,,, is supposed to be the ID of the object, therefor it is an invalid object ID.

Example: CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ);


Re: A question. - -Rebel Son- - 06.05.2010

Quote:
Originally Posted by v0nzz
Quote:
Originally Posted by Rocky
I converted objects from mta map editor and it gave me this
CreateObject(,,,,,,,454.45,3643.6,3535.6);
Now my question is : Is this " ,,,,," an object ? I have never see an object id like that .
Example: CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ);
i think your forgoting World at the end of that.