DOF2 not working
#1

SOLVED, in this code wasn't any mistake.

pawn Code:
DOF2_CreateFile(GetFile(playerid));
DOF2_SetInt(GetFile(playerid), "Level", 0);
DOF2_SetInt(GetFile(playerid), "Skin", 0);
DOF2_SaveFile();
pawn Code:
#define USER_FILE "Accs/%s.ini"

GetFile(playerid){
    new pFile[MAX_PLAYER_NAME + 1 + 15];
    format(pFile, sizeof(pFile), USER_FILE, pName(playerid));
    return pFile;
}
Why is this not working? It doesn't make the file.
Reply
#2

DOF2 really ?
Reply
#3

Yeah. I don't know what'd be bad about that but that's not the purpose of this topic.
Reply
#4

Oh I know where's the mistake, i've got one variable which can't be there. In fact, solved. Now please tell me what's bad about DOF2...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)