HigherDeposit()

From ElectronicWar

Jump to: navigation, search
Function information for higherDeposit()
Function higherDeposit()
Parameters (string ip, float amount)
API Banking
Cost $6000
Level 75
CPU Usage 10
Description Deposits the amount specified into the bank of the player represented by the IP provided in the form of a string. higherDeposit takes a lower percentage in service charges and gives more experience than mediumDeposit().


[edit] Example

float ip = getSourceIP();
float amount = getAmount();
higherDeposit(ip, amount);
Personal tools