[0.3d]OnPlayerDeath glitch?
#2

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
}
Reply


Messages In This Thread
[0.3d]OnPlayerDeath glitch? - by sciman001 - 04.12.2011, 22:45
Re: [0.3d]OnPlayerDeath glitch? - by MP2 - 04.12.2011, 22:51
Re: [0.3d]OnPlayerDeath glitch? - by sciman001 - 04.12.2011, 22:54
Re: [0.3d]OnPlayerDeath glitch? - by sciman001 - 04.12.2011, 23:02
Re: [0.3d]OnPlayerDeath glitch? - by sciman001 - 04.12.2011, 23:56
Re: [0.3d]OnPlayerDeath glitch? - by cessil - 05.12.2011, 00:24
Re: [0.3d]OnPlayerDeath glitch? - by MP2 - 05.12.2011, 00:29

Forum Jump:


Users browsing this thread: 3 Guest(s)