SA-MP Forums Archive
[Ajuda] OnPlayerDisconnect - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] OnPlayerDisconnect (/showthread.php?tid=166819)



[Ajuda] OnPlayerDisconnect - junioor - 10.08.2010

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new pName[MAX_PLAYER_NAME];
    new string[566];
    GetPlayerName(playerid, pName, sizeof(pName));
    switch(reason)
    {
        case 0: format(string, sizeof(string), "%s Desconectou-se do Servidor. (Problemas na conexao)", pName);
        case 1: format(string, sizeof(string), "%s Desconectou-se do Servidor. (saiu)", pName);
        case 2: format(string, sizeof(string), "%s Desconectou-se do Servidor. (Kickado/Banido Leia As Regras /Regras)", pName);
    }

    SendClientMessageToAll(Cinza, string);
    total--;
    return 1;
}
Estaao minha duvida й o seguinte onde estaao бs case 0 e 2 eu queria que aparecece um textdraw ao invez da mensagem ao poderia me ajudar?
obs: Eu gostaria que aparecece o textdraw mas sem precisar remover a mensagem!



Re: [Ajuda] OnPlayerDisconnect - BreakDriFT - 10.08.2010

Fassa isso Aqui eu Testei e deu certo!..
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new pName[MAX_PLAYER_NAME];
    new string[566];
    GetPlayerName(playerid, pName, sizeof(pName));
    switch(reason)
    {
        case 0: format(string, sizeof(string), "%s Desconectou-se do Servidor. (Problemas na conexao)", pName);
        case 1: format(string, sizeof(string), "%s Desconectou-se do Servidor. (saiu)", pName);
        case 2: format(string, sizeof(string), "%s Desconectou-se do Servidor. (Kickado/Banido Leia As Regras /Regras)", pName);
    }

    GameTextForAll(string, 2500, 3);
    total--;
    return 1;
}
Eu testei aqui e deu certo so voce arruma o tempo e o tamanho..
espero ter ajudado.
@edit
Para aprecer os Dois so add
pawn Код:
GameTextForAll(string, 2500, 3);
em cimado Gametexfor..
Ficando assim
pawn Код:
SendClientMessageToAll(CINZA, string);
GameTextForAll(string, 2500, 3);



Re: [Ajuda] OnPlayerDisconnect - BiieL - 10.08.2010

ja fiz isso no meu sv, mas ficou horrivel, pq atrapalha, pois c esta jogando ai de repente aparece la, q alguem entrou e saiu, atrapalha !!! mas se vc quiser por, a ideia eh sua !!!


Re: [Ajuda] OnPlayerDisconnect - zSuYaNw - 10.08.2010

@Junior, este OnPlayerDisconnect й igualzin do meu GameMode... atй a cor...


Re: [Ajuda] OnPlayerDisconnect - BiieL - 10.08.2010

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
@Junior, este OnPlayerDisconnect й igualzin do meu GameMode... atй a cor...
igualzin ? sei nao, se vc nao publicou o seu gm, acho q ja sei qm postou o thug !!! kkkkkkk [zuera]