Adding score to killer and deducting score to killee
#1

Umm, how? Is this correct?

pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killer, killee, weapon);
    GivePlayerScore(killer, +1);
    GivePlayerScore(killee, -1);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)