PlayerTextDrawBoxColor not working.
#1

Код:
stock Phone_ShowUI(playerid)
{
        switch(player_cache[playerid][phone_color])
        {
                 case PHONE_BLACK: PlayerTextDrawBoxColor(playerid, PhoneDisplay[playerid], 255);
                 case .. more colour stuff, no need to show all
        }
        PlayerTextDrawShow(playerid, PhoneDisplay[playerid]);
}
This is not working, it still keeps the same as it's created.
Reply
#2

Is the textdraw already shown? if yes try to hide and re show it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)