10.12.2013, 11:14
You use the /save command that is implemented in every script, then you need to go to
My Documents > GTA San Andreas User Files > SAMP > savedpositions.
In that text file you will see your saved position
AddPlayerClass(288,-1651.6089,-2243.5957,31.1789,10.0000,0,0,0,0,0,0);
AddPlayerClass(Skin id, X, Y, Z, Facing,Gun1,Ammo1,Gun2,Ammo2,Gun3,Ammo3);
Just take your X, Y and Z numbers and put it into the proper function:
IsPlayerInRangeOfPoint(playerid, Range, X, Y, Z);
My Documents > GTA San Andreas User Files > SAMP > savedpositions.
In that text file you will see your saved position
AddPlayerClass(288,-1651.6089,-2243.5957,31.1789,10.0000,0,0,0,0,0,0);
AddPlayerClass(Skin id, X, Y, Z, Facing,Gun1,Ammo1,Gun2,Ammo2,Gun3,Ammo3);
Just take your X, Y and Z numbers and put it into the proper function:
IsPlayerInRangeOfPoint(playerid, Range, X, Y, Z);