[UNSOLVED]Find Out Who Killed Who.
#3

Quote:
Originally Posted by CyNiC_
I Think what this solve u problem.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(PlayerIsInDM(playerid) == true)
  {
    Kick(killerid);
  }
}
Eh, he wants it outside of a Deathmatch zone.

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(PlayerIsInDM(playerid) == false)
  {
     Kick(killerid);
  }
}
Reply


Messages In This Thread
[UNSOLVED]Find Out Who Killed Who. - by BP13 - 16.06.2010, 23:49
Re: Find Out Who Killed Who. - by CyNiC - 16.06.2010, 23:53
Re: Find Out Who Killed Who. - by (.Aztec); - 17.06.2010, 01:34
Re: Find Out Who Killed Who. - by CyNiC - 17.06.2010, 02:31
Re: Find Out Who Killed Who. - by (.Aztec); - 17.06.2010, 02:49
Re: Find Out Who Killed Who. - by BP13 - 17.06.2010, 02:52
Re: [UNSOLVED]Find Out Who Killed Who. - by Giacomand - 17.06.2010, 03:15
Re: [UNSOLVED]Find Out Who Killed Who. - by Simon - 17.06.2010, 03:58
Re: [UNSOLVED]Find Out Who Killed Who. - by BP13 - 17.06.2010, 12:08
Re: [UNSOLVED]Find Out Who Killed Who. - by dcmd_crash - 17.06.2010, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)