[Ajuda] SA:MP - 0.3x
#1

Estou mais uma vez aqui, falando sobre um problema que estou com o SA:MP 0.3x .-.

Bom, estou usando umas format+SendClientMessageToAll, porйm ALGUMAS nгo apareзem.

A mensagem deste comando que eu fiz de teste:
pawn Код:
CMD::pingm(playerid, params[], help)
{
    if(!strval(params)) return 1;
    sCPING = strval(params);
    new fk[50];
    format(fk, 50, "Ping Max: %d", sCPING);
    SendClientMessageToAll(-1, fk);
    return 1;
}
Neste comando a mensagem apareзe no CHAT.

Ja nesta parte:
pawn Код:
public OnPlayerUpdate(playerid)
{
    new rPing = GetPlayerPing(playerid);
    new String[128];
    if(rPing > sCPING)
    {
        format(String, 128, "[Anti-Ping] %s foi kickado automaticamente. [Ping: %d/Max: %d]", pNome(playerid), rPing, sCPING);
        SendClientMessageToAll(CinzaC, String);
        Kick(playerid);
    }
    return 1;
}
A mensagem nгo apareзe. Eu tomo kick como feito no script, porйm a mensagem nгo apareзe...

Jб troquei o SendClientMessageToAll para "print", porйm usando o "print" apareзeu corretamente.

Eu testei os MESMOS scripts na versгo 0.3e, que acabou funcionando perfeitamente.

Nгo sei se й alguma NOVA funзгo do 0.3x que ativa/desativa essas mensagens!!

OBS: Isto nгo aconteзe sу nesta parte do script. Existe outras, mas nгo irei passar o cуdigo.

Quem puder me ajudar, agradeзo .
Reply


Messages In This Thread
SA:MP - 0.3x - by @Riichard - 10.02.2013, 14:50
Re: SA:MP - 0.3x - by Sky™ - 10.02.2013, 14:56
Re: SA:MP - 0.3x - by DartakousLien - 10.02.2013, 14:57
Re: SA:MP - 0.3x - by @Riichard - 10.02.2013, 14:59
Re: SA:MP - 0.3x - by DartakousLien - 10.02.2013, 15:01
Re: SA:MP - 0.3x - by TheGoldenHelmet - 10.02.2013, 15:02
Re: SA:MP - 0.3x - by Rodrigo_Avenged - 10.02.2013, 15:03
Re: SA:MP - 0.3x - by DartakousLien - 10.02.2013, 15:04
Re: SA:MP - 0.3x - by @Riichard - 10.02.2013, 15:07
Re: SA:MP - 0.3x - by leonardo1434 - 10.02.2013, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)