SA-MP Forums Archive
[AJUDA] Sistema de Registro RESOLVIDO - 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] Sistema de Registro RESOLVIDO (/showthread.php?tid=227402)



[AJUDA] Sistema de Registro RESOLVIDO - GuikBretas - 17.02.2011

Pessoal to com um problema no sistema de registro, quando eu digito /registrar minhasenha, o samp-server.exe fecha automaticamente, como resolver?

P.S: eu segui esse tutorial
https://sampforum.blast.hk/showthread.php?tid=101560

Resolvido


Re: [AJUDA] Sistema de Registro RESOLVIDO - deregudegu - 17.02.2011

Olha o arquivo server_log.txt ou no crashinfo, pois lб tem mais detalhes.


Re: [AJUDA] Sistema de Registro RESOLVIDO - zSuYaNw - 17.02.2011

pawn Код:
public OnPlayerUpdate(playerid)
{
    static lol[100],Nome[24]; GetPlayerName(playerid, Nome, 24);
    format(lol, lol(sizeof),"%s.ini", Nome);
    if(!Fexists(lol)) return printf("Este Arquivo nгo existe:%s", lol);
    if(Fexists(lol)) return true;
    return true;
}
Adicione em seu FS/GM