[Ajuda] [URGENTE] Ao conectar crasha players altomaticamente
#1

Nгo, nгo й nenhum hacker, sу algo esquisito. quando os players conectam no meu servidor, eles sгo crashados altomaticamente, sem nenhum motivo. jб pensei que fosse algo do meu OnPlayerConnect, mas nгo achei nada nele.. jб mudei o loop de limparchat ao conectar, para 60 mensagens. mas mesmo assim nгo foi.. toma crash do mesmo geito, alguma ideia do que pode ser?

pawn Код:
public OnPlayerConnect(playerid)
{
    PlayAudioStreamForPlayer(playerid, "http://o5wap.ru/content/mp3/full/3/e/4/System_Of_A_Down_-_B.Y.O.B._64Kbps.mp3");
    SendClientMessage(playerid, -1, "{8400FF}*----------------------- {FF0000}Bem - Vindo ao servidor! {8400FF}---------------------------------*");
    SendClientMessage(playerid, -1, "{15FF00}* Bem - Vindo ao Mata - Mata Mundo dos Assassinos *");
    SendClientMessage(playerid, -1, "{15FF00}* Duvidas? fale com um administrador! /admins *");
    SendClientMessage(playerid, -1, "{15FF00}* Vocк й nosso futuro! adicione o servidor aos favoritos! *");
    SendClientMessage(playerid, -1, "{8400FF}*----------------------- {FF0000}Bem - Vindo ao servidor! {8400FF}---------------------------------*");
    new str[128];
    format(str, 128, "{D6A100}[ENTROU] {FFBF00}%s [%i] {D6A100}entrou no servidor. Bem-vindo!", GetName(playerid), playerid);
    SendClientMessageToAll(-1,str);
    //Textdraws
    TextDrawShowForPlayer(playerid, Reloginho1);
    TextDrawShowForPlayer(playerid, Reloginho2);
    TextDrawShowForPlayer(playerid, Textdraw0);
    TextDrawShowForPlayer(playerid, Textdraw1);
    TextDrawShowForPlayer(playerid, Textdraw2);
    TextDrawShowForPlayer(playerid, Textdraw3);
    TextDrawShowForPlayer(playerid, Textdraw4);
    TextDrawShowForPlayer(playerid, Textdraw5);
    TextDrawShowForPlayer(playerid, Textdraw6);
    return 1;
}
Reply
#2

Vocк jб tentou usar o crash detect ? dizem que ele serve pra isso, nгo sei bem.

Mas tem um tutorial que auxilia nele, dк uma olhada aqui.
Reply
#3

ja tive um problema parecido tenta retirar essas *** comigo resultou.
Reply
#4

tб vou tentar..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)