Posts: 34
Threads: 19
Joined: Sep 2012
Reputation:
0
I want to make a RPG server,but since i'm new i can't do it from 0% so,when i register,my account doesn't save,and there i no "Players" Characters file in Script files.
Posts: 31
Threads: 4
Joined: Jan 2013
Goto "Scriptfiles" And create a folder... "Players" Or whatever...
And them make your own saving system
https://sampforum.blast.hk/showthread.php?tid=175565
Posts: 392
Threads: 16
Joined: Aug 2012
Reputation:
0
Easier way to do it, go to your PAWNO script and type
#define yourgamemodefoldername\scriptfiles\Accounts\%s.ini
That way it will save an .ini file to your gamemode script.
Posts: 34
Threads: 19
Joined: Sep 2012
Reputation:
0
I don't get it,i'm new to Scripting do i copy paste that?
Posts: 392
Threads: 16
Joined: Aug 2012
Reputation:
0
If its a filterscript, paste that there.