PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <cstrike>
#define PLUGIN "Money bonus"
#define VERSION "1.0"
#define AUTHOR "TitANious"
new pCvarMoney
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
pCvarMoney = register_cvar("sv_money", "30")
}
public client_putinserver(id)
{
new iMoney = cs_get_user_money(id)
new iPcvar = get_pcvar_num(pCvarMoney)
cs_set_user_money(id, iMoney + iPcvar);
}
Would this work? It compiles fine

I dont understand what you are meaning, so i hope this is that
__________________
I dislike this.
"A sneeze never comes alone!" <-- Important to remember.