SA-MP Forums Archive
[Ajuda] Player nгo ganha grana e nem score - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Player nгo ganha grana e nem score (/showthread.php?tid=592687)



Player nгo ganha grana e nem score - NascimentoRJ - 28.10.2015

Se eu matar alguйm deveria ganhar 10mil e +1 score, nгo nгo estou ganhando!

Код:
   new string[128];
   //10Mil ao matar
   SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
   SendDeathMessage(killerid, playerid, reason);
   GameTextForPlayer(playerid, "~r~Se Fodeu", 10000, 5);
   GivePlayerMoney(killerid, 10000);
   format(string, sizeof(string), "[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $%d.", GetPlayerMoney(killerid));
   SendClientMessage(killerid, VERMELHO, string);
   return 1; // ESQUECEU AQUI EM



Re: Player nгo ganha grana e nem score - SepZ - 29.10.2015

@remove
nгo vi que tinha criado outro tуpico.