Creteobject 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)
+--- Thread: Creteobject question (
/showthread.php?tid=425654)
Creteobject question -
Ananisiki - 26.03.2013
^^^^^^^^
Re: Creteobject question -
StuartD - 26.03.2013
Quote:
CreateObject(ID OF THE OBJECT, XCo-ordinate, YCo-ordinate, ZCo-ordinate, X Rotate, Y Rotate, Z Rotate); //Object will render at its default distance.
|
And so you should get the object ID, then make it like this..
Quote:
CreateObject(ID OF THE OBJECT, 2021.6777, 2531.5447, 131.4916, 144.8264, 0.0, 0.0);
|
Re : Creteobject question -
thegreathom - 26.03.2013
You can also use a map editor :
And here is a link if you want more object id's if you don't know
http://www.k-dst.de/index.php.
Re: Creteobject question -
Ananisiki - 26.03.2013
^^^^^^^^
Re: Creteobject question -
Dzines4SAMP - 26.03.2013
Open map editor, find the position, and turn it to the normal position
Re: Creteobject question -
Ananisiki - 26.03.2013
^^^^^^^^
Re: Creteobject question -
Dzines4SAMP - 26.03.2013
Change PosX to 90. If that doesn't work, change it to -90
Re: Creteobject question -
newbienoob - 26.03.2013
See this?
... ,0.0, 0.0, 96.0);
Rotation X, Rotation Y and Rotation Z.
Try change rotation Y to 90 or 270. It that doesn't work, try change rotation X to 90 or 270.
Re: Creteobject question -
[..MonTaNa..] - 26.03.2013
pawn Код:
CreateObject(19075, 135.2224,1530.0325,310.4774,95.1206, 0.0, 0.0);
Exactly where?
Re: Creteobject question -
Dzines4SAMP - 26.03.2013
The 95.1206 one.