Hi , How to make score system ?
#1

IAM BEGINNER
Reply
#2

Search on ****** giveplayerscore getplayerscore and setplayerscore
Reply
#3

CAN U GIVE ME LINK PLZ
I WANT WHEN I KILL SOMEONE OR SOMEONE KILL ME GET SCORE
Reply
#4

Yeah, link is(honestly, learn to use the search section):

www.******.com

EDIT: Thank you FireWire .
Reply
#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
#6

THANKS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)