01.12.2011, 14:20
Add as many as places you want. Also, change the coordinates from team1
and team2
pawn Код:
new Float:RandomSpawnTeam1[][] =
{
// Positions, (X, Y, Z and Facing Angle)
{-2796.9854, 1224.8180, 20.5429, 192.0335},
{-2454.2170, 503.8759, 30.0790, 267.2932},
{-2669.7322, -6.0874, 6.1328, 89.8853}
};
pawn Код:
new Float:RandomSpawnTeam2[][] =
{
// Positions, (X, Y, Z and Facing Angle)
{-3796.9854, 1224.8180, 20.5429, 192.0335},
{-3454.2170, 503.8759, 30.0790, 267.2932},
{-3669.7322, -6.0874, 6.1328, 89.8853}
};