How to go to cordinates? - 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: How to go to cordinates? (
/showthread.php?tid=403288)
How to go to cordinates? -
Cat Cola - 29.12.2012
Can I get to the cordinates with only this? If how?
Quote:
CreateObject(987,941.00000000,-1130.59997559,24.89999962,0.00000000,0.00000000,0. 00000000);
|
I got a system that is like: /gotopos, but when I use it its nothing there. Please helpme.
Re: How to go to cordinates? -
Vinninho - 29.12.2012
Код:
987,941.00000000,-1130.59997559,24.89999962
These are your coordinate. If you wich, you can make an command,
Is this what you want?
Re: How to go to cordinates? -
Konstantinos - 29.12.2012
Quote:
Originally Posted by Vinninho
Код:
987,941.00000000,-1130.59997559,24.89999962
These are your coordinate. If you wich, you can make an command,
Is this what you want?
|
You have the skinid also. The x,y,z are the second, third and fourth parameter.
Re: How to go to cordinates? -
Cat Cola - 29.12.2012
You both helped me alot. Thank you so much.
Re: How to go to cordinates? -
Cat Cola - 29.12.2012
I got one more problem:
Quote:
AddPlayerClass(230,-238.7737,3836.3254,-0.1035,134.3978,0,0,0,0,0,0);
|
There I got four positions... What should I do?
Re: How to go to cordinates? -
Vinninho - 29.12.2012
Quote:
Originally Posted by Cat Cola
I got one more problem:
There I got four positions... What should I do?
|
The first one is the SKIN ID, so you need to take:
Код:
-238.7737,3836.3254,-0.1035,134.3978
Re: How to go to cordinates? -
Mr.Anonymous - 29.12.2012
Instead of asking for coordinates, you can just read SA-MP wiki.
Quote:
(skin, Float: x, Float: y, Float: z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)
|