What's wrong with this?
#3

pawn Код:
SendClientMessageEx(playerid, color, string[])
{
    if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0)
        return 0;

    else SendClientMessage(playerid, color, string);
    return 1;
}
pawn Код:
#define SendClientMessage SendClientMessageEx
Don't create exist's functions!!
Reply


Messages In This Thread
What's wrong with this? - by sampmark05 - 14.04.2012, 07:42
Re: What's wrong with this? - by Cjgogo - 14.04.2012, 07:43
Re: What's wrong with this? - by Kaczmi - 14.04.2012, 07:46
Re: What's wrong with this? - by sampmark05 - 14.04.2012, 07:48
Re: What's wrong with this? - by sampmark05 - 14.04.2012, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)