SA-MP Forums Archive
A little coordonates problem - 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: A little coordonates problem (/showthread.php?tid=387400)



A little coordonates problem - Shannkz - 24.10.2012

pawn Код:
PlayerInfo[playerid][pPos_x] = 1684.9;
PlayerInfo[playerid][pPos_y] = -2244.5;
PlayerInfo[playerid][pPos_z] = 13.5;
How I add these coordonates?
Код:
AddPlayerClass(289,2001.4490,1914.5739,40.3516,268.6423,0,0,0,0,0,0); //
I got no CLUE!


Re: A little coordonates problem - AaronKillz - 24.10.2012

AddPlayerClass(289,1684.9,-2244.5,13.5,0,0,0,0,0,0,0);

or

PlayerInfo[playerid][pPos_x] = 2001.4490;
PlayerInfo[playerid][pPos_y] = 1914.5739;
PlayerInfo[playerid][pPos_z] = 40.3516;

Not sure which one you're asking for.
https://sampwiki.blast.hk/wiki/AddPlayerClass