Help with 3d text labels
#2

Код HTML:
if(TempVar[playerid][JobDuty] == true)
        {
            TempVar[playerid][JobDuty] = false;
            SendClientMessage(playerid, COLOR_LIGHTBLUE, "You are now off duty.");

            Delete3DTextLabel (Taxi3DText[ vehicle_id ] );
            format(string, sizeof(string), "[Taxi] {FFFFFF} Off Duty");
            Taxi3DText[ CabDriving ] = Create3DTextLabel( string, COLOR_GREEN,  0.0, 0.0, 0.0-30.0, 20, 0, 0);
            Attach3DTextLabelToVehicle( Taxi3DText[ CabDriving ] , vehicle_id, 0.0, 0.0, 0.0);
        }
try this
Reply


Messages In This Thread
Help with 3d text labels - by Jing_Chan - 18.08.2018, 17:23
Re: Help with 3d text labels - by Stormalle - 18.08.2018, 17:34
Re: Help with 3d text labels - by Akeem - 18.08.2018, 18:35
Re: Help with 3d text labels - by Akeem - 19.08.2018, 02:34

Forum Jump:


Users browsing this thread: 1 Guest(s)