03.03.2014, 08:15
Quote:
Код:
(9211)error 035: argument type mismatch (argument 2) Код:
SendClientMessageToAll(i,COLOR_YELLOW, string); //we send it. |
- the compiler is expecting a string for 2nd param, no hex color
it should look tike this
pawn Код:
SendClientMessageToAll(COLOR_YELLOW, string);
https://sampwiki.blast.hk/wiki/SendClientMessageToAll