Garry's Mod
DarkRP Reaping Module
It's not working.
Prescribed I /reaping and nothing happened, no sounds, mist, asking for your help.
< >
Сообщения 110 из 10
Do you even have Dark rp gamemode???
Yeah, totally nothing happens, except for the hud.
SweptThr.one  [Разработчик] 12 окт. 2019 г. в 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?
Автор сообщения: 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  [Разработчик] 14 окт. 2019 г. в 10:36 
i see, and i assume that scripting error is unrelated?
also, which map is that? i wonder if it's map-specific
Автор сообщения: 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  [Разработчик] 15 окт. 2019 г. в 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
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)
Sorry for disturbing.
SweptThr.one  [Разработчик] 15 окт. 2019 г. в 23:17 
nah it's all good, because now i should put that in the description
< >
Сообщения 110 из 10
Показывать на странице: 1530 50