View Single Post
Re: New AMX Plug In For RealBot
Old
  (#14)
Hacker Harry
Guest
 
Status:
Posts: n/a
Default Re: New AMX Plug In For RealBot - 10-03-2004

Quote:
Originally Posted by Terran
There is a tutorial about menus in the amxmod forums. Or look at the example scripts and study how they do it - like I did .

Well, it's very simple, the keys are defined via set bits in a variable:
Code:
   new keys = (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<9)[...]
thanx, mate,

after hours of frustration i switched over to _your_ script, wich
does exactly what i want. it took me about 15 minutes to set it up.
THANX again!

Best Bytes®,
Harry

P.S ich wuerd' noch reinschreiben welche rechte man haben muss um das
script benutzen zu koennen. i'd also note which rights are nessecary to
execute your amx commands...
  
Reply With Quote