12.03.2015, 06:20
Check if the killerid is valid.
pawn Код:
if(killerid != INVALID_PLAYER_ID) // Makes sure that the killerid is an actual player
{
ResetPlayerMoney(playerid); // Sets money to 0
}