11.01.2013, 09:40
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:
To add a ATM just add line like this:
*** 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!
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
Код:
// {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
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!