GreaterTransfer()
From ElectronicWar
| Function information for greaterTransfer() | |
| Function | greaterTransfer() |
| Parameters | (string targetip, float amount) |
| API | Banking |
| Cost | $9000 |
| Level | 95 |
| CPU Usage | 20 |
| Description | Transfers the amount specified to the petty cash of the player represented by the IP provided in the form of a string. greaterTransfer takes the lowest percentage in service charges and gives the most experience points. |
[edit] Example
string target = getTargetIP() float amount = getAmount(); greaterTransfer(target, amount);
This would transfer the the specified amount to the IP you want to transfer money to.

