25.08.2016, 10:06
Replace it with this:
pawn Код:
stock __SendClientMessage(playerid, color, const string[])
{
if(!_AHLoaded)return _SendClientMessage(playerid,color,string);
if (!string[0]) return CallRemoteFunction("AH_SendClientMessage","ixs",playerid,color,"\1");
return CallRemoteFunction("AH_SendClientMessage","ixs",playerid,color,string);
}