SA-MP Forums Archive
Question of dini - 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: Question of dini (/showthread.php?tid=276868)



Question of dini - jaksimaksi - 15.08.2011

How to make that fee + money? +dini_Int(String, "Fee"), gets errors...


pawn Код:
dini_IntSet(String, "money", dini_Int(String, "Fee"));



Re: Question of dini - Darnell - 15.08.2011

pawn Код:
dini_IntSet(String, "money");
dini_Int(String, "Fee");
Try this.


AW: Question of dini - jaksimaksi - 15.08.2011

No... I have a bussiness system and i want that when player enters the bussiness, that bussiness fee adds to bussiness gain ("money"). I can't make that fee + to money


Re: Question of dini - Darnell - 15.08.2011

I don't think so.
pawn Код:
BizzInfo[i][bTill] += BizzInfo[i][bEntranceCost];
Edit it to your variables.