Garry's Mod
DarkRP Reaping Module
ready 11 FEB 2019 a las 2:53
It's not working.
Prescribed I /reaping and nothing happened, no sounds, mist, asking for your help.
< >
Mostrando 1-10 de 10 comentarios
Exile 18 FEB 2019 a las 9:06 
Do you even have Dark rp gamemode???
ready 19 FEB 2019 a las 20:02 
Yeah, totally nothing happens, except for the hud.
SweptThr.one  [desarrollador] 12 OCT 2019 a las 16:40 
sorry for the super-delayed response, but are you sure that nothing happens instead of the effect just looking like ♥♥♥♥ because it doesn't take the sky into account?
ready 14 OCT 2019 a las 3:57 
Publicado originalmente por SweptThrone:
sorry for the super-delayed response, but are you sure that nothing happens instead of the effect just looking like ♥♥♥♥ because it doesn't take the sky into account?
Hello! I checked again the same thing. Only one hud and no dimming (https://imgur.com/nk2Xt4U)
SweptThr.one  [desarrollador] 14 OCT 2019 a las 10:36 
i see, and i assume that scripting error is unrelated?
also, which map is that? i wonder if it's map-specific
ready 14 OCT 2019 a las 22:38 
Publicado originalmente por SweptThrone:
i see, and i assume that scripting error is unrelated?
also, which map is that? i wonder if it's map-specific
No mistake. This is my darkrp error. And the map is rp_bangclaw.
SweptThr.one  [desarrollador] 15 OCT 2019 a las 13:42 
alright well i still cannot, for the life of me, get it to not work.
one more thing i can think of right now, is type

lua_findhooks_cl SetupWorldFog

in console and send the output
ready 15 OCT 2019 a las 22:33 
Everything is working. I figured out and these lines interfered with your addon.
local col = 0.8 * 255
hook.Add ('SetupWorldFog', 'FoxController', function ()

render.FogMode (1)
render.FogStart (1750)
render.FogEnd (3500)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth

end)

hook.Add ('SetupSkyboxFog', 'FoxControllerSky', function (scaling)

render.FogMode (MATERIAL_FOG_LINEAR)
render.FogStart (1750 * scale)
render.FogEnd (scale 3500 *)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth

end)
ready 15 OCT 2019 a las 22:33 
Sorry for disturbing.
SweptThr.one  [desarrollador] 15 OCT 2019 a las 23:17 
nah it's all good, because now i should put that in the description
< >
Mostrando 1-10 de 10 comentarios
Por página: 1530 50