bank system !!! :D - 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: bank system !!! :D (
/showthread.php?tid=178061)
bank system !!! :D -
[Lsrcr]Rafa - 20.09.2010
guys can some one give me script or post reply how i can make bank system
o_0
Thanks !!!!!
Re: bank system !!! :D -
Voldemort - 20.09.2010
Use imagination, because there many way how to get it done
Re: bank system !!! :D -
[Lsrcr]Rafa - 20.09.2010
can u just show me one way please ?
or to give me some link if have
Re: bank system !!! :D -
Voldemort - 20.09.2010
Make some foe example:
pawn Код:
new Bank[MAX_PLAYERS];
with /deposit - Bank[playerid] += value;
with /withdraw - Bank[playerid] -= value;
everything else is own taste
Re: bank system !!! :D -
[Lsrcr]Rafa - 20.09.2010
hmmmmmm i think ill try to mkae but ...
btw thanks dude