View Single Post
Old 07-25-2005, 06:47 AM  
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default flags are wrong

Here u see the flags..

# BINDS WITH FLAGS REQUIRED
bind pub f|f [set cmdpre]undupe proc_undupe
bind pub o|o [set cmdpre]approve proc_approve
bind pub o|o [set cmdpre]kick proc_kill
bind pub o|o [set cmdpre]reqadd proc_reqadd
bind pub o|o [set cmdpre]reqdel proc_reqdel
bind pub o|o [set cmdpre]reqfilled proc_reqfilled

so u need +f to undupe.

but u can change this to what ever u want..
Here is mine

# BINDS WITH FLAGS REQUIRED
bind pub -|- [set cmdpre]undupe proc_undupe
bind pub o|o [set cmdpre]approve proc_approve
bind pub -|- [set cmdpre]kick proc_kill
bind pub f|f [set cmdpre]reqadd proc_reqadd
bind pub o|o [set cmdpre]reqdel proc_reqdel
bind pub -|- [set cmdpre]reqfilled proc_reqfilled

like this all can undupe,idlekick, reqfill and friends can request.. :-D
zOrP is offline   Reply With Quote