Raised This Month: $ Target: $400
 0% 

amount fade!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Zenith77
Veteran Member
Join Date: Aug 2005
Old 10-28-2005 , 15:06  
Reply With Quote #7

Code:
#include <amxmodx> #include <fun> #define PLUGIN "Invis Fade" #define VERSION "1.0" #define AUTHOR "Zenith77" new iFade[33] public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)           register_clcmd("amx_invis", "Invis",  "makes you fade to inivsible") } public client_connect(id) {       iFade[id] = 0 } public Invis(id) {       if ( iFade[id] <= 255 ) {                 iFade[id] ++         set_user_rendering( id, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, iFade[id] )         set_task( 0.2, "Invis", id )     }    if( iFade[id] >= 255) {         iFade[id] = 0    }      return PLUGIN_HANDLED }

I would make this script better and also check it to see if works, but i am at a friends house right now, so i cant :/.


If you do compile this then you may get some loose indention errors

--Zenith77
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
 



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:41.


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