SA-MP Forums Archive
Bank System - 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 (/showthread.php?tid=243582)



Bank System - IvancheBG - 23.03.2011

Can someone give me a good bank system that when i go to the bank there's a red market and when i go in it it say deposit and withdrew.


Re: Bank System - aircombat - 23.03.2011

goto filterscript section and search for EBank


Re: Bank System - Zh3r0 - 23.03.2011

https://sampforum.blast.hk/showthread.php?tid=235245


Re: Bank System - IvancheBG - 23.03.2011

I have a question where to put

Код:
if (sscanf(params, "ui", giveplayerid, amount))
{
    return SendClientMessage(playerid, 0xFF0000AA, "Usage: /givecash <playerid/name> <amount>");
}