Loosing 1 score on death
#2

pawn Код:
public OnPlayerDeath(playerid,killerid,reason);
{
    SetPlayerScore(playerid,GetPlayerScore(playerid) - 1);
    SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
    return 1;
}
Untested.
Reply


Messages In This Thread
Loosing 1 score on death - by Cody9611 - 13.07.2011, 03:44
Re: Loosing 1 score on death - by =WoR=Varth - 13.07.2011, 03:50
Re: Loosing 1 score on death - by -Rebel Son- - 13.07.2011, 03:51
Re: Loosing 1 score on death - by Cody9611 - 13.07.2011, 04:12
Re: Loosing 1 score on death - by =WoR=Varth - 13.07.2011, 04:19
Re: Loosing 1 score on death - by Cody9611 - 13.07.2011, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)