Problem textlabel
#1

Hi guys,i've added HP textlabel to any vehicles but this don't show.

pawn Код:
new Float:vx, Float:vy, Float:vz, Float:vHealth;
    GetVehicleHealth(vehicleid, vHealth);
    new vhp[128];
    new Text3D:V3D = Create3DTextLabel(vhp,COLOR_GREEN,vx,vy,vz, 50, 0,0);
    Attach3DTextLabelToVehicle(V3D,vehicleid,vx, vy, vz+1.5);
    format(vhp, sizeof(vhp), "HP: %.0f", vHealth);
What's wrong?
Reply


Messages In This Thread
Problem textlabel - by Face9000 - 06.06.2011, 16:26
Re: Problem textlabel - by Face9000 - 06.06.2011, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)