Thread: AllInfo 1.0
View Single Post
mysticssjgoku4
Veteran Member
Join Date: Jan 2005
Location: Chicago Heights, IL
Old 08-21-2005 , 12:49  
Reply With Quote #6

Quote:
Originally Posted by v3x
Also, instead of:
Code:
public allinfo(id) {         if (!(get_user_flags(id)&ADMIN_KICK)) {         return PLUGIN_HANDLED     }          // ... }
Use:
Code:
public allinfo(id,level,cid) {         if (!cmd_access(id,level,cid,2) {         return PLUGIN_HANDLED     }          // ... }

What's The difference?
Quote:
Originally Posted by v3x
And this is not needed:
Code:
read_argv(0,command,31)
I forgot to take that out, I was making a failsafe echo before, but i deleted it .

Updated!

----
And Xeno, I don't know how I would do that, if you want something like that, get "remember the names" plugin.
__________________

mysticssjgoku4 is offline
Send a message via AIM to mysticssjgoku4 Send a message via MSN to mysticssjgoku4