Raised This Month: $51 Target: $400
 12% 

Glow Menu ~ Client Activated Glow Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
INJAC
Member
Join Date: Sep 2011
Old 09-24-2011 , 08:48   Re: Glow Menu ~ Client Activated Glow Plugin
Reply With Quote #31

i understud how to add more colors but i dont get how to make the menubody go by pages can anyone help me?
INJAC is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 09-24-2011 , 10:14   Re: Glow Menu ~ Client Activated Glow Plugin
Reply With Quote #32

Quote:
Originally Posted by INJAC View Post
i understud how to add more colors but i dont get how to make the menubody go by pages can anyone help me?
Create a new menu.

new menu = menu_create("This is a menu", "menu_handler")
menu_additem(menu, "This is option #1", "1", id)
menu_additem(menu, "This is option #2", "2", id)
menu_display(id, menu, 0)

public menu_handler(id, menu, item)
{
switch(item)
{
case 0:
{
// Function for option 1:
}
case 1:
{
// Function for option 2:
}
}
}
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
DarthMan2009
Senior Member
Join Date: Oct 2012
Location: Bucharest , Romania
Old 11-15-2012 , 03:56   Re: Glow Menu ~ Client Activated Glow Plugin
Reply With Quote #33

Is this plugin storing your glow by steamid and works with any hl mods?
Cuz I want it to
DarthMan2009 is offline
Send a message via ICQ to DarthMan2009 Send a message via MSN to DarthMan2009 Send a message via Yahoo to DarthMan2009 Send a message via Skype™ to DarthMan2009
dimmrus
Junior Member
Join Date: Nov 2018
Old 11-23-2018 , 07:54   Re: Glow Menu ~ Client Activated Glow Plugin
Reply With Quote #34

not working with DM ; only glow once , after kill not glowing , maybe there is easy fix ?
dimmrus is offline
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 03:06.


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