[AJUDA] Sistema de Registro RESOLVIDO
#1

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
Reply
#2

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)