Bean666 Posted April 15, 2015 Share Posted April 15, 2015 (edited) hi guys , is there any way to make the screen color change in a team but not for everyone? example: team name is "Zombies" when u are in the zombie team , the screen color changes to red. any way? Edited April 15, 2015 by Guest Link to comment
The Killer Posted April 15, 2015 Share Posted April 15, 2015 try to do it like this: addEventHandler ("onClientPreRender", root, function () if (getPlayerTeam (localPlayer) and getTeamName (getPlayerTeam (localPlayer)) == "Team Name") then setSkyGradient (255, 0, 0) else resetSkyGradient () end end ) Link to comment
Bean666 Posted April 15, 2015 Author Share Posted April 15, 2015 is it also possible to make the screen red a little bit? a help appreciated. Link to comment
Enargy, Posted April 15, 2015 Share Posted April 15, 2015 is it also possible to make the screen red a little bit?a help appreciated. fadeCamera Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now