correct array usage. -
pawn Код:
new Float:FireSpawns[6][3] =
{
{//Lvpd -- Here This Means LVPD which equals to iFire
{2297.2849,2430.6099,10.8203},
{2293.6882,2430.5081,10.8203},
{2272.9319,2428.5117,10.8203},
{2276.1521,2429.4663,10.8203},
{2278.4812,2427.9199,10.8203},
{2273.8140,2427.1079,10.8203}
},
{//diff ifire here
}
};
FireSpawns[iFire][0], FireSpawns[iFire][0], FireSpawns[iFire][0]
//firespawn .. ifire = lvpd right? then [0] for the first float's but its taking [o] for ifire..
Re: correct array usage. -