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