how to get score +5 every kill
#1

how am i abel to make that every kil you make you get +5 score? Please would be nice if i found it
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)//this is the call back , which detect the death of each player
{
    SetPlayerScore(killerid,GetPlayerScore(killerid)+5);//here we are going to check the current killer score , and increase them plus 5
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)