18.08.2018, 17:34
Код 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); }