argument type mismatch
#4

Again...

Quote:
Originally Posted by Vince
Посмотреть сообщение
COLOR_GRAY is apparently not defined as an integer.
You need to define COLOR_GRAY as an integer, or create a replacement integer for COLOR_GRAY...

Your #define COLOR_GRAY probably looks like this:
pawn Код:
#define COLOR_GRAY "{FFB0B0}"
It should look like this:
pawn Код:
#define COLOR_GRAY 0xFFB0B0FF
Reply


Messages In This Thread
argument type mismatch - by theonethatownz - 20.03.2016, 21:03
Re: argument type mismatch - by Vince - 20.03.2016, 21:26
Re: argument type mismatch - by theonethatownz - 20.03.2016, 21:27
Re: argument type mismatch - by Threshold - 20.03.2016, 23:50

Forum Jump:


Users browsing this thread: 1 Guest(s)