10.07.2011, 07:06
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"