[Ajuda] Comando /mnick - Crashando Server :/
#1

Galera, Boa Tarde !
O Cуdigo eu montei aqui, mas estou tendo problemas, quando dou o comando in-game ele simplesmente crasha o servidor, ele fechar meu server.cfg.

O pawn nгo indica erro quando eu compilo, mas no SA:MP quando faзo o comando acontece isso :/

Se alguйm puder dar um help, agradeзo muito !



PHP код:
CMD:mnick(playeridparams[])
{
    new 
nomenovo[256], idx;
    
nomenovo strtok(paramsidx);
    if(!
strlen(nomenovo)){
        
SendClientMessage(playeridCOR_ROSA"Use /mnick [NICK].");
    } else {
        new 
Conta[2];
        new 
STR[60];
        new 
Linhas[64];
        new 
NickName[MAX_PLAYER_NAME];
        
GetPlayerName(playeridNickNamesizeof(NickName));
        if(
fexist(Conta[1]))
        {
            
SendClientMessage(playeridCOR_VERMELHO"Este nick ja estб sendo usado!");
        }    else
        {
            
format(Conta[0], 48"Contas/%s.ini"NickName);
            
format(Conta[1], 48"Contas/%s.ini"nomenovo);
            
SetPlayerName(playeridnomenovo);
            new 
File:ArquivoA fopen(Conta[0], io_read);
            new 
File:ArquivoB fopen(Conta[1], io_append);
            while(
fread(ArquivoALinhas))
            {
                
fwrite(ArquivoBLinhas);
            }
            
fclose(ArquivoA);
            
fclose(ArquivoB);
            
fremove(Conta[0]);
            
format(STR60"Nick trocado com sucesso. [[ %s ]]"nomenovo);
            
SendClientMessage(playerid0x33FF33AASTR);
        }
        return 
1;
    }
    return 
1;

PS: Jб tentei muita coisa, inclusive trocar o nome de todas as variбveis, enfim de tudo :/
PSІ: Busquei no fуrum mas nгo achei nada parecido.
Reply
#2

olhe o tutorial do Juniior3, sobre salvamento sem includes..
Reply
#3

Quote:
Originally Posted by DanDRT
Посмотреть сообщение
olhe o tutorial do Juniior3, sobre salvamento sem includes..
Que tutorial й esse ?
Reply
#4

Quote:
Originally Posted by FaiisK
Посмотреть сообщение
Que tutorial й esse ?
este https://sampforum.blast.hk/showthread.php?tid=468548

nao esta sendo corretamente usado, por isso crasha..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)