[Ajuda] KillTimer dando erro... (error 076: syntax error in the expression, or invalid function call) - 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: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] KillTimer dando erro... (error 076: syntax error in the expression, or invalid function call) (
/showthread.php?tid=376081)
KillTimer dando erro... (error 076: syntax error in the expression, or invalid function call) -
Dragonborn - 09.09.2012
Erro :
pawn Code:
error 076: syntax error in the expression, or invalid function call
Linha :
pawn Code:
KillTimer(escondertextdraw);
Re: KillTimer dando erro... (error 076: syntax error in the expression, or invalid function call) -
FeelLikeASir_ - 09.09.2012
O timer deve ser atribuнdo a uma variбvel.
new a = SetTimer...
KillTimer(a); CORRETO
___________
SetTimer("a"...
KillTimer(a); ERRADO
Re: KillTimer dando erro... (error 076: syntax error in the expression, or invalid function call) -
Dragonborn - 09.09.2012
Consegui ! Obrigado @FellLikeASir_ ^^
REP valendo porcaria alguma ou nгo, ganhou. Ty !