[Ajuda] Bug Score/Grana e Chat Kill
#1

Se eu matar alguйm deveria ganhar 10mil e +1 score, mas nгo estou ganhando nada no momento e se eu matar alguйm... no chat kill aparece que ele se suicidou por bomba. bug preciso resolver isso urgente! alguйm poderia me ajudar ? grato a todos!

Код:
public OnPlayerDeath(playerid, killerid, reason)
{



   new string[128];
   //10Mil ao matar
   SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
   SendDeathMessage(killerid, playerid, reason);
   GameTextForPlayer(playerid, "~r~Se Fodeu", 8000, 5);
   GivePlayerMoney(killerid, 5000);
   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
}


    public SendMensagens()
    {
    new string[265];
    new random1 = random(sizeof(Mensagens));
    new random2 = random(sizeof(Cores));
    format(string, sizeof(string), "%s", Mensagens[random1]);
    SendClientMessageToAll(Cores[random2],string);
    return 1;
    }
Reply
#2

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
       
SetPlayerScore(killeridGetPlayerScore(killerid) + 1);
       
SendDeathMessage(killeridplayeridreason);
       
GameTextForPlayer(playerid"~r~Se Fodeu"80005);
       
GivePlayerMoney(killerid10000);
       
SetPlayerScore(killeridGetPlayerScore(killerid) + 1);
       
SendClientMessage(killeridVERMELHO"[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $10000.");
       return 
1;

Reply
#3

Galhardo, muito obrigado pela forзa, vc й muito atencioso!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)