29.05.2013, 14:37
pawn Code:
/*
•• /save // max
ymax
|----------|
| |
xmin | | xmax
| |
|----------|
ymin
• /save // min
*/
Go to ducoments > gta sa user files > samp > savedpositions.txt, go to the bottom and copy the X, Y parameters.
Let's say, these are the positions
Code:
AddPlayerClass(2,1546.3549,-1675.5996,13.5622,89.0421,0,0,0,0,0,0); // min AddStaticVehicle(411,4041.7681,-508.6000,1.4601,340.5664,177,215); // max
pawn Code:
// Result:
SetPlayerWorldBounds(playerid, 4041.7681, 1546.3549, -508.6000, -1675.5996);