help me to make race spawn positions
#6

You just use:
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
};
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.
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
}
Just change the positions.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)