29.12.2015, 22:28
How can I edit every userfile located in scriptfiles/accounts from IG using ZCMD?
As example I use this for unbanning players.
But I don't want to type the name where the Tag must be editted from.
I want to edit EVERY userfile in the accounts folder to be editted with the tag typed.
Can somebody help with that?
As example I use this for unbanning players.
Код:
if(!fexist(filestring)) return SendClientMessage(playerid,Lime, "The name you've chosen was not found in our database "); else { new INI:File = INI_Open(filestring); INI_SetTag(File, "data"); INI_WriteInt(File, "Banned",0); INI_Close(File);
I want to edit EVERY userfile in the accounts folder to be editted with the tag typed.
Can somebody help with that?