CORDS WTF COMFUSSING - 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: CORDS WTF COMFUSSING (
/showthread.php?tid=74853)
CORDS WTF COMFUSSING -
Sal_Kings - 26.04.2009
Where the hell are the X Y Z cords here?... I /save and it gives me all this. All i need is the X Y Z
AddPlayerClass(107,2391.1377,-1651.0476,13.5469,266.5277,0,0,0,0,0,0); //
AddPlayerClass(235,-2413.1536,-2204.8335,33.2891,282.0987,0,0,0,0,0,0); //
Re: CORDS WTF COMFUSSING -
MachineHead - 26.04.2009
Quote:
Originally Posted by Sal_Kings
Where the hell are the X Y Z cords here?... I /save and it gives me all this. All i need is the X Y Z
AddPlayerClass(107,2391.1377,-1651.0476,13.5469,266.5277,0,0,0,0,0,0); //
AddPlayerClass(235,-2413.1536,-2204.8335,33.2891,282.0987,0,0,0,0,0,0); //
|
AddPlayerClass(skin, Float

, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)
Re: CORDS WTF COMFUSSING -
Sal_Kings - 26.04.2009
I want to put a camera positon. Like when you type /bank it puts the camera positon to the bank and shows u where it s
Re: CORDS WTF COMFUSSING -
Sal_Kings - 26.04.2009
2391.1377,-1651
Thats the X Y Z right?
Re: CORDS WTF COMFUSSING -
[18SG]Juicy_J - 26.04.2009
2391.1377,-1651.0476,13.5469
| | |
x y z
Re: CORDS WTF COMFUSSING -
Sal_Kings - 26.04.2009
ahh ok ty