Jump to content

Solved


Bean666

Recommended Posts

Posted (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 by Guest
Posted

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 
) 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...