Custom TextDraw Color
#1

I want to set a custom color for TextDrawBox from inputtext in a dialog:

Код:
if(strlen(inputtext) != 6) return SendClientMessage(playerid, COLOR_LIGHTRED, "Culoarea trebuie sa fie din 6 caractere!");
new str[128];
format(str,sizeof(str), "0x%sFF", inputtext);
PlayerTextDrawUseBox(playerid, SS[playerid], str);
And I receive this error:
Quote:

error 035: argument type mismatch (argument 3)

Reply


Messages In This Thread
Custom TextDraw Color - by valelelex - 20.12.2018, 10:38
Re: Custom TextDraw Color - by NaS - 20.12.2018, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)