12.12.2010, 15:57
this is setting a weired integer
i want it to set in the .ini file 0 but it sets 111
its sets this
i want it to set in the .ini file 0 but it sets 111
pawn Код:
HInfo[ID][owned] = 0;
pawn Код:
dini_IntSet(file,"Owned",HInfo[ID][owned]);
Код:
Owned=111

