Posts: 314
Threads: 58
Joined: Oct 2010
Reputation:
0
Ok so there is a weird think.
When i write COLOR_RED to example: SendClientMessageToAll(COLOR_RED,"Bla bla"); it gives error.
Anybody knows why?
Posts: 314
Threads: 58
Joined: Oct 2010
Reputation:
0
Ofc i did i mean they are both defined but when i put COLOR_RED it gives error but when i put RED it doesn't.
Posts: 285
Threads: 40
Joined: Jun 2012
Reputation:
0
SendClientMessageToAll(THE CODE,"Bla bla");
Posts: 2,322
Threads: 260
Joined: Jul 2010
Reputation:
0
This is such a stupid question.
Your "COLOR_RED" define ain't a RGB code.
Posts: 213
Threads: 16
Joined: Mar 2012
Reputation:
0
How did you get to 330 posts? Do you even know what a define is?
Posts: 1,020
Threads: 38
Joined: May 2011
Reputation:
0
Show us the error.
Show us lines..