ask for something
#1

i can use this fonction like when player kill the other player GivePlayerMoney(playerid,4;?

like Name1 kill name2

GivePlayerMoney(name1,4;

this is possible and please give me the Code
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) // On this callback
{
      GivePlayerMoney(killerid, 4);
      return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)