How to get money per kill?
#1

How to get money per kill?
I need it please
Reply
#2

Find OnPlayerDeath
Ant write:
GivePlayerMoney(killerid, [ amount of money you want killer get ] );
Reply
#3

Like this ?
Код:
  GivePlayerMoney(killerid, [ 500 ] );

If i put like this i will get errors :S
Reply
#4

pawn Код:
GivePlayerMoney(killerid, 500);
That should do it
Reply
#5

Код:
if(killerid != INVALID_PLAYER_ID) GivePlayerMoney(killerid, 500);
Reply
#6

Thanks Guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)