[AYUDA]Timers - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [AYUDA]Timers (
/showthread.php?tid=131654)
-
Cesar_Biker - 04.03.2010
Hola querнa preguntar porque mi timer no se para(pongo el cуdigo):
pawn Код:
new factura;
factura = SetTimer("Factura", 2000, true);
...
KillTimer(factura);
tendria que ir bien ,no?
pero la funciуn "Factura" sigue funcionando. me podrнan explicar porfavor, gracias.
Re: [AYUDA]Timers -
Chiri - 04.03.2010
Raro el problema, intenta especificar mбs.
Re: [AYUDA]Timers -
TheChaoz - 04.03.2010
podria ser porque el
se encuentra en un callback incorrecto entonces no se activa esta funcion.
Re: [AYUDA]Timers -
Cesar_Biker - 04.03.2010
Quote:
Originally Posted by the_chaoz
podria ser porque el
se encuentra en un callback incorrecto entonces no se activa esta funcion.
|
El killtimer se activa(deberнa) cuando yo escribo el comando /ticket
Re: [AYUDA]Timers -
TheChaoz - 04.03.2010
dentro de tu comando y debajo del KillTimer escribe:
pawn Код:
SendClientMessage(playerid, 0xFF0000FF, "funciona");
si sale el mensaje, quiere decir que el comando funciona, de lo contrario el problema esta en el comando.