06.04.2012, 03:44
FIXED
I put the GTeam in OnPlayerSpawn Setting the selection Of class with the random spawns
It is or not?
I put the GTeam in OnPlayerSpawn Setting the selection Of class with the random spawns
pawn Код:
new Float:RandomSpawn[][4] =
if GTeam[terrorist];
{
{-1496.3367,904.7078,7.1875,90.4882},
{-1749.9264,960.2077,24.8828,177.4444},
{-1980.9019,1120.1901,53.1256,273.1997},
{-2243.8044,943.8950,66.6484,88.6631},
{-2243.4663,753.3155,49.4393,86.9318},
{-2442.1355,746.6382,35.0156,176.9609},
{-2760.9460,375.2620,5.0312,267.6648},
{-2666.2195,-19.0636,6.1328,90.7135},
{-2345.2627,-139.9374,35.5547,359.7453},
{-2033.2048,-100.5898,35.1641,0.6258},
{-1984.5894,138.2576,27.6875,90.5403}
};
It is or not?