How can I stop guards from equipping custom playermodels in Jailbreak 7?
1 replies, posted
Hello! I'm in the development of my Jailbreak GMod server, running the Jailbreak 7 gamemode by Excl and have a little problem... so I've added some custom playermodels to the pointshop, however when a player goes onto the guards team, they still have their custom playermodel equipped, not the default guard playermodels... This can make things very confusing so I was wondering if I could get a little help on how to solve this. This might come in handy (the Jailbreak 7 files): [url]https://github.com/kurt-stolle/jailbreak[/url]
Thanks!
In the file "gamemode/classes/guard.lua", on line 61 should be blank. Add the following on that line:
self.Player:SetModel( "models/player/police.mdl" )
Sorry, you need to Log In to post a reply to this thread.