Hi , How to make score system ?
#5

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
    return true;
}
If you need help to understand what each part does, search on the SA:MP wiki, here is a link for you.
https://sampwiki.blast.hk/

EDIT: Congratulations on 1000 posts Cjgogo!
Reply


Messages In This Thread
Hi , How to make score system ? - by RealHero - 06.07.2013, 07:35
Re: Hi , How to make score system ? - by SwisherSweet - 06.07.2013, 07:37
Re: Hi , How to make score system ? - by RealHero - 06.07.2013, 07:41
Re: Hi , How to make score system ? - by Cjgogo - 06.07.2013, 07:41
Re: Hi , How to make score system ? - by Firewire - 06.07.2013, 07:43
Re: Hi , How to make score system ? - by RealHero - 06.07.2013, 08:14

Forum Jump:


Users browsing this thread: 1 Guest(s)