Dini won't create the file.
#1

Obviously it's a user register system, but Dini won't create the file :S

Код:
new name[MAX_PLAYER_NAME], file[256], string[128];
GetPlayerName(playerid, name, sizeof(name));
format(file, sizeof(file), SERVER_USER_FILE, name);
new sendername[MAX_PLAYER_NAME];
dini_Create(file); // Creates the user file on registration
Код:
#define SERVER_USER_FILE "$s.ini"
Reply


Messages In This Thread
Dini won't create the file. - by Jack_Leslie - 10.07.2011, 07:06
Re: Dini won't create the file. - by Outcast - 10.07.2011, 07:08
Re: Dini won't create the file. - by Jack_Leslie - 10.07.2011, 07:09
Re: Dini won't create the file. - by Outcast - 10.07.2011, 07:10
Re: Dini won't create the file. - by Jack_Leslie - 10.07.2011, 07:11

Forum Jump:


Users browsing this thread: 1 Guest(s)