26.01.2014, 13:14
Well, since i failed at a "INI_WriteInt" attempt, i have some questions(Mostly about saving ban logs)
1) Do i need to create a new path for when the player was banned?
For an example:
#define BANLOG "/AdminInfo/BanLogs/%s.ini"
So, that would save the Name.ini ban info in the -> scriptfiles/AdminInfo/BanLogs/Name.ini, right?
And the, at the /ban command, what do i do there?
format(string....) didn't work(lol) xd
2) Is there a way to save it in the current players path?
#define PATH "/Users/%s.ini"
And then just add the ban-info to his current info..?
1) Do i need to create a new path for when the player was banned?
For an example:
#define BANLOG "/AdminInfo/BanLogs/%s.ini"
So, that would save the Name.ini ban info in the -> scriptfiles/AdminInfo/BanLogs/Name.ini, right?
And the, at the /ban command, what do i do there?
format(string....) didn't work(lol) xd
2) Is there a way to save it in the current players path?
#define PATH "/Users/%s.ini"
And then just add the ban-info to his current info..?