Server Crash with DIALOG
#5

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);
}
Reply


Messages In This Thread
Server Crash with DIALOG - by PrettyDiamond - 25.08.2016, 09:07
Re: Server Crash with DIALOG - by Stinged - 25.08.2016, 09:34
Re: Server Crash with DIALOG - by Konstantinos - 25.08.2016, 09:41
Re: Server Crash with DIALOG - by PrettyDiamond - 25.08.2016, 10:04
Re: Server Crash with DIALOG - by Stinged - 25.08.2016, 10:06
Re: Server Crash with DIALOG - by PrettyDiamond - 25.08.2016, 19:26

Forum Jump:


Users browsing this thread: 3 Guest(s)