29.07.2010, 03:20
idk about this but its just a test
pawn Код:
for(new v = 0; v < MAX_VEHICLES; v++)
{
new Float:x,y,z;
Create3DTextLabel( CarInfo[v][cLicense], 0xFF0000AA, 0.0, 0.0, 0.0, 20.0, 0, 1 );
Attach3DTextLabelToVehicle(vehicle3Dtext[v], v, x, y, z+30);
}