higherDeposit()

From Hack Wars Wiki

Jump to: navigation, search


Function information for higherDeposit()
Function higherDeposit(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().


Example

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