01.01.2014, 10:17
You just use:
You change the [3] to how many you want.
Then you go In-Game and run where you want you're spawns, and save the position, then ****** on you're computer for Savedpositions.txt. If you got the codes just add them under each other, make sure you use "," at them all exept the last one. So example: I got 9 locations.
Just change the positions.
pawn Код:
static Float:Positions[][3] =
{
367.2244, 2407.0566, 101.4031 // 1
367.2244, 2407.0566, 101.4031 // 2
367.2244, 2407.0566, 101.4031 // 3
};
Then you go In-Game and run where you want you're spawns, and save the position, then ****** on you're computer for Savedpositions.txt. If you got the codes just add them under each other, make sure you use "," at them all exept the last one. So example: I got 9 locations.
pawn Код:
static Float:Positions[][9] =
{
531.1244, 2457.2136, 154.4031, // 1
532.2244, 6513.0566, 543.4031, // 2
5125.2244, 5612.0546, 753.431, // 3
755.2244, 5542.236, 4323.4031, // 4
545.2244, 56552.04536, 4323.4031, // 5
5541.244, 554.0526, 753.5431, // 6
5541.2244, 5542.05636, 563.4031, // 7
5435.2244, 5612.0636, 753.4031, // 8
55451.2244, 7612.0546, 5453.4031 // 9
}