MediumDeposit()
From ElectronicWar
| Function information for mediumDeposit() | |
| Function | mediumDeposit() |
| Parameters | (string ip, float amount) |
| API | Banking |
| Cost | $1500 |
| Level | 25 |
| CPU Usage | 5 |
| Description | Deposits the specified amount into the bank of the player represented by the provided IP address in the form of a string. mediumDeposit() takes a lower percentage in service charges and gives more experience than lowerDeposit(). |
[edit] Example
float ip = getSourceIP(); float amount = getAmount(); mediumDeposit(ip, amount);

