[Pedido] 30%
#4

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
   new shick[48];
   format(shick, sizeof(shick), "Vocк tinha %i, morreu e perdeu 30% dele!", GetPlayerMoney(playerid));
   SendClientMessage(playerid, 0xFFFFFFAA, shick);
   GivePlayerMoney(killerid, GetPlayerMoney(playerid)/30); // Acho que й killerid! ^^
   return true;
}
Reply


Messages In This Thread
[Pedido] 30% - by Link_ - 29.04.2011, 14:31
Re: 30% - by Macintosh - 29.04.2011, 14:48
Re: 30% - by Link_ - 29.04.2011, 15:20
Re: 30% - by TheGarfield - 29.04.2011, 15:25
Re: 30% - by [S]trong - 29.04.2011, 15:46
Re: [Pedido] 30% - by Link_ - 29.04.2011, 15:54
Re: [Pedido] 30% - by steki. - 29.04.2011, 15:56
Re: [Pedido] 30% - by [S]trong - 29.04.2011, 15:57
Re: [Pedido] 30% - by TheGarfield - 29.04.2011, 16:16
Re: [Pedido] 30% - by steki. - 29.04.2011, 21:24

Forum Jump:


Users browsing this thread: 4 Guest(s)