Remove ooc chat [help]
#6

Quote:
Originally Posted by Abernethy
Look through OnPlayerText for the main chat.
Or should i just delete proxdetector?
pawn Код:
if (realchat)
    {
      if(gPlayerLogged[playerid] == 0)
      {
        return 0;
    }
        GetPlayerName(playerid, sendername, sizeof(sendername));
        format(string, sizeof(string), "%s Says: %s", sendername, text);
        ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Remove ooc chat [help] - by Joruz_Tellino - 12.07.2009, 16:58
Re: Remove ooc chat [help] - by MenaceX^ - 12.07.2009, 17:02
Re: Remove ooc chat [help] - by Joruz_Tellino - 13.07.2009, 09:28
Re: Remove ooc chat [help] - by Abernethy - 13.07.2009, 09:33
Re: Remove ooc chat [help] - by Westie - 13.07.2009, 09:36
Re: Remove ooc chat [help] - by Joruz_Tellino - 13.07.2009, 09:50

Forum Jump:


Users browsing this thread: 1 Guest(s)