Weird Error?
#1

The error:
pawn Код:
Test.pwn(51) : error 035: argument type mismatch (argument 2)
The code:
pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, COLOR_GREEN, "Test!");
    return 1;
}

Line 51:
pawn Код:
SendClientMessage(playerid, COLOR_GREEN, "Test!");
COLOR_GREEN:
pawn Код:
#define COLOR_GREEN #008000
When I remove line 51, the error is gone... What am I doing wrong?
Reply


Messages In This Thread
Weird Error? - by Dr - 23.07.2011, 04:12
Re: Weird Error? - by JaTochNietDan - 23.07.2011, 04:18
Re: Weird Error? - by Dr - 23.07.2011, 04:23

Forum Jump:


Users browsing this thread: 1 Guest(s)