greaterDeposit()
From Hack Wars Wiki
| Function information for greaterDeposit() | |
| Function | greaterDeposit(string ip, float amount) |
| API | Banking |
| Cost | $9000 |
| Level | 95 |
| CPU Usage | 20 |
| Description | Deposits the amount specified into the bank of the player represented by the IP provided in the form of a string. greaterDeposit takes a lower percentage in service charges and gives more experience than higherDeposit(). |
Example
string ip = getSourceIP(); float amount = getAmount(); greaterDeposit(ip, amount); |
