03.04.2010, 14:15
Hey, I've havent scripted with onplayerdeath for a while and now i forgot.
Didnt find it on the wiki.
How to check for the opposite of
Instead of doing
Didnt find it on the wiki.
How to check for the opposite of
pawn Код:
if(killerid == INVALID_PLAYER_ID)
pawn Код:
if(killerid == INVALID_PLAYER_ID)
{
}
else
{
//...
}