[Ajuda] Chat bugado
#1

Boas. Tenho um FilterScript de Administraзгo do servidor, e ele estб a bugar-me o chat do servidor. Os comandos aparecem todos, mas as falas dos jogadores, nгo. E й o filterscript, pois se o desligar, fica normalmente.

Coisas que jб tentei:

Ir ao GameMode e pфr:

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

(do wiki)

Se eu fizer isto, fica exatamente na mesma. Tambйm jб tentei por isto no fim do FilterScript, mas quando escrevo alguma coisa no servidor, ele crasha.

Jб tentei colocar sу:

PHP код:
public OnPlayerText(playeridtext[])
{
return 
1;

E acontece exatamente como em cima. Necessito ajuda rбpida. Obrigado

FilterScript:

PasteBin
Reply


Messages In This Thread
Chat bugado - by bruxo00 - 29.03.2013, 21:11
Re: Chat bugado - by DartakousLien - 30.03.2013, 09:57
Re: Chat bugado - by feliphemort - 30.03.2013, 12:05
Re: Chat bugado - by bruxo00 - 30.03.2013, 12:39
Respuesta: Chat bugado - by Pedro Pawno - 30.03.2013, 13:26

Forum Jump:


Users browsing this thread: 4 Guest(s)