Raised This Month: $ Target: $400
 0% 

adding menu to this


Post New Thread Reply   
 
Thread Tools Display Modes
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
Nostrodamous
BANNED
Join Date: Oct 2006
Old 10-28-2006 , 18:30   Re: adding menu to this
Reply With Quote #2

PM me if you want some help
Nostrodamous is offline
Old 10-28-2006, 20:53
NowakFilip
This message has been deleted by NowakFilip.
Old 10-28-2006, 23:57
NowakFilip
This message has been deleted by NowakFilip.
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 10-29-2006 , 00:55   Re: adding menu to this
Reply With Quote #3

Nowak, since you do not know what you are doing, quit trying to confuse new scriptors..

I suggest you read up on some basics of coding something a bit easier such as java or VB.
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
Old 10-29-2006, 00:58
NowakFilip
This message has been deleted by NowakFilip.
Reply



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