Server-side issue as when a prop gets kill by a hunter, the prop doesn't disappear, only goes into spectator mode and can fly around as well as be visible to all players. It's becoming a troll tool to ghost and getting really aggravating. Any help on fixing this?
-----------Edit-------------
This is the error its throwing me whenever a prop is killed
[QUOTE][ERROR] gamemodes/prop_hunt/entities/entities/ph_prop/init.lua:52: attempt to index a nil value
1. unknown - gamemodes/prop_hunt/entities/entities/ph_prop/init.lua:52
[/QUOTE]
----------------------------EDIT EDITED------------------------------
To semi fix this, go to /gamemodes/prop_hunt/entities/entities/ph_prop/init.lua
AND DELETE THAT LINE (hint hint line 52)
Next go to gamemodes/prop_hunt/gamemode/sh_config.lua and change [QUOTE]HUNTER_KILL_BONUS = 100
[/QUOTE]
TO
[QUOTE]HUNTER_KILL_BONUS = 0
[/QUOTE]
AND DO THE SAME EXACT EDIT to gamemodes/prop_hunt/gamemode/lua/sh_config.lua
This helped me as people can earn points to buy health on the pointshop! Hoped this helped other users as well
Sorry, you need to Log In to post a reply to this thread.