And how can i remove some moneys from an user?
Code:
public plugin_init()
{
register_plugin("Test", "0.1", "Xum")
register_cvar("armor_cost", "12000")
register_clcmd("say /test","cmd_test")
}
public cmd_test
{
get_user_armor(id) + 75
cs_get_user_money(id) -= get_cvar_num("armor_cost")
}
Another easy thing i don't know how to fix

. Damn i'm a noob

(
__________________