Raised This Month: $ Target: $400
 0% 

[SOLVED] Full Player Invisibility


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gugie
Member
Join Date: Jul 2012
Old 10-29-2013 , 01:44   [SOLVED] Full Player Invisibility
Reply With Quote #1



Is there any way to make weapon invisible if u have it but don't use? (like mp5 on screen)

Thanks.

Last edited by Gugie; 10-29-2013 at 08:27.
Gugie is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-29-2013 , 02:13   Re: Full Player Invisibility
Reply With Quote #2

Look at this plugin, it has that feature.
__________________
retired
shavit is offline
Pyro_
Senior Member
Join Date: Oct 2013
Old 10-29-2013 , 03:10   Re: Full Player Invisibility
Reply With Quote #3

You're looking for SetTransmit I believe.
Pyro_ is offline
Gugie
Member
Join Date: Jul 2012
Old 10-29-2013 , 04:42   Re: Full Player Invisibility
Reply With Quote #4

Hm, if i use it just on weapon, that doesn't help. The situation same like on screenshot.
If i use it on player, it helps, i'm totally invisible, but i can't move also =(
Gugie is offline
Pyro_
Senior Member
Join Date: Oct 2013
Old 10-29-2013 , 04:47   Re: Full Player Invisibility
Reply With Quote #5

Ahh yea, heres what you do:

Make it on the player, but do:

PHP Code:
if(client != entity)
{
     return 
Plugin_Handled;


Last edited by Pyro_; 10-29-2013 at 04:47.
Pyro_ is offline
Gugie
Member
Join Date: Jul 2012
Old 10-29-2013 , 06:22   Re: Full Player Invisibility
Reply With Quote #6

Well, if i use it, then all bots invisible but not me haha)
Gugie is offline
Gugie
Member
Join Date: Jul 2012
Old 10-29-2013 , 08:25   Re: Full Player Invisibility
Reply With Quote #7

PHP Code:
public OnPostThinkPost(client)
{
    
SetEntProp(clientProp_Send"m_iPrimaryAddon"0);

solved.
Gugie is offline
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 10:10.


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