[PEDIDO]Sistema para aumentar score
#4

pawn Код:
SetTimer("aumentarscore",240000*4,true); // coloque na public ongamemodeinit


// final do gm
forward aumentarscore(playerid);
public aumentarscore(playerid)
{
   for(new i=0; i<MAX_PLAYERS; i++)
   {
      SetPlayerScore(playerid, GetPlayerScore(playerid + 1);
      GameTextForAll("~g~SCORE PRA TODO MUNDO !!!",5000,6); // vai mostrar o texto...
   }
}
Reply


Messages In This Thread
[PEDIDO]Sistema para aumentar score - by EduardoRFS - 30.05.2012, 17:13
Re: [PEDIDO]Sistema para aumentar score - by Don_Speed - 30.05.2012, 17:22
Re: [PEDIDO]Sistema para aumentar score - by blacktrindade - 30.05.2012, 17:52
Re: [PEDIDO]Sistema para aumentar score - by leonardo1434 - 30.05.2012, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)