15.11.2016, 14:12
You're not checking if killerid is valid before executing some codes under OnPlayerDeath callack, so it just simple crashing, I am on phone now and can't explain much, try using samp third debug level to know the exact line which crashing, also as temp fix you may use that code under OnPlayerDeath callback:
PHP код:
if(killerid == 65535) return 1;