11.01.2013, 11:32
pawn Код:
// No TOPO:
new TextVeiculoCivil[MAX_VEHICLES];
//CODE:
for(new c = 0; c < 24; ++c)
{
TextVeiculoCivil[c] = Create3DTextLabel("TEXTO DO VEНCULO",-1,0.0,0.0,0.0,30.0,0);
Attach3DTextLabelToVehicle(TextVeiculoCivil[c],c,0.0,0.0,0.2);
}