[AYUDA] URGENTE POR FAVOR LEEAN ESTO [LVDM]
#1

HOLA MIREN LO QUE PASA ES QUE TENGO EL GAMEMODE DE LVDM Y CUANDO UNO PULSA TAB SE VE EL SCORE PERO EL SCORE QUE APARECE ES EL DE DINERO Y MIS AMIGOS ME DICEN QUE SAQUE EL DINERO Y QUE APAREZCA LAS VECES QUE MATO UNO ME AYUDAN COMO PUEDO HACER PARA PONER LAS VECES QUE MATO UNO DESDE YA!!!! GRACIAS POR LEER
Reply
#2

Код:
public OnPlayerDeath(jugador, killerid, reason)
{
  SetPlayerScore(killerid,(GetPlayerScore(killerid))+1);
	return 1;
}
Reply
#3

No escribas en mayusculas... es muy molesto.

Tienes que borrar:

pawn Код:
new CashScoreOld;
pawn Код:
public MoneyGrubScoreUpdate()
{
    new CashScore;
    new name[MAX_PLAYER_NAME];
    //new string[256];
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
        {
            GetPlayerName(i, name, sizeof(name));
            CashScore = GetPlayerMoney(i);
            SetPlayerScore(i, CashScore);
            if (CashScore > CashScoreOld)
            {
                CashScoreOld = CashScore;
                //format(string, sizeof(string), "$$$ %s is now in the lead $$$", name);
                //SendClientMessageToAll(COLOR_YELLOW, string);
            }
        }
    }
}
Esas dos cosas.
Reply
#4

miren lo que pasa es que soy noob con el pawno me pueden explicar mejor por que probe eso y no funciona les dejo mi msn alaneg012@hotmail.com
Reply
#5

Quote:
Originally Posted by Engine_Cleo
miren lo que pasa es que soy noob con el pawno me pueden explicar mejor por que probe eso y no funciona les dejo mi msn alaneg012@hotmail.com
q es lo q no entendes asi te lo explico x aca. si no agregame al msn
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)