25.09.2010, 17:39
Here is my Code
It attaches fine but the problem is when i go in game all i see is '%d' on top of the car, how can i fix this :@
Код:
for(new i = 0; i < MAX_VEHICLES; i++) { CarLabel[i] = Create3DTextLabel("%d",0x00AE00FF,CarInfo[i][cPlate],0,0,20.0,0,1); Attach3DTextLabelToVehicle( CarLabel[i],i, 0.0, 0.0, 2.0); }