littel help :D - 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: littel help :D (
/showthread.php?tid=635503)
littel help :D -
FizzyWalshy - 08.06.2017
Remove -Fixed.
Re: littel help :D -
saffierr - 08.06.2017
https://sampwiki.blast.hk/wiki/AddPlayerClass
Re: littel help :D -
FizzyWalshy - 08.06.2017
Ty saffier
Re: littel help :D -
FizzyWalshy - 08.06.2017
Bump !
How did people getting this ?
if(!IsPlayerInRangeOfPoint(playerid, 7.0, -63.1484,75.2179,4007.0923))
Re: littel help :D -
1fret - 08.06.2017
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)
Re: littel help :D -
Vince - 08.06.2017
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.
Re: littel help :D -
FizzyWalshy - 08.06.2017
ty guys !