GreaterDeposit()

From ElectronicWar

Jump to: navigation, search
Function information for greaterDeposit()
Function greaterDeposit()
Parameters (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().


[edit] Example

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