lucascba Posted August 24, 2014 Share Posted August 24, 2014 hola me gustaria sabe como puedo hacer que este resource: https://community.multitheftauto.com/in ... ls&id=7330 sea para un solo grupo ACL Gracias. Link to comment
Tomas Posted August 24, 2014 Share Posted August 24, 2014 Vé al server.lua y edita la segunda función: aclgrupo = "AcaVaElNombreDelAclGrupo" addCommandHandler ( "sound", function ( thePlayer ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup (aclgrupo) ) then if ( isElement ( speakerBox [ thePlayer] ) ) then isSpeaker = true end triggerClientEvent ( thePlayer, "onPlayerViewSpeakerManagment", thePlayer, isSpeaker ) end end ) En donde puse AcaVaElNombreDelACLGrupo va el nombre del ACL grupo, no quites las comillas. Link to comment
Recommended Posts