How can I do?
#1

How can I do when Player1 haves 5500$ cash and it's killed by Player2, the cash from Player1 it's added to Player2's money.

Sorry 4 bad English, I'm Romanian.
Reply
#2

pawn Код:
public OnPlayerDeath(playerid,killerid)
{
  SetPlayerMoney(killerid,GetPlayerMoney(killerid)+GetPlayerMoney(playerid));
  ResetPlayerMoney(playerid);
  return 1;
}
Reply
#3

10x a lot, man!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)