Quote:
Originally Posted by Blackazur
Код:
GetPlayerVelocity(playerid,x,y,z);
Here you need the X, Y and Z Coordinate, you can find this in the gta san andreas user files > SAMP > savedpositions.
Код:
if (x > 60 || y > 60)
And here too, or just on top of your script the coordinates then you can use x, y and z, without pasting the coordinates.
|
i am using getplayerpos and not setplayerpos and i guess you need the x,y,z coordinates from savedpositions only for setplayerpos and for the other