SA-MP Forums Archive
[Include] [INC] pBank |0.2 Released| - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC] pBank |0.2 Released| (/showthread.php?tid=51086)

Pages: 1 2


[INC] pBank |0.2 Released| - Pixels^ - 17.09.2008

pBank [Extensive Banking System]
Details: Function Info: Credits/Notes: Download:
See below for 0.2 download.

__________________________________________________ ________________________________________

0.2 Update [pBank]
0.2 Update: 0.2 New Functions: 0.2 Download:


Re: [INC] pBank [Extensive Banking System] - webflashing - 17.09.2008

Really nice Pixels^!. I will try this for sure!.

I really like your scripts

Cheers,
Web


Re: [INC] pBank [Extensive Banking System] - Pixels^ - 17.09.2008

I'm not Seif!


Re: [INC] pBank [Extensive Banking System] - webflashing - 17.09.2008

God.. i ALWAYS do the same thing with both of you...

Although i wrote Seif, i wanted to say Pixels^

You both are the best ones around here so i mix up things :P

Sorry

Cheers,
Web


Re: [INC] pBank [Extensive Banking System] - Pixels^ - 17.09.2008

Damn you.



Re: [INC] pBank [Extensive Banking System] - [Jay] - 17.09.2008

Wow, very interesting. What if somone already has a banking system in there script? will it still take effect? or create a huge bug? XD

EDIT: pBank_WireTransfer(Sender[],Receiver[],Amount)

Do the people gotta be online? Cuz if not they can easily send the money to there other account, and get richer bit by bit.


Re: [INC] pBank [Extensive Banking System] - Pixels^ - 17.09.2008

This is not a filterscript! It is an include! It doesn't automatically run, the scripter that uses the include decides what can happen, when it can happen, and how it can happen.


Re: [INC] pBank [Extensive Banking System] - Rome101 - 17.09.2008

Awesome, absolutely awesome. Mind if I change it a bit on a server I'm planning? Of course credits remains completley yours.


Re: [INC] pBank [Extensive Banking System] - Pixels^ - 17.09.2008

Quote:
Originally Posted by Rome101
Awesome, absolutely awesome. Mind if I change it a bit on a server I'm planning? Of course credits remains completley yours.
Why not.


Re: [INC] pBank [Extensive Banking System] - sebihunter - 18.09.2008

thats very nice, gonna maybe use the inc for my gamemode


Re: [INC] pBank [Extensive Banking System] - Antironix - 18.09.2008

I have a suggestion, add adjustable interest to the banks


Re: [INC] pBank [Extensive Banking System] - Donuts - 18.09.2008

This is a great work, this will very helpfull to all, great work.


Re: [INC] pBank [Extensive Banking System] - Pixels^ - 18.09.2008

Quote:
Originally Posted by Wadabak
I have a suggestion, add adjustable interest to the banks
Very nice. I will add it for 0.2.

Edit: 0.2 Released. Check first post!


Re: [INC] pBank |0.2 Released| - romeotheboss - 19.09.2008

coool very nice indeed :P












RESPECT


Re: [INC] pBank |0.2 Released| - gijs_min - 15.11.2008

can anyone help me here to script a createbank command?

(i ask it in scripting discussions and they say i ask it here)


Re: [INC] pBank |0.2 Released| - x-cutter - 15.11.2008

Quote:
Originally Posted by gijs_min
can anyone help me here to script a createbank command?

(i ask it in scripting discussions and they say i ask it here)
Check Example.pwn..


Nice script, I'm gonna use it for sure!

('ve been searching for a good, Easily customisable bank scriptz for yearz!)

Thanks


Re: [INC] pBank |0.2 Released| - gijs_min - 16.11.2008

can any one help me
i will the bank accounts not in the script files folder
if you think i'm stupid try it


Re: [INC] pBank |0.2 Released| - MenaceX^ - 16.11.2008

Oh you came here to double posting too? Just wait for an answer..


Re: [INC] pBank |0.2 Released| - Pixels^ - 16.11.2008

They are saved in scriptfiles folder.


Re: [INC] pBank |0.2 Released| - x-cutter - 06.12.2008

whenever I include the .inc, it gives me an error

Код:
stock ReturnModeratorCmd(playerid,reqlvl) // By X_Cutter
{
	new remcmd[50]; // This line returns the error
	format(remcmd,sizeof(remcmd),"Only moderators level %d+ can use this command!",reqlvl);
	return SendClientMessage(playerid,Green,remcmd);
}
ERROR:
Код:
[...]\pawno\include\pBank.inc(231) : error 001: expected token: ";", but found "-identifier-"