[b] I'm sorry, this was intended to go in the Server hostings forum, I could of sworn I created it there, but apparently not, If someone would be kind enough to move it, thank you[/b]
I own a server of my own and I like to keep it pretty clean. Meaning no huge retarded addons like custom Models, halo Sweps, destructive Entities,Hoverboards, nukes, I don't like any of that because it clutters my server and it makes it difficult for other people to join.
I do however have PHX and Wiremod, the basic essential shit, but I was thinking that I need to customize the server slighlty.
So, I ask of you guys, What are some nice addons/scripts that could possibly help my server become more friendly/easier/user compatible and have an over all better environment.
Thank you to the community and to anyone individually who can help me out, and possibly help others out too.
[b]BONUS:[/b]
Something I have on my server that helps ease the mingebaggery, and makes it an over all better server is a script that disallows the spawning of the HL2 weapons, I found it awhile back in FP, I forgot who made it, but credits to them all the way.
[code]function Loadout( ply )
ply:Give("weapon_physcannon")
ply:Give("weapon_physgun")
ply:Give("gmod_tool")
ply:Give("gmod_camera")
if ply:IsAdmin() then
ply:Give("weapon_crowbar")
end
ply:SelectWeapon("weapon_physcannon")
return true // this prevents the gamemode's default PlayerLoadout from getting called (this only applies when you're not coding the gamemode itself)
end
hook.Add( "PlayerLoadout", "CustomLoadout", Loadout)[/code]
This means every player will spawn with the Phys,Grav,Camera,and tool gun, and if you're an admin, you get the Crowbar. you can easily add others or remove it.
[url=http://www.garrysmod.org/downloads/?a=view&id=60997][img]http://www.garrysmod.org/img/?t=dll&id=60997[/img][/url]
I put it on Gmod.org a while back, so just stick that in your Garrysmod folder and you should be set.
I hope that helps people, and people help me with my request, Thank you.
Note; I already have Prop protection and ULX, don't suggest those.
Once again, thank you.
Awesome gunna try it out.
Sorry, you need to Log In to post a reply to this thread.