Posts: 175
Threads: 9
Joined: Aug 2010
shouldn't you check if PlayerInfo[killerid][pMember] is a valid playerid first?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
driftpower is right. You must check if killerid is not INVALID_PLAYER_ID before using it inside arrays otherwise it will cause run time error 4.