how to make a score +1
#2

pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
      SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
      SendClientMessage(killerid,COLOR_LIGHTBLUE,"You earned 1+ score.");
      return 1;
}
Reply


Messages In This Thread
how to make a score +1 - by DerickClark - 24.11.2012, 21:21
Re: how to make a score +1 - by [HM]Nicky - 24.11.2012, 21:31
Re: how to make a score +1 - by zero4000 - 24.11.2012, 21:34
Re: how to make a score +1 - by DerickClark - 24.11.2012, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)