[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


Messages In This Thread
[URGENTE] Ao conectar crasha players altomaticamente - by LucaAllexandre - 08.12.2013, 11:49
Re: [URGENTE] Ao conectar crasha players altomaticamente - by WLSF - 08.12.2013, 11:53
Re: [URGENTE] Ao conectar crasha players altomaticamente - by PT - 08.12.2013, 12:06
Re: [URGENTE] Ao conectar crasha players altomaticamente - by LucaAllexandre - 08.12.2013, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)