10.03.2010, 15:08
If you want to eg. add vehicles with that variable, use:
pawn Код:
new Torran[9]; //10 Pieces of Torrans
Torran[1] = AddStaticVehicle(.......);
Torran[2] = AddStaticVehicle(.......);