14.04.2012, 07:43
What the hell,beer or wine,why did you try to re-define the function,it's a default function,where did you get this from it doesn't make sense at all:
pawn Код:
SendClientMessage(playerid, color, string[])
{
if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0)
return 0;
else SendClientMessage(playerid, color, string);
return 1;
}