їEs posible?
#3

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
Si, es totalmente posible. Puedes usar un timer que realize ese chequeo.
Osea, que si quiero que el "Tiempo" cambie a "Noche" a las 21:00 horas, tendria que crear algo asi?:
pawn Код:
public OnGameModeInit()
{
SetTimer("Noche", 1944000000, true);

// Si no me equivoco 1944000000 milisegundos son 9 horas.
}
public Noche()
{
SetWorldTime(); // bueno aca el tiempo que no recuerdo los ids :S
}
Seria algo asн verdad?
Reply


Messages In This Thread
їEs posible? - by The_Scope - 18.01.2012, 18:22
Respuesta: їEs posible? - by TheChaoz - 18.01.2012, 18:24
Respuesta: їEs posible? - by The_Scope - 18.01.2012, 18:36
Respuesta: їEs posible? - by davidxxx - 18.01.2012, 18:43
Respuesta: їEs posible? - by The_Scope - 18.01.2012, 18:45
Respuesta: їEs posible? - by davidxxx - 18.01.2012, 18:47
Respuesta: їEs posible? - by TheChaoz - 19.01.2012, 02:12
Respuesta: їEs posible? - by The_Scope - 19.01.2012, 02:38
Respuesta: їEs posible? - by The_Scope - 19.01.2012, 17:30
Respuesta: їEs posible? - by davidxxx - 19.01.2012, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)