19.12.2010, 15:03
thx for ur answer.
mhh, i know that i have to start a loop like this but i dontknow where to set it into my code
and i forgot, now the code is complete:
mhh, i know that i have to start a loop like this but i dontknow where to set it into my code
and i forgot, now the code is complete:
pawn Код:
//map1/////////////////////////////////////////////////////////////////////////////////
new Float:ModeTwoSpawnsPolice[6][5] = //team1 spawnpoints linked to the first code i posted
{
{609.7040,-586.5684,17.2266,256.8267},
{610.3588,-590.8182,17.2266,263.0453},
{616.1186,-591.2390,17.2330,268.1367},
{619.4320,-586.6706,17.2330,261.1437},
{614.9709,-610.6100,17.2266,355.6629},
{610.4255,-607.5670,17.2266,330.0057}
};
new Float:ModeTwoSpawnsBurner[6][5] = //team2 spawnpoints linked to the first code i posted
{
{804.0115,-612.1152,16.3432,47.2465},
{812.3744,-612.2579,16.3359,40.3489},
{824.7153,-612.1229,16.3359,23.1518},
{834.3637,-602.8866,16.3359,45.8388},
{811.1272,-608.6595,16.3359,52.8724},
{781.4649,-620.4591,16.3359,355.2838}
};

