[PEDIDO] DINI - 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: [PEDIDO] DINI (
/showthread.php?tid=202398)
[PEDIDO] DINI -
abestado - 24.12.2010
Galera, se alguem pudesse me ajudar com DINIS agradeceria muito, pois nгo sei nada de dini.. e pelo que entendi Dini й muito util!
Re: [PEDIDO] DINI -
keller012 - 24.12.2010
https://sampforum.blast.hk/showthread.php?tid=180237
https://sampforum.blast.hk/showthread.php?tid=143657
bom proveito
Re: [PEDIDO] DINI -
CyNiC - 24.12.2010
Dini usa os seguintes parametros nas funзхes:
"nomedoarquivo", "Nome da Chave", dado а ser salvo "string" ou 1nteiro
Gravar o score do jogador em um arquivo com o nome dele:
pawn Код:
[...]
GetPlayerName(playerid, Name, sizeof Name);
format(string, sizeof string, "%s.txt", Name); //nome do arquivo que irб pra a pasta padrгo
Dini_IntSet(string, "Score", GetPlayerScore(playerid));
Sabendo como funciona, vocк pode ler isso pra ver alguns exemplos:
https://sampforum.blast.hk/showthread.php?tid=151296
Re: [PEDIDO] DINI -
Sergiinhonike - 24.12.2010
Dini й bom mas eu prefiro PGD(Tem no forum).
Re: [PEDIDO] DINI -
syslogg - 24.12.2010
tem tambem um porem, se quer salvar outra coisa(nivel de admin, org......) use o playerinfo(n sei usar playerinfo=x)
feliz natal

espero ter ajudado