Reward deaths
#1

Hi, I would ask you to command a reward for killings

type:
The player killed outor player and earned a reward of 1000

please *-*
Reply
#2

pawn Код:
GivePlayerMoney(killerid, 1000);
Put this under OnPlayerDeath.
Reply
#3

+?
Reply
#4

Like this if you dont understand:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    GivePlayerMoney(killerid, 1000);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)