[Ajuda] Wiki salvamento desconhecido por mim.
#2

tenta assim
pawn Код:
new string3[32];
    format(string3,sizeof(string3),"Usuarios/%s.txt",jogador);
    new File: hFile = fopen(string3,io_append);
    if (hFile)
    {
        new var[32];
        format(var,32,"Leader=%d\n",0);fwrite(hFile,var);
        format(var,32,"Cargo=%d\n",0);fwrite(hFile,var);
        format(var,32,"Member=%d\n",0);fwrite(hFile,var);
        fclose(hFile);
    }
Reply


Messages In This Thread
Wiki salvamento desconhecido por mim. - by JoshNudock - 27.01.2015, 06:03
Re: Wiki salvamento desconhecido por mim. - by RiqueP - 27.01.2015, 12:34
Re: Wiki salvamento desconhecido por mim. - by JoshNudock - 27.01.2015, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)