error 035: argument type mismatch (argument 2)
#4

Please replace
pawn Код:
#define COLOR_WHITE "{FFFFFF}"
with
pawn Код:
#define COLOR_WHITE 0xFFFFFFFF

Edit:
Why?
pawn Код:
format(string, sizeof(string), "Your stats:");
SendClientMessage(playerid, COLOR_LGREEN, string);
why not
pawn Код:
SendClientMessage(playerid, COLOR_LGREEN, "Your stats:");
?
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 05:50
AW: error 035: argument type mismatch (argument 2) - by BigETI - 02.08.2013, 06:05
Re: error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 06:18
AW: error 035: argument type mismatch (argument 2) - by BigETI - 02.08.2013, 06:25
Re: error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 06:38
Re: error 035: argument type mismatch (argument 2) - by RedFusion - 02.08.2013, 07:47

Forum Jump:


Users browsing this thread: 1 Guest(s)