[Ajuda] Verificar se o player crashou
#1

Pessoal como faзo pra ve se o jogador saiu do servidor e se ele crashou ?
Reply
#2

Basta traduzir.
https://sampwiki.blast.hk/wiki/OnPlayerDisconnect
Reply
#3

eu acho que vocк estб procurando isto:

pawn Код:
// Na OnPlayerDisconnect
switch(reason)
{
    new String[128];
    case 0: format(String, 128, "{FF0000}%s {A9A9A9}Desconectou-se do Servidor {FFFFFF}(Crash)", NomePlayer(playerid));
    case 1: format(String, 128, "{FF0000}%s {A9A9A9}Desconectou-se do Servidor {FFFFFF}(Desconectou-se)", NomePlayer(playerid));
    case 2: format(String, 128, "{FF0000}%s {A9A9A9}Desconectou-se do Servidor {FFFFFF}(Kickado/Banido)", NomePlayer(playerid));
}
SendClientMessageToAll(-1, String);
Reply
#4

Obrigado os dois !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)