So, the map and everything was working fine for a while, all the sudden every tree, rail, and decoration of the map can be walked through.
Here is a GIF:
[IMG]https://i.gyazo.com/97dc849d0b939c118a8fa5cc31cf1120.gif[/IMG]
I have no idea what is wrong with this, I've tried removing some addons that may have messed with the lighting (Like Weather addons). I have also asked some other developers they said they don't know. Thanks in advance!
This is what happens if the server does not have Counter-Strike: Source content mounted.
[QUOTE=darkjacky;51502293]This is what happens if the server does not have Counter-Strike: Source content mounted.[/QUOTE]
I do have it mounted had it mounted had it since I got it.
[QUOTE=NASA7;51502305]I do have it mounted had it mounted had it since I got it.[/QUOTE]
Interresting.
What does this print in console?
[CODE]lua_run print(IsMounted( 'cstrike' ))[/CODE]
Alternatively since IsMounted on a server is broken try this instead
[CODE]lua_run print(file.Exists( "materials/detail/detailconcrete001a.vtf", "GAME" ))[/CODE]
[QUOTE=darkjacky;51502315]Interresting.
What does this print in console?
[CODE]lua_run print(IsMounted( 'cstrike' ))[/CODE]
Alternatively since IsMounted on a server is broken try this instead
[CODE]lua_run print(file.Exists( "materials/detail/detailconcrete001a.vtf", "GAME" ))[/CODE][/QUOTE]
> print(IsMounted( 'cstrike' ))...
true
Like I said :p
Is that the Rockford map?
It looks like you only have the map mounted on the server but not the content pack for it.
[QUOTE=The Commander;51502379]Is that the Rockford map?
It looks like you only have the map mounted on the server but not the content pack for it.[/QUOTE]
In my server's content pack and also in garrysmod/lua/autorun/server/workshop.lua
[IMG]https://i.gyazo.com/deb977f1d6a1e6212a95342d86895321.png[/IMG]
Well the models and materials addon isn't being mounted on your server.
Thats the only reason you are able to walk through those models.
[QUOTE=The Commander;51502567]Well the models and materials addon isn't being mounted on your server.
Thats the only reason you are able to walk through those models.[/QUOTE]
How would I do that?
[QUOTE=Moat;51502924]Use a gma extractor and add the files to your server.
Or use [url]https://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers[/url][/QUOTE]
Gmad Extractor worked all fixed! Thanks everyone!
Sorry, you need to Log In to post a reply to this thread.