TXT document.
#1

Hello!

How to make automatic text document with all players names and passwords to scriptfiles folder?
Thanks!
Reply
#2

I will only help you with creating, not actually scripting the whole thing

pawn Код:
new file[128];
pawn Код:
format(file,sizeof(file),"NameofFolderinScriptFiles/%i.ini",playername);
    dini_Create(file);
    dini_Set(file, "Name", name);
This is an example. Now you have to go through and add the info you want to be stored
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)