Very big Problem (I don't think it's from the GM)
#1

Ok so I use a GF edit.After we play a while,everybody sees what certain players are typing.Like in Las Venturas Money Grab.
Never saw or herd about something like this.

Thanks in advance
Have a nice day/night
Reply
#2

Did you change something in OnPlayerText or used command /noooc?
Reply
#3

Only thing changed in OnPlayerText

Quote:

if (realchat)
{
if(gPlayerLogged[playerid] == 0)
{
return 0;
}
if(NameOff[playerid] == 1)
{
if(gPlayerLogged[playerid] == 1)
{
format(string, sizeof(string), "Unknown Says: %s", text);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_F ADE4,COLOR_FADE5);
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_F ADE4,COLOR_FADE5);
return 0;
}
return 1;

The NameOff Thing
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)