Garry's Mod

Garry's Mod

DarkRP Reaping Module
ready 2019 年 2 月 11 日 上午 2:53
It's not working.
Prescribed I /reaping and nothing happened, no sounds, mist, asking for your help.
< >
正在显示第 1 - 10 条,共 10 条留言
Exile 2019 年 2 月 18 日 上午 9:06 
Do you even have Dark rp gamemode???
ready 2019 年 2 月 19 日 下午 8:02 
Yeah, totally nothing happens, except for the hud.
SweptThr.one  [开发者] 2019 年 10 月 12 日 下午 4: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 2019 年 10 月 14 日 上午 3:57 
引用自 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  [开发者] 2019 年 10 月 14 日 上午 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 2019 年 10 月 14 日 下午 10:38 
引用自 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  [开发者] 2019 年 10 月 15 日 下午 1: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 2019 年 10 月 15 日 下午 10: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 2019 年 10 月 15 日 下午 10:33 
Sorry for disturbing.
SweptThr.one  [开发者] 2019 年 10 月 15 日 下午 11:17 
nah it's all good, because now i should put that in the description
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50