31.07.2011, 09:19
Hi!
I got a problem with my colors, here the errors:
Okay, and here my Code:
I defined YELLOW!
So why doesn't it work? /:
I got a problem with my colors, here the errors:
Code:
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(303) : error 035: argument type mismatch (argument 3) D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(304) : error 035: argument type mismatch (argument 3) D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(305) : error 035: argument type mismatch (argument 3) D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(306) : error 035: argument type mismatch (argument 3)
pawn Code:
SendClientMessage(playerid,-1,COLOR_YELLOW,"~~~Gangwars and Ganglife at Night~~~");
SendClientMessage(playerid,-1,COLOR_YELLOW,"Server by EazyE alias samtey!"
SendClientMessage(playerid,-1,COLOR_YELLOW,"If you are new, please type /help for knowing what to do!");
SendClientMessage(playerid,-1,COLOR_YELLOW,"Type /commands to see the list of commands!");
pawn Code:
#define COLOR_YELLOW 0xFFFF00FF