[PEDIDO]Sistema para aumentar score
#1

Sistema para aumentar score a cada 4 horas.
Reply
#2

SetTimer
Reply
#3

Quote:
Originally Posted by EduardoRFS
Посмотреть сообщение
Sistema para aumentar score a cada 4 horas.
https://sampforum.blast.hk/showthread.php?tid=270290
#edit no Lugar de 1200000 coloque: 14400000 = 4 Horas
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)