29.10.2010, 12:43
Quote:
Thanks, now works, but how do i edit that 3D label, if i do like /editcarlabel <text> What it needed and how do [If you are at car, then will edits that car 3D label, see where you are sitting a CAR] ? (Dont type a command, just i need known function or what... or you can do explain..) |
Quote:
https://sampwiki.blast.hk/wiki/Update3DTextLabelText you mean this?
|
Im using that:
(At OnGameModeInit)
Код:
vehicle3Dtext = Create3DTextLabel(v2rk, 0xFFFFFFAA, 0.0, 0.0, 0.0, 50.0, 0, 1 );//Creating TextLabel Attach3DTextLabelToVehicle( vehicle3Dtext, h, 0.0, 0.0, 2.0);//Attaching Text Label To Vehicle