[HELP]Bank interest ! - 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: [HELP]Bank interest ! (
/showthread.php?tid=196636)
[HELP]Bank interest ! -
[Aka]Dragonu - 06.12.2010
Is there any posibility to make an bank interest ? Like every hour when its payday if you have let's say : 100$ in your bank account to obtain an interest of 2% ?
Re: [HELP]Bank interest ! -
Think - 06.12.2010
Just apply simple maths;
pawn Код:
new Bank = 100;
new part = Bank / 100; // 1%
new part2 = part * 2; // 2%
Re: [HELP]Bank interest ! -
[Aka]Dragonu - 06.12.2010
Can you do it for me ?
Re: [HELP]Bank interest ! -
Haydz - 06.12.2010
Quote:
Originally Posted by [Aka]Dragonu
Can you do it for me ?
|
If you want somebody to do it for you go to the script requests thread, or, he gave you everything you need to script it.
Re: [HELP]Bank interest ! -
[Aka]Dragonu - 06.12.2010
I don't think he gave me everything he need , because i have a payday sistem and i want when payday comes to give a bank interest !
Re: [HELP]Bank interest ! -
Jordan Smith - 05.01.2011
I also need help in this