01.07.2017, 10:53
Is it possible to do something like that?
I get an error:
PHP Code:
new str[16];
new strJoin[8];
strcat(str, "0xFF0000");
format(strJoin, sizeof(strJoin), "%d", 10+amount*-1); // amount is my variable
strcat(str, strJoin);
PlayerTextDrawColor(playerid, txtpDmg[playerid], str); // line 1606
PHP Code:
(1606) : error 035: argument type mismatch (argument 3)