13.08.2016, 16:54
Because you use "playerid" in GivePlayerMoney/GivePlayerScore instead of "killerid".
2 more things:
- Check if "killerid" isn't equal to INVALID_PLAYER_ID (65535) before using it in array otherwise you will get run time error 4.
- Use switch for "Streak[killerid]" instead of multiple if's.
2 more things:
- Check if "killerid" isn't equal to INVALID_PLAYER_ID (65535) before using it in array otherwise you will get run time error 4.
- Use switch for "Streak[killerid]" instead of multiple if's.

