Okay so I went to my friend's favorite building server. I forget the name.
So I haven't played gmod for a while after that, later when I go ingame for some singleplayer screwing around, I spawn, I go to pull out a crowbar, and nothing happens. I press all my number keys before realizing that I only have my physics gun, the toolgun,and camera.
What just happened?!
I've rifled through my garrysmod folder and LUA files for over two hours and nothing looks strange.
If possible I want to avoid deleting everything and going vanilla unless I'm absolutely sure I need to.
Are there any fixes or overrides or something? I just don't know.
It's probably a random LUA file somewhere preventing me from spawning with guns.
tl:dr
When I spawn, No weapons. Only the physgun.
HELP.
the weapons you get are SERVERSIDED if your friend messed up the lua file goto (gamemode)/gamemode/init.lua
in init add this
ply:Give( "weapon_crowbar" )
under
function GM:PlayerLoadout( ply )
it might look somthing like this
function GM:PlayerLoadout( ply )
ply:Give( "weapon_crowbar" )
end
try utilities tab in spawn menu>admin section>settings>then check "spawn with weapons" or whatever it says, i also can't remember if its options or utilities
Sbox_weapons 1 in console. Or something similar to that- try it anyway.
[QUOTE=Nightmare Ducki;22248930]try utilities tab in spawn menu>admin section>settings>then check "spawn with weapons" or whatever it says, i also can't remember if its options or utilities[/QUOTE]
And, upon loading a map in SINGLEPLAYER OR MULTIPLAYER, go to options when you choose the map and there will be a lot of check boxes with options. One should say: Spawn with Weapons
Sorry, you need to Log In to post a reply to this thread.