[CSS] Make a player invisible?
Hi!
Is it possible to make a player invisible in css? PHP Code:
|
Re: [CSS] Make a player invisible?
Quote:
This allows you to prevent the client from being sent to other players. In L4D2, it even removes the player from scoreboard. In CS:GO, I've been told it bypasses wallhack when making a player invisible. Simply return false from the Event_SetTransmit function |
Re: [CSS] Make a player invisible?
Some stuff can be achieved using SetEntityRenderMode = RENDER_TRANSCOLOR and SetEntityRenderColor with alpha "0" as well.
|
Re: [CSS] Make a player invisible?
Quote:
SetTransmit is always the best approach, as it does ( or attempt ) three actions: 1. Removes a player and attachments from any target player's computer. 2. Prevent Wallhacking due to the server thinking the player should be invisible ( obstructed by something anyways ) 3. Prevent high FPS due to the server thinking the player should be invisible ( obstructed by something anyways ) |
Re: [CSS] Make a player invisible?
He was talking about CSS.....
|
Re: [CSS] Make a player invisible?
Quote:
|
| All times are GMT -4. The time now is 13:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.