Hello all, I am making a dm server, and wish to test out my files in singleplayer, but cant seem to figure out how to make players start with css weapons... HALP? THANK YOU!!!
-- Kimzey
[editline]7th December 2012[/editline]
Also, how would I go about coding a timed zombie spawner. I learned to make ONE spawn, but how do I make one spawn like maybe once every ten seconds?
out of head example, check in wiki
[lua]hook.Add("OnPlayerSpawn", "giveCSSGunsOnSpawn", function(ply)
ply:Give("css_glock")
end)[/lua]
and use timer.Create to make multiple repetitions
Sorry, you need to Log In to post a reply to this thread.