GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: FastFurious - 2012. február 18. - 10:43:15

Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: FastFurious - 2012. február 18. - 10:43:15
van 5000000$ es 5000000 score miert? :whistle:
Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: CANNONN - 2012. február 18. - 11:09:37
Szia! lvdm módot használsz?
Írd be a keresõbe: SetTimer(\"MoneyGrubScoreUpdate\", 1000, 1);
És töröld ki!! ;)
Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: FastFurious - 2012. február 18. - 11:41:01
nem lvdm et hasznalok hanem STUNT_MOD ot
Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: CANNONN - 2012. február 18. - 11:50:01
Van benne valahol SetPlayerScore függvény?
Ha van, másold már be azokat a helyeket, ahol megtalálható! Köszi ;)
Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: FastFurious - 2012. február 18. - 11:59:14
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);
      }
   }
}
}
ez kelle?
Cím: Tudjatoke mert van ugyananyi pontom mint penzem ?
Írta: CANNONN - 2012. február 18. - 12:09:40
Írd be a keresõbe: SetTimer(\"MoneyGrubScoreUpdate\"
És töröld ki!! ;)