Raised This Month: $32 Target: $400
 8% 

hey simple transparent plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ColdBlood
Senior Member
Join Date: Feb 2006
Location: new york
Old 05-25-2008 , 20:25   hey simple transparent plugin
Reply With Quote #1

i was wondering if someone could make a plugin that allows a admin with immunity to be 75% invis if you understand what i mean im not sure how else to explain it.

also can admins with immunity have NO footsteps?
__________________
ColdBlood is offline
Send a message via AIM to ColdBlood Send a message via Skype™ to ColdBlood
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-25-2008 , 20:48   Re: hey simple transparent plugin
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_init()
{
    
register_plugin("Clear&Silent Admins""0.1""Exolent");
    
register_forward(FM_PlayerPreThink"fwd_FM_PlayerPreThink_pre"0);
    
    return 
PLUGIN_CONTINUE;
}

public 
fwd_FM_PlayerPreThink_pre(plr)
{
    if(!
is_user_alive(plr) || !(get_user_flags(plr0) & ADMIN_IMMUNITY))
    {
        return 
FMRES_IGNORED;
    }
    
    
set_pev(plrpev_rendermodekRenderTransAdd);
    
set_pev(plrpev_renderamt180.0);
    
    
set_pev(plrpev_flTimeStepSound999);
    
    return 
FMRES_HANDLED;

__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 05-25-2008 at 21:40.
Exolent[jNr] is offline
ColdBlood
Senior Member
Join Date: Feb 2006
Location: new york
Old 05-25-2008 , 21:01   Re: hey simple transparent plugin
Reply With Quote #3

1 Error.
Could not locate output file /home/groups/amxmodx/public_html/websc3/textmP85aX.amx (compile failed).

i dont get it?
__________________
ColdBlood is offline
Send a message via AIM to ColdBlood Send a message via Skype™ to ColdBlood
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-25-2008 , 21:40   Re: hey simple transparent plugin
Reply With Quote #4

It worked for me.
Maybe the copying went wrong.
I put it into [php] tags so its easier to copy.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
ColdBlood
Senior Member
Join Date: Feb 2006
Location: new york
Old 05-25-2008 , 22:16  
Reply With Quote #5

lol im transparent but im glowing white.

and sometimes when i shoot i go solid then go back transparent

can any1 fix it so i dont glow white?
__________________

Last edited by YamiKaitou; 05-26-2008 at 00:17.
ColdBlood is offline
Send a message via AIM to ColdBlood Send a message via Skype™ to ColdBlood
ColdBlood
Senior Member
Join Date: Feb 2006
Location: new york
Old 05-26-2008 , 09:10   Re: hey simple transparent plugin
Reply With Quote #6

any1?
__________________
ColdBlood is offline
Send a message via AIM to ColdBlood Send a message via Skype™ to ColdBlood
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 05-26-2008 , 09:32   Re: hey simple transparent plugin
Reply With Quote #7

Try to replace kRenderTransAdd with kRenderTransAlpha
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
Reply


Thread Tools
Display Modes

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 22:08.


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