keisonp9 Posted February 3, 2012 Posted February 3, 2012 function mutePlayer( player ) setPlayerMuted( player, true ); gPlayerMuteTimer[ player ] = setTimer( unmutePlayer, gSettings.muteTime * 1000, 1, player ); outputChatBox( "You have been muted for" .. gSettings.muteTime .." seconds.", player, 255, 0, 0 ) function unmutePlayer( player ) setPlayerMuted( player, false ); outputChatBox( "You can talk again.. But REMEMBER don't spam", player, 255, 0, 0 );
xShocKz Posted February 3, 2012 Posted February 3, 2012 sei un genio @_@ evita di postare per ogni cazzata
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