12.11.2015, 14:02
(
Последний раз редактировалось Youice; 21.11.2015 в 08:51.
)
((Solved the issue of wasting PlayerTextdraws))
yRealisticBank
IntroductionThat's a real banking system were basic economic principles are applied to.
That's short isn't it?
What makes this FS special?
People have the right to ask themselves, why to choose yRealisticBank system than any other bank system FS ?
I say, this script has more than withdrawing, depositing or checking the balance options. It has loan systems and many options for a repayment and you can also check the server interest rate at the bank at any time or even receive benefits from depositing money.
Pointed Features
- Loan system
- Collect interest on deposits (every some time)
- Saving options (whether current/saving a/c)
- Every week, there's a new event
- Interest rates depend on that weekly incident
- Government Interventions(script it-self)
- And more
[ame]http://www.youtube.com/watch?v=09j7PFUGobw[/ame]
Tips & Hints
use this function to implement new bank areas(coordinates) (where the commands are used)
PHP код:
IsPlayerAtBank(playerid)
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 100.0, 2315.952880, -1.618174, 26.742187))
{
return 1;
}
}
return 0;
}
And make sure you're at the right coordinates. For the default place, it is the normal bank interior.
Requirements
These folders must be added to the "scriptfiles" folder:
(a) Accounts
(b) yServerSetup
zcmd by Zeex
sscanf Topic by Emmet_
y_ini by ******
Download
yRealisticBank(2) - by Youice.
For older posts:
vehicle's lasers
Y_Command Creator
car dealership(video)
Thank you.