1- Si hay , con
playSound3D
attachElements
triggerClientEvent-- Talvez
setSoundMaxDistance
2- Ni idea.
3-Si te refieres al mapa del "F11", con un
unbindKey
4-Creo que con un Shader.
5- Te dejo mi script
local climas = { 6, 7, 9, 15, 16, 19, 20 }
function clima()
setWeather ( climas [ math.random ( #climas ) ] )
end
addEventHandler("onResourceStart", resourceRoot, clima)
setTimer(clima, 600000, 0)
Suerte.