MediumTransfer()

From ElectronicWar

Jump to: navigation, search
Function information for mediumTransfer()
Function mediumTransfer()
Parameters (string targetip, float amount)
API Banking
Cost $1500
Level 25
CPU Usage 5
Description Transfers the amount specified to the petty cash of the player represented by the IP provided in the form of a string. mediumTransfer takes the highest percentage in service charges and gives the least experience.


[edit] Example

string target = getTargetIP()
float amount = getAmount();
mediumTransfer(target, amount);

This would transfer the the specified amount to the IP you want to transfer money to.

Personal tools