Posts: 40
Threads: 25
Joined: Jan 2017
Reputation:
0
Bump !
How did people getting this ?
if(!IsPlayerInRangeOfPoint(playerid, 7.0, -63.1484,75.2179,4007.0923))
Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by FizzyWalshy
Bump !
How did people getting this ?
if(!IsPlayerInRangeOfPoint(playerid, 7.0, -63.1484,75.2179,4007.0923))
|
This is the position in other words the x,y,z.
PHP код:
-63.1484,75.2179,4007.0923
To get the position you can go in game and do /save while onfoot or in car.
Then go to Your GTA user files > SAMP folder>savepositions.txt and u will see the following
AddStaticVehicle(if you did /save in vehicle) and
AddPlayerClass(if u did /save on foot)
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
It's generally better to use /rs (raw save) since that only gets the coordinates without all the extra info. I think facing angle might still be included though.