So the Evocity Skybox is meh, and i was wondaring if there is away of not having it like alot of server i go on?
Not unless you're going to be forcing sv_cheats to 1 along with a few other CVars.
Not sure actually, there MIGHT be another way around it, but I doubt it.
sv_skyname
[lua] hook.Add("PreDrawSkyBox", "removeSkybox", function()
render.Clear(50, 50, 50, 255)
return true
end)
[/lua]
Ripped from [URL="http://steamcommunity.com/sharedfiles/filedetails/?l=german&id=104808533"]Falco's Small Scripts[/URL].
[QUOTE=Tomelyr;47957913][lua] hook.Add("PreDrawSkyBox", "removeSkybox", function()
render.Clear(50, 50, 50, 255)
return true
end)
[/lua]
Ripped from [URL="http://steamcommunity.com/sharedfiles/filedetails/?l=german&id=104808533"]Falco's Small Scripts[/URL].[/QUOTE]
So what add the at addon to my server then what?
[QUOTE=Borris_Squad;47980308]So what add the at addon to my server then what?[/QUOTE]
Place it in lua/autorun/client as a .lua
Make sure to addcsluafile it.
[QUOTE=Kevlon;47983258]Place it in lua/autorun/client as a .lua[/QUOTE]
Thanks!
ents.FindByClass( "sky_camera" )[1]:Remove()
Sorry, you need to Log In to post a reply to this thread.