09.03.2015, 11:11
You must look at the Include functions...
So you must do sth like this:
And the other line...wtf?!
It should look sth like this:
But if we could see your enum, that would be better
Код:
DOF2_GetInt(file[],key[],tag[]="");
Код:
new path[32]; format(path,32,"%s.txt",GetName(playerid)); SpielerInfo[playerid][pBan] = DOF2_GetInt(path,"Banned");
It should look sth like this:
Код:
format(SpielerInfo[playerid][pBanReason],128,DOF2_GetString(path,"BanReason")); format(SpielerInfo[playerid][pBanTime],64,DOF2_GetString(path,"BanTime")); format(SpielerInfo[playerid][pBanDate],64,DOF2_GetString(path,"BanDate")); format(SpielerInfo[playerid][pBanIP],16,DOF2_GetString(path,"BanIP"));