Raised This Month: $ Target: $400
 0% 

[Solved] Become invisible?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KuvZz
Member
Join Date: Sep 2013
Location: Spain
Old 12-17-2013 , 08:49   [Solved] Become invisible?
Reply With Quote #1

Hello! I'm searching for the code to become TOTALLY invisible. I use this
PHP Code:
set_user_rendering(idkRenderFxGlowShell00016
but isn't perfect
__________________

Last edited by KuvZz; 12-20-2013 at 15:54. Reason: Solved.
KuvZz is offline
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 12-17-2013 , 09:03   Re: Become invisible?
Reply With Quote #2

set_user_rendering(id, kRenderTransTexture, 0, 0, 0, 0)
.Dare Devil. is offline
KuvZz
Member
Join Date: Sep 2013
Location: Spain
Old 12-17-2013 , 09:26   Re: Become invisible?
Reply With Quote #3

I tried that but doesn't work, so I changed: set_user_rendering(id, kRenderTransTexture, 0, 0, 0, 1)
but the player becomes visible and invisible every ~0,2 seconds xD
__________________

Last edited by KuvZz; 12-17-2013 at 09:37.
KuvZz is offline
Backstabnoob
Veteran Member
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 12-17-2013 , 12:42   Re: Become invisible?
Reply With Quote #4

Code:
fm_set_entity_visibility(index, visible = 1) {     set_pev(index, pev_effects, visible == 1 ? pev(index, pev_effects) & ~EF_NODRAW : pev(index, pev_effects) | EF_NODRAW)     return 1 }
__________________
Currently busy working on a very large scale anime database project.

Last edited by Backstabnoob; 12-17-2013 at 12:42.
Backstabnoob is offline
BlueGaming
BANNED
Join Date: Nov 2013
Old 12-19-2013 , 07:46   Re: Become invisible?
Reply With Quote #5

Quote:
Originally Posted by Backstabnoob View Post
Code:
fm_set_entity_visibility(index, visible = 1) </p><p>{</p><p> set_pev(index, pev_effects, visible == 1 ? pev(index, pev_effects) & ~EF_NODRAW : pev(index, pev_effects) | EF_NODRAW)</p><p>&nbsp;</p><p> return 1</p><p>}</p><p>
this is default fakemta , or fakemeta_util ??
BlueGaming is offline
KuvZz
Member
Join Date: Sep 2013
Location: Spain
Old 12-20-2013 , 11:59   Re: Become invisible?
Reply With Quote #6

I tested it and works
PHP Code:
set_user_rendering(idkRenderTransAdd000161
__________________
KuvZz 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 01:06.


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