[Ajuda] Como fazer isso...
#5

Use INI_ParseFile...

pawn Код:
forward carregar(playerid, name[], value[]);
public carregar(playerid, name[], value[]) {
    INI_Int("dinheiro", array_do_dinheiro);
    INI_Int("level", array_do_level);
    return 1;
}
//Quando o jogador logar
INI_ParseFile(ARQUIVO, "carregar", false, true, playerid);
Reply


Messages In This Thread
Como fazer isso... - by Exco - 28.12.2012, 15:49
Re: Como fazer isso... - by EditPawn - 28.12.2012, 15:52
Re: Como fazer isso... - by Exco - 28.12.2012, 16:03
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:04
Re: Como fazer isso... - by Abravanel - 28.12.2012, 16:06
Re: Como fazer isso... - by Exco - 28.12.2012, 16:08
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:08
Re: Como fazer isso... - by Exco - 28.12.2012, 16:32
Re: Como fazer isso... - by Galhardo - 28.12.2012, 16:58
Re: Como fazer isso... - by Exco - 28.12.2012, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)