25.05.2013, 23:19
Ok so, i've created an admin vehicle and added a textlabel on it:
Ongamemodeinit:
But for some reason the textlabel on that vehicle doesn't show. What am i doing wrong?
pawn Код:
new Text3D:ProtLabel[MAX_VEHICLES];
new A69Prot;
pawn Код:
ProtLabel[A69Prot] = Create3DTextLabel("Area 69 Prototype", COLOR_CON_GREEN, 0.0, 0.0, 0.0, 50.0, 0, 1);
A69Prot = AddStaticVehicle(428,215.8315,1860.0304,13.2654,1.1393,0,5);
Attach3DTextLabelToVehicle(ProtLabel[A69Prot],A69Prot, 0.0, 0.0, 0.0);