Raised This Month: $ Target: $400
 0% 

adding menu to this


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AngelOfDarkness
BANNED
Join Date: Oct 2006
Location: In charmings house
Old 10-28-2006 , 15:00   adding menu to this
Reply With Quote #1

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")  





Last edited by AngelOfDarkness; 10-28-2006 at 15:19.
AngelOfDarkness is offline
Send a message via AIM to AngelOfDarkness
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode