Hi can someone make a plugin when a player levels up it says in the chat
"Congratulations name level 1"
here are some useful natives
Code:
register_native("zp_cs_set_user_money", "set_user_money", 1)
register_native("zp_cs_get_user_money", "get_user_money", 1)
register_native("zp_cs_get_user_limit", "get_user_limit", 1)
register_native("zp_get_user_level", "native_level_get", 1)
register_native("zp_set_user_level", "native_level_set", 1)
register_native("zp_get_user_exp", "native_exp_get", 1)
register_native("zp_set_user_exp", "native_exp_set", 1)
register_native("zp_get_exp_current", "native_current", 1)