LowerDeposit()

From ElectronicWar

Jump to: navigation, search
Function information for lowerDeposit()
Function lowerDeposit()
Parameters lowerDeposit(string ip, float amount)
API Banking
Cost $10
Level 1
CPU Usage 1
Description Deposits the specified amount in the form of a float into the bank of the player represented by the provided IP address in the form of a string. lowerDeposit takes the highest percentage in service charges and gives the least experience.



[edit] Bank Example

lowerDeposit(getSourceIP(), getAmount());

This will deposit the amount specified in the menu to the person who uses it.

[edit] Malicious Bank Example

lowerDeposit(getMaliciousIP(), getAmount());

This will deposit the amount specific in the menu to the malicious IP specified.

Personal tools