plx give me screenshots plx and pls update it like after 5 levels player get status like zombie master best player and add like after every 5 levels we get 10+ hp and more speed and remove XP from add add percentage pls bro pls
public plugin_init () { register_plugin("[ZE] Give Level", "1.0", "EliVvo") register_clcmd("ze_setlvl", "Cmd_Givelvl", ACCESS, "- ze_setlvl <name> <amount>") }
public Cmd_Givelvl(id) { if (!(get_user_flags(id) & ACCESS)) { client_print(id, print_console, "You have no access to that command") return PLUGIN_HANDLED }