Avir14 Posted March 11 Share Posted March 11 (edited) Code isn't work and there's no error in debugscript 3 what is the wrong --Server Side function ggPlayer (player) if getPlayerSerial (player) == "34A2E2ECE41E349CCA34FF84EE1" then setPlayerMuted(player, true) end end addEventHandler ( "onPlayerJoin", root, ggPlayer ) Help Please and the script is added to admin group And the serial is true %100 Edited March 11 by Avir14 Note Link to comment
alex17" Posted March 11 Share Posted March 11 function ggPlayer () if getPlayerSerial (source) == "34A2E2ECE41E349CCA34FF84EE1" then setPlayerMuted(source, true) end end addEventHandler ( "onPlayerJoin", root, ggPlayer ) 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