What shall i do whit this. I am trying to add a Cash block to my blockmaker and for my Cash Mod and i got this.
PHP Code:
stock hnsxp_add_user_xp(client, xp)
{
return cm_set_cash(client, cm_get_cash(client) + cm);
}
And i don't know what it shall stay on
PHP Code:
hnsxp_add_user_xp
PHP Code:
public plugin_natives()
{
register_library("cashmod");
register_native("cm_get_cash", "_get_cash");
register_native("cm_set_cash", "_set_cash");
}