SA-MP Forums Archive
little help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: little help (/showthread.php?tid=198594)



little help - MestreKiller - 12.12.2010

this is setting a weired integer
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]);
its sets this
Код:
Owned=111