• Change Player Spawn Point?
    4 replies, posted
Is there a plugin or some way to change where players spawn, maybe even allowing each individual player to choose where they spawn?
[B][URL="http://wiki.garrysmod.com/?title=Gamemode.PlayerSpawn"]Gamemode.PlayerSpawn [IMG]http://wiki.garrysmod.com/favicon.ico[/IMG][/URL][/B] You can try setting the position of the player in that hook eg: [lua] function pSpawn(ply) ply:SetPos(Vector(1,2,3)) end hook.Add( "PlayerSpawn", "someHookName", pSpawn ) [/lua] Not sure if you need a delay between spawning and setting position
Thanks for the suggestion, but I don't really know how to script myself. I was hoping there was some sort of already coded plugin. It would also need to be set in game considering map changes.
Apparently this mod has something sort of like what I'm looking for: [url]http://www.facepunch.com/threads/981054-Wac[/url]
Ok, that mod's spawn point function doesn't work, plus the rest of it is buggy.
Sorry, you need to Log In to post a reply to this thread.