Posts: 175
Threads: 44
Joined: Oct 2015
Reputation:
0
I have a modular gamemode, I placed SendDeathMessage under OnPlayerDeath callback in every file but still it doesn't work. Similar problem for UpdatePlayerWanted function. I want to show player death in kill log and update the player's wanted level to 0. I've added it in every file.
Posts: 180
Threads: 22
Joined: Dec 2015
Reputation:
0
Post the code for OnPlayerDeath..
Posts: 1
Threads: 0
Joined: Dec 2016
Reputation:
0
Check if you have any filterscript or include that has OnPlayerDeath return 0; and change it to return 1;
Posts: 6,242
Threads: 8
Joined: Jun 2008
You're going to need to learn how to hook, and not do modulation, by simply making multiple files. As Exhibit said, show your code.
killua1232 Don't throw up random guesses, as it's not a help at all.