[HELP] Bugged Chat
#1

Hi everyone. I have a FilterScript Administration server, and it is bugar me the chat server. The commands appear all but the speeches of the players, no. And filterscript is because if the disconnect, is normally.*

Things I've tried:*

In gamemode put:

PHP код:
public OnPlayerText(playeridtext[]) 

    new 
textv2[128], name[MAX_PLAYER_NAME]; 
    
GetPlayerName(playeridnamesizeof (name)); 
    
format(textv2sizeof (textv2), "%d >> %s: %s"playeridnametext); 
    
SendPlayerMessageToAll(playeridtextv2); 
    return 
0// ignore the default text and send the custom one 

If I do this, it is exactly the same. I have also tried this by the end of FilterScript, but when I write something on the server, it crashes.* I've tried just putting:

PHP код:
public OnPlayerText(playeridtext[]) 

return 
1

And it's exactly as above. I need help fast. Thank You.

FilterScript

PasteBin
Reply


Messages In This Thread
[HELP] Bugged Chat - by bruxo00 - 30.03.2013, 12:37
Re: [HELP] Bugged Chat - by judothijs - 30.03.2013, 12:48
Re: [HELP] Bugged Chat - by Sandiel - 30.03.2013, 12:54
Re: [HELP] Bugged Chat - by bruxo00 - 30.03.2013, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)