Modifique one value all archives | DINI - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Modifique one value all archives | DINI (
/showthread.php?tid=658965)
Modifique one value all archives | Lethaldub2 -
Romero837 - 17.09.2018
Hi, i need help with it.
I want modifique one value of the all accounts of my server, i work with
Lethaldub2.
The coins save in the account file.
Код:
dUserSetINT(PlayerName2(playerid)).("DMONEDASD",0);
When player exit to the server, the coins are saved with:
Код:
dUserSetINT(PlayerName2(playerid)).("DMONEDASD",PlayerInfo[playerid][Monedas]);
How to use it to modifique all accounts with one value, i need run it one time to modifique.
Example:
Re: Modifique one value all archives | DINI -
Banditul18 - 17.09.2018
Open the files one by one, read the content, overwrite the monedas and close the file (loop)
Welcome to wonderful world of dini
Re: Modifique one value all archives | DINI -
Romero837 - 17.09.2018
Jajjajajjajaj really not possible?
Re: Modifique one value all archives | DINI -
NoorMustafa123 - 17.09.2018
sorry but this aint mysql to do that :v
Re: Modifique one value all archives | DINI -
Romero837 - 17.09.2018
Correcting, it is not dini it's lethaldub
Re: Modifique one value all archives | DINI -
Gammix - 18.09.2018
Quote:
Originally Posted by Romero837
Correcting, it is not dini it's lethaldub
|
Its actually dudb which is made with dini, so its basically DINI file processor.