20.12.2018, 10:38
I want to set a custom color for TextDrawBox from inputtext in a dialog:
And I receive this error:
Код:
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);
Quote:
error 035: argument type mismatch (argument 3) |