Quote:
|
Yesterday I started to test the edition you did to use 2 times the plugin. Until now I could not make It work, but I've just started testing, In the following days I will go back to you and post a response here.
|
Have you used this
edition? If so, it works with two currencies, I tested it
To use this plugin, you need to replace this line in the config file that starts with "BANK_MENU" to
BANK_MENU = say /bank, say_team /bank, say /banktwo , say_team /banktwo
First currency:
Code:
#define get_cash(%1) cs_get_user_money(%1)
#define set_cash(%1,%2) cs_set_user_money(%1, %2)
- Command that show the first bank menu:
- /bank // You can not change it
Sec currency:
Code:
#define get_cash2(%1) cs_get_user_money(%1)
#define set_cash2(%1,%2) cs_set_user_money(%1, %2)
- Command that show the sec bank menu:
- /banktwo // You can change it to whatever you want but it must have a bank name
Quote:
|
And the donation thing, I've modified the plugin with your edition, I deleted the part you posted on the plugin [Remove these lines]. Then I tested in my servers and It's still saying the players does not exist
|
Show me what you did! Because I already fixed it in the modified plugin and you are saying "I used the modified plugin"
__________________