I am just about 100% sure this requires more coding knowledge than I have.
My problem: (fine as a prop, but not as a hunter) Props are untouchable with the default 'interact' key.
I have looked online for a solution, and the example I found on github did not solve my problem.
I've read that it's an issue with init.lua -- but my limited programming knowledge doesn't raise any red flags in terms of the code.. I'm worried that there is another file or path I need to look at to change a setting so that props are pick-up-able.
I have tried to submit a ticket, but the nice guy who answered my submission in like.. 3 minutes
said he was stumped (cheers.. I know how that feels.) and referred me to the forums.
Any help at all would be GREATLY appreciated.
-Justin
Cannot pick up a prop as hunter/prop
-
- New to forums
- Posts: 5
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Apr 06, 2014 6:25 am
Re: Cannot pick up a prop as hunter/prop
Alright, so I figured it out.
If anyone else has this problem, it has been mentioned in another forum thread, but just for convenience sake --
The issue was in the init.lua that is found in your server folder:
gamemode/prop_hunt/gamemode
The line of code has 'playerpickupallowed' in it
the default (I guess?) is false. change it to true, and reupload the file to your server.
The issue i was having was that I had changed a different init.lua lol.
If anyone else has this problem, it has been mentioned in another forum thread, but just for convenience sake --
The issue was in the init.lua that is found in your server folder:
gamemode/prop_hunt/gamemode
The line of code has 'playerpickupallowed' in it
the default (I guess?) is false. change it to true, and reupload the file to your server.
The issue i was having was that I had changed a different init.lua lol.