RaFaeL's ATM system (Good for RP)
Sorry for my bad English!
This is ATM (Automated teller machine) that's allows you to withdraw / deposit money.
The special in this system is the fact you have Bill's and Coints that auto calculated by the computer.
Number of ATMs: 30 in sa
Work time: Hour
Screenshots
Commands
Only one: /MyStats - display your money stats!
Settings
When i build this system I know that people will change it... so to do this easy i added define's:
Код:
#define OBJECT_TYPE 2942 // Object id of ATM's
#define PICKUP_TYPE 1274 // Pickup id of ATM's
#define START_MONEY 1500 // Money to give on first connect
#define PICKUP_DISTANCE 1.0 // Pickup distance from the object (recommended: 1.0)
#define ATM_DIRECTORY "ATM" // Dir name of ATM users
To add a ATM just add line like this:
Код:
// {0, 0, (Text3D:1024), X,Y,Z,RX,RY,RZ},
{0, 0, (Text3D:1024), 0000.0000000,0000.0000000,0000.0000000,0.0000000,0.0000000,0000.0000000}, //Object number X
*** The pickup position will auto calculated by the system! ***
Download
Mediafire:
http://www.mediafire.com/?3mej73yoila77ic
PasteBin:
http://pastebin.com/kgsyQ1jz
* You can make mirror's and i will add it to topic
Credits
* RaFaeL (ME) - Making the system
* DrPawn - idea
** No includes needed! **
Enjoy!
Only English in this selection...
Ok, it's nice script, but I have one question: Is this script made for RP servers ? Because in the real life you can't deposit cash through ATM. You can add transfer also.