Label problem
#5

Try this:

pawn Код:
for(new i = 0; i < MAX_VEHICLES; i++)
    {
        new Float:vHealth, vhp[128];
        GetVehicleHealth(vehicleid, vHealth);
        format(vhp, sizeof(vhp), "HP: %.0f", vHealth);
        new Text3D:V3D[32];
        V3D[playerid] = Create3DTextLabel(vhp,COLOR_GREEN,0.0,0.0,0.0, 50, 0,0);
        Attach3DTextLabelToVehicle(V3D[playerid],GetPlayerVehicleID(playerid),0.0, 0.0, 1.5);
    }
Or just go in game and type /dl .
Reply


Messages In This Thread
Label problem - by Face9000 - 06.06.2011, 21:24
Re: Label problem - by dr.pepper - 06.06.2011, 21:37
Re: Label problem - by Face9000 - 06.06.2011, 21:44
Re: Label problem - by gamer931215 - 06.06.2011, 21:46
Re: Label problem - by Tee - 06.06.2011, 21:47
Re: Label problem - by Face9000 - 06.06.2011, 22:02
Re: Label problem - by PrawkC - 06.06.2011, 22:07
Re: Label problem - by Face9000 - 06.06.2011, 22:11

Forum Jump:


Users browsing this thread: 5 Guest(s)