16.10.2017, 13:17
Код:
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]);
}

