Calling OnPlayerDeath
#1

Can this be done and will it work?

pawn Код:
new Float:health;
GetPlayerHealth(i,health);
if(health <= 10)
{
    OnPlayerDeath(i,INVALID_PLAYER_ID,51);
}
What I want to use it for is irrelevant, but can I use OnPlayerDeath like this?
Reply


Messages In This Thread
Calling OnPlayerDeath - by MR,Mr - 24.01.2012, 20:17
Re: Calling OnPlayerDeath - by Tanush123 - 24.01.2012, 20:43
Re: Calling OnPlayerDeath - by MR,Mr - 24.01.2012, 20:47
Re: Calling OnPlayerDeath - by Tanush123 - 24.01.2012, 20:52
Re: Calling OnPlayerDeath - by MR,Mr - 24.01.2012, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)