Remove ooc chat [help]
#1

Hey, ive got GF but i want to delete the ooc chat
so if i hit "t" i can talk to everybody

Please help

Thanks,
Reply
#2

You should've posted it in the GF topic.
Just delete the /o
Then go to OnPlayerText.
Where it supposes to talk in a close distance change it to SendClientMessageToAll(color,string);
Reply
#3

Quote:
Originally Posted by MenaceX^
You should've posted it in the GF topic.
Just delete the /o
Then go to OnPlayerText.
Where it supposes to talk in a close distance change it to SendClientMessageToAll(color,string);
no i mean when i hit "t" i can talk to everyone so not that only persons who near me can read..
Reply
#4

Look through OnPlayerText for the main chat.
Reply
#5

Quote:
Originally Posted by MenaceX^
You should've posted it in the GF topic.
Just delete the /o
Then go to OnPlayerText.
Where it supposes to talk in a close distance change it to SendClientMessageToAll(color,string);
Or you could just 'return true'.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)