[AYUDA] Score Bug
#1

Hola Amigos Tengo Un Problema Grave ! =S El Score De Mi Sv esta bugeado cuando alguien entra de una se le pone el Score en 50000 :$ y cada vez le da mas y mas =( ayuda plz que serA?
Reply
#2

Estas usando LVDM ?
Reply
#3

Quote:
Originally Posted by Jovanny
Посмотреть сообщение
Estas usando LVDM ?
si uso LVDM
Reply
#4

Busca esto y borralo
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);
            }
        }
    }
}
esto tambien

pawn Код:
forward MoneyGrubScoreUpdate();
y para terminar tambien borra esto
pawn Код:
SetTimer("MoneyGrubScoreUpdate", 1000, 1);
Reply
#5

loll graciasss ! muchas gracias man . me funciono a la perfeccion alguna manera de recompensarte eso?
Reply
#6

Dandole click AQUI es una gran forma de pagarle
Reply
#7

na, asн dejalo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)