I am using ./Shadow's Deathrun, but how do you make death go faster? I know it has something to do with lua, increasing speed, or maybe a addon?
[url]http://wiki.garrysmod.com/page/GM/SetPlayerSpeed[/url]
[url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexabdb.html[/url]
It's as simple as googling it. I am going to take a shot in the dark here and assume that you know nothing about lua. On the maurits website there is an example. Instead of checking if ply:IsAdmin() do "if ply:Team() == "teamname" then". If you can't figure it out you may want to get someone else to do it for you.
[QUOTE=TheEncrypted;42569402][url]http://wiki.garrysmod.com/page/GM/SetPlayerSpeed[/url]
[url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexabdb.html[/url]
It's as simple as googling it. I am going to take a shot in the dark here and assume that you know nothing about lua. On the maurits website there is an example. Instead of checking if ply:IsAdmin() do "if ply:Team() == "teamname" then". If you can't figure it out you may want to get someone else to do it for you.[/QUOTE]
[url=http://wiki.garrysmod.com/page/Player/Team]ply:Team()[/url] returns an integer, not a string.
Sorry, you need to Log In to post a reply to this thread.