I want it so the menu cmd to open it is /rankingmenu
and i want someone to add the flags i suggested in my other topic here so when i click it it gives me a list of users and flags to give them in the menu like
"Menu"
Leader <--> I clicked Leader --> Username ---> angelofdarkness ---> which flags do you want you can go through a menu of flags to click and when ur done click 0 -->done.
Also can someone help me fix this script all together
my code so far:
Code:
#include <amxmodx>
#include <amxmisc>
#inlcude <cstrike>
[Cvars]
clan_leader "user" "tag" "flags"
clan_coleader "user" "tag" "flags"
clan_admin "user" "tag" "flags"
clan_member "user" "tag" "flags"
#define PLUGIN "Clan_Ranting"
#define VERSION "0.1"
#define AUTHOR "NowakFilip"
#define ADMIN_LEVEL_G
new pCvar_leader
new pCvar_coleader
new pCvar_admin
new pCvar_member
public plugin_init() {
register_plugin("Clan_Rating", "0.1", "NowakFilip/AOD")
pCvar_leader = register_cvar("clan_leader", "1")
pCvar_coleader = register_cvar("clan_coleader", "1")
pCvar_admin = register_cvar("clan_admin", "1")
pCvar_chances = register_cvar("clan_member", "1")