[Ayuda] Error con el Score
#7

JOTAJEDA Muchas gracias, ya pude solucionarlo con eso y quitando este comando.

Код:
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);
			}
		}
	}
}
Reply


Messages In This Thread
[Ayuda] Error con el Score - by TheVladimir - 20.01.2015, 17:40
Respuesta: [Ayuda] Error con el Score - by jotajeda - 20.01.2015, 17:42
Re: Respuesta: [Ayuda] Error con el Score - by TheVladimir - 20.01.2015, 17:47
Respuesta: [Ayuda] Error con el Score - by xTexTx - 20.01.2015, 17:50
Re: Respuesta: [Ayuda] Error con el Score - by TheVladimir - 20.01.2015, 17:51
Respuesta: Re: Respuesta: [Ayuda] Error con el Score - by jotajeda - 20.01.2015, 17:58
Re: [Ayuda] Error con el Score - by TheVladimir - 20.01.2015, 18:10
Respuesta: Re: [Ayuda] Error con el Score - by jotajeda - 20.01.2015, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)