Raised This Month: $ Target: $400
 0% 

invisibility problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Charr
Senior Member
Join Date: Jul 2005
Location: Long Island, New York, U
Old 10-24-2005 , 21:08  
Reply With Quote #1

Nice job on the plugin, but you can change:
Code:
public set_cd_device(id) {     if(!(get_user_flags(id)&ACCESS_LEVEL)) {         client_print(id,print_console,"[AMXX] You Do Not Have Access To This Command");         return PLUGIN_HANDLED;     }
To:
Code:
public set_cd_device(id,cid,level) {     if(!cmd_access(id,cid,level,2))         return PLUGIN_HANDLED
cmd_access automaticly prints "You have no access to this command"

And if the cloaking isn't working, try messing around with the alpha level you use.
Charr is offline
Send a message via AIM to Charr Send a message via MSN to Charr
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 23:36.


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