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

Код:
(9211)error 035: argument type mismatch (argument 2)
Heres with the Line 9211
Код:
SendClientMessageToAll(i,COLOR_YELLOW, string); //we send it.
Reply
#2

Quote:
Originally Posted by ChristianIvann09
Посмотреть сообщение
Код:
(9211)error 035: argument type mismatch (argument 2)
Heres with the Line 9211
Код:
SendClientMessageToAll(i,COLOR_YELLOW, string); //we send it.
(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 Код:
SendClientMessageToAll(COLOR_YELLOW, string);
you don't need a player-id if it's a msg to everyone
https://sampwiki.blast.hk/wiki/SendClientMessageToAll
Reply
#3

Quote:
Originally Posted by CutX
Посмотреть сообщение
(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 Код:
SendClientMessageToAll(COLOR_YELLOW, string);
you don't need a player-id if it's a msg to everyone
https://sampwiki.blast.hk/wiki/SendClientMessageToAll
thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)