3D Text Problem
#1

Here is my Code

Код:
    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);
    }
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 :@
Reply


Messages In This Thread
3D Text Problem - by Hash [NL-RP] - 25.09.2010, 17:39
Re: 3D Text Problem - by PotH3Ad - 25.09.2010, 17:43
Re: 3D Text Problem - by Hash [NL-RP] - 25.09.2010, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)