[Scripting help] XYZ coordinates - 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: [Scripting help] XYZ coordinates (
/showthread.php?tid=603425)
[Scripting help] XYZ coordinates -
mirzakovacic - 23.03.2016
tmpobjid = CreateDynamicObject(19327,338.976,1822.341,2243.30 6,0.000,-90.499,179.799,-1,-1,-1,50.000,50.000);
I'm not sure what are the xyz coorinates since I've tried it multiple times.
I'm fine with finding xyz coordinates in CreateObject but here I just can't..
If someone could post me the xyz for this object, thanks in advance!
Re: [Scripting help] XYZ coordinates -
DRIFT_HUNTER - 23.03.2016
X=338.976
Y=1822.341
Z=2243.306
RX=0.000
RY=-90.499
RZ=179.799
Re: [Scripting help] XYZ coordinates -
saffierr - 23.03.2016
Also a tip, When you just type
you'll see the parameters and you easily see the xyz parameters.
Re: [Scripting help] XYZ coordinates -
K0P - 23.03.2016
Quote:
Originally Posted by saffierr
Also a tip, When you just type you'll see the parameters and you easily see the xyz parameters.
|
Not if he have default pawn settings
He will need to edit pawno/settings.ini
Change
to
Re: [Scripting help] XYZ coordinates -
saffierr - 23.03.2016
Or just run pawno as a administrator
Re: [Scripting help] XYZ coordinates -
AmigaBlizzard - 23.03.2016
This page lists all streamer functions including parameters:
https://sampforum.blast.hk/showthread.php?tid=102865