How to see teammate in 75% when invisible ?
How to see teammate in 75% when they are invisible ?
PHP Code:
|
Re: How to see teammate in 75% when invisible ?
If your team mate is invisible then you can't see him, that is what "invisible" is for.
set_user_rendering( iClient, kRenderFxNone, 0, 0, 0, kRenderTransAlpha, 192 ); |
Re: How to see teammate in 75% when invisible ?
But i saw some server when own teammates invisibile you can see them.
If i use set_user_rendering( iClient, kRenderFxNone, 0, 0, 0, kRenderTransAlpha, 192 ); But enemy also can see ? I want it like in wolfteam Ghost Wolf. |
Re: How to see teammate in 75% when invisible ?
I don't like to guess, so let me get this straight: You want to be 100% visible to the enemy (or invisible?) and 75% visible to team mates?
|
Re: How to see teammate in 75% when invisible ?
Quote:
What you're looking for, I believe, is FM_AddToFullPack, search the forums and you'll find examples about it. |
Re: How to see teammate in 75% when invisible ?
Ya i did but none of them work ?
|
Re: How to see teammate in 75% when invisible ?
You should check the semiclip algorithms, they use AddToFullPack for partial invisibility.
|
Re: How to see teammate in 75% when invisible ?
ya but i don't know how to do like only teammate can see ?
|
Re: How to see teammate in 75% when invisible ?
As I said, semiclip algorithms use exactly what you're looking for (team transparency). You should check the forums on it, really, there are so many codes using AddToFullPack. Just try it and then you post here if you can't get it.
|
Re: How to see teammate in 75% when invisible ?
Quote:
PHP Code:
|
| All times are GMT -4. The time now is 22:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.