NoxusLeague Posted August 11, 2019 Share Posted August 11, 2019 How i do a script that only the team mechanic can open de mechanic panel with the F2 Link to comment
Hakan Posted August 12, 2019 Share Posted August 12, 2019 bindKey ( "f1" , "down", function ( ) if ( getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) == "TeamName" ) then -- your code else outputChatBox ( "You can't use this.",255,0,0,true) end end ) 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