04.12.2011, 22:51
Check that the killerid is valid.
pawn Код:
if(killerid != INVALID_PLAYER_ID)
{
// Do stuff with killerid
}
else
{
// There is no killerid, don't set a value for killerid here
}