how to get score +5 every kill
#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


Messages In This Thread
how to get score +5 every kill - by Acres - 19.12.2013, 15:41
Re: how to get score +5 every kill - by SilentSoul - 19.12.2013, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)