SA-MP Forums Archive
[AJUDA] Salvar Gang - 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] Salvar Gang (/showthread.php?tid=274221)



[AJUDA] Salvar Gang - Lipe_Stronda - 05.08.2011

Bom estou tentando botar um sistema que quando a pessoa sai do jogo salva a org que ela escolheu no inicio o code ta aqui abaixo, o problema que aparece direitinho nos scripfiles , mais quando entra no jogo nao ta salvo:

pawn Код:
new arquivo[30], nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nome, sizeof(nome));
    format(arquivo, sizeof(arquivo), "%s.ini", nome);
    if(!dini_Exists(arquivo))
    {
        dini_Create(arquivo);
    }
    dini_IntSet(arquivo, "gang", gTeam[playerid]);
    return 1;
}



Re: [AJUDA] Salvar Gang - ViniBorn - 05.08.2011

E o cуdigo que seta a gang quando o jogador entra?


Re: [AJUDA] Salvar Gang - Lipe_Stronda - 05.08.2011

pawn Код:
C:\Users\Ana e Felipe\Desktop\Iniciante.pwn(859) : error 017: undefined symbol "arquivo"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: [AJUDA] Salvar Gang - Lipe_Stronda - 05.08.2011

ajuda akie


Re: [AJUDA] Salvar Gang - ViniBorn - 05.08.2011

pawn Код:
new arquivo[30];



Re: [AJUDA] Salvar Gang - Lipe_Stronda - 05.08.2011

pawn Код:
C:\Users\Ana e Felipe\Desktop\Iniciante.pwn(280) : warning 219: local variable "arquivo" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
@EDIT , deixa issoo pra la nem quero mais


Re: [AJUDA] Salvar Gang - ViniBorn - 05.08.2011

Vocк colocou arquivo como variбvel global?


Re: [AJUDA] Salvar Gang - Lipe_Stronda - 05.08.2011

mano esquece, mais obrigado por me ajudar vou dar rept a voce e ju