20.12.2009, 06:59
Код:
if(!fexist(file)) { printf("FindBug: File: %s Kills: %d Deaths: %d",file,PlayerInfo[playerid][Kills],,PlayerInfo[playerid][Deaths]); dini_IntSet(file, "Kills",PlayerInfo[playerid][Kills]); dini_IntSet(file, "Deaths",PlayerInfo[playerid][Deaths]); }