View Single Post
Nomexous
Member
Join Date: Oct 2007
Old 01-24-2008 , 17:14   Re: Shot Administration (Nomexous)
Reply With Quote #9

Quote:
Originally Posted by Alka View Post
Not true lol, you can do that in menu handler by making
Code:
if(item == MENU_EXIT)
  //exit.
else if(item == MENU_BACK)
  //back
I tried that; it doesn't work. According to this:
Quote:
Note that the only special item that may cause your handler to be called is MENU_EXIT, because MENU_BACK and MENU_MORE items are entirely handled in AMXX core (you can't hook them).
Oh well.
Quote:
Originally Posted by iggy_bus View Post
this looks like a cheat to me ;)
Yeah, I have the feeling this won't be approved. Oh well. It's only supposed to be a working example for my traceline tutorial.

If you guys want any more features or CVARs, you'll have to add them yourself. Sorry!
Nomexous is offline