SA-MP Forums Archive
how can i changgge this line into y_ini? - 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)
+--- Thread: how can i changgge this line into y_ini? (/showthread.php?tid=467170)



how can i changgge this line into y_ini? - PrinceKumar - 01.10.2013

pawn Код:
dini_IntSet(pfile,"Tax", dini_Int(pfile,"Tax")+tax);
i have already read out y_ini but not getting what need to do to change it in y_ini. So please do not suggest me to check y_ini ... Thanks in advance.


Re: how can i changgge this line into y_ini? - DobbysGamertag - 01.10.2013

If you'd checked y_ini topic you'd know

pawn Код:
INI_WriteInt(file,"Tax",somevar);



Re: how can i changgge this line into y_ini? - PrinceKumar - 01.10.2013

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
If you'd checked y_ini topic you'd know

pawn Код:
INI_WriteInt(file,"Tax",somevar);
ty but how to change it?
pawn Код:
dini_Int(pfile,"Tax")
, which putted as somevar.. Its my main problem... N i m confused in it..