View Single Post
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 22:08   Re: Looking for coder for perkmod.
Reply With Quote #8

Quote:
Originally Posted by Marttt View Post
Is easier sharing the .sp because your log differs from the lines from the main post, unless you downloaded from another post/page

Btw "Client index 0 is invalid" is really easy to fix just by adding a "if (client > 0)" in most of the cases
In your case seems that it throws when the damage came from the worldspawn entity for example (fall damage)

And for "Entity 18 (1 is invalid" is like the same, just add an "if (IsValidEntity(entity))" before.

Everytime you mess with timers you must check if the client is valid, cause it can be disconnect/destroyed during the delay.
Thanks for the guide.

The perk 'Extreme Conditioning' is also not working, my survivor doesn't run faster.

No error log was generated though.

I don't have the .sp file, the one I'm using now is the .smx file from post #628

https://forums.alliedmods.net/showth...=99305&page=63
Attached Files
File Type: smx perkmod2.smx (89.2 KB, 65 views)

Last edited by winged_box; 11-28-2020 at 22:22.
winged_box is offline