I've been on a lot of servers where Admins possess props, then they are colored and have stronger punches.
I was wondering, how do you do this?
Inside Garrysmod/gamemodes/terrortown is a file called propspec.lua
Did you look inside your TTT files? Quite easy to miss, but this is certainly the file you'll want to mess around with.
[QUOTE=NiandraLades;42144105]Inside Garrysmod/gamemodes/terrortown is a file called propspec.lua
Did you look inside your TTT files? Quite easy to miss, but this is certainly the file you'll want to mess around with.[/QUOTE]
Yes, I know where that file is. But what I want to do is make it group specific.
I'll roughly paraphrase a lua code I've seen
If ply is group"admin"
Then prop_spec_force '400'
And I'd like to know how to color props (admin specific)
I'm assuming that most of what I just mentioned isn't included in the propspec.lua
Thanks!
Sorry, you need to Log In to post a reply to this thread.