Problem
#4

If you kill yourself then killerid is INVALID_PLAYER_ID. You should check if killerid is not invalid.

pawn Код:
if (killerid != INVALID_PLAYER_ID)
{
//Add your code here
}
Reply


Messages In This Thread
Problem - by tturvas - 31.07.2009, 16:51
Re: Problem - by Correlli - 31.07.2009, 16:53
Re: Problem - by tturvas - 31.07.2009, 16:55
Re: Problem - by MadeMan - 31.07.2009, 17:05
Re: Problem - by tturvas - 31.07.2009, 17:23
Re: Problem - by MadeMan - 31.07.2009, 17:26
Re: Problem - by tturvas - 31.07.2009, 17:29
Re: Problem - by Correlli - 31.07.2009, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)