mediumDeposit()

From Hack Wars Wiki

Jump to: navigation, search


Function information for mediumDeposit()
Function mediumDeposit(string ip, float amount)
API Banking
Cost $1500
Level 25
CPU Usage 5
Description Deposits the specified amount into the bank of the player represented by the provided IP address in the form of a string. mediumDeposit() takes a lower percentage in service charges and gives more experience than lowerDeposit().


Example

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