Need help
#2

this is my example
pawn Код:
new bool:FirstKill = false;
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(FirstKill == false)
  {
    FirstKill = true;
    GivePlayerMoney(killerid, ...);
  }
  return 1;
}
Reply


Messages In This Thread
Need help - by jakes888 - 23.08.2009, 18:46
Re: Need help - by Khelif - 23.08.2009, 18:52
Re: Need help - by jakes888 - 23.08.2009, 18:59
Re: Need help - by iMonk3y - 23.08.2009, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)