07.05.2016, 17:36
When a run time error occurs, the code after will not be executed. That happens because you do not check if the killerid is valid player (when a player dies by explosion, falling etc killer is INVALID_PLAYER_ID which is 65535) before using it in arrays and causes Run time error 4: "Array index out of bounds".
I'm talking about those two:
I'm talking about those two:
pawn Код:
WarTim[killerid]
WantedLevel[killerid]