29.10.2012, 10:05
It actually should be:
If you see what Viper did you will understand why he chose "if(killerid == INVALID_PLAYER_ID)".
PHP код:
if(killerid != INVALID_PLAYER_ID)//This means that if killerid doesn't equal to an invalid player ID.
{
//Rest of the code here.
}