JesusAliso Posted August 15, 2016 Share Posted August 15, 2016 holaa, chicos que funciones/eventos debo usar para que un jugador (n)o se pueda 'cambiar' el nombre cuando este muteado? Link to comment
aka Blue Posted August 15, 2016 Share Posted August 15, 2016 function nickChangeHandler(oldNick, newNick) if isPlayerMuted ( source ) then outputChatBox ( "No puedes cambiarte el nombre estando muteado.", player, 255, 0, 0 ) cancelEvent( ) end end addEventHandler("onPlayerChangeNick", getRootElement(), nickChangeHandler) Link to comment
JesusAliso Posted August 15, 2016 Author Share Posted August 15, 2016 function nickChangeHandler(oldNick, newNick) if isPlayerMuted ( source ) then outputChatBox ( "No puedes cambiarte el nombre estando muteado.", player, 255, 0, 0 ) cancelEvent( ) end end addEventHandler("onPlayerChangeNick", getRootElement(), nickChangeHandler) lol gracias!! Link to comment
Recommended Posts