SA-MP Forums Archive
[DUV] Error SetTimer - 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: [DUV] Error SetTimer (/showthread.php?tid=240388)



[DUV] Error SetTimer - taynam22 - 15.03.2011

pawn Код:
SetTimerEx("Pneu", 199, 1);
Код:
C:\Documents and Settings\Taynam\Desktop\Arquivos SA-MP\[GM]MEURP!]\gamemodes\MEURP.pwn(2698) : warning: 202: number of arguments does not match definition
Se eu por
pawn Код:
SetTimer("Pneu",199,1);
So o ID 0, furar o pneu


Re: [DUV] Error SetTimer - steki. - 15.03.2011

https://sampwiki.blast.hk/wiki/SetTimer


Re: [DUV] Error SetTimer - hitachi_uchila - 15.03.2011

Ola amigo , eu tive duvida parecida com isso agorinha mesmo
Mais a Soluзao esta aqui
https://sampwiki.blast.hk/wiki/SetTimerEx

pawn Код:
SetTimerEx("Pneu", 199,0, "d", playerid")
Coloca isso no lugar
so isso


Re: [DUV] Error SetTimer - JonathanFeitosa - 15.03.2011

pawn Код:
SetTimer("Pneu",1000,false)// 1000 = 1 Segundo !



Re: [DUV] Error SetTimer - taynam22 - 15.03.2011

Hitachi, Obrigado, + e no OnGameModeInit Nгo aceita playerid

pawn Код:
public OnGameModeInit()
{
    SetTimerEx("Pneu", 199, 1);
}
@Jonathan_Feitosa
Vou Testar!


Re: [DUV] Error SetTimer - steki. - 15.03.2011

Mano. EX. Sгo 6 parametros https://sampwiki.blast.hk/wiki/SetTimerEx


Re: [DUV] Error SetTimer - hitachi_uchila - 15.03.2011

de nada
SE precisar ainda esto aqui
@off
Alguem sabe a musica desse video?
The idiots of samp
[ame]http://www.youtube.com/watch?v=zRtXBIvOyBs[/ame]
@off2
Quote:
Originally Posted by Luнs Miki
Посмотреть сообщение
Mano. EX. Sгo 6 parametros https://sampwiki.blast.hk/wiki/SetTimerEx
Eu sei mais nao precisa usar os 6
Comigo Funciona corretamente e nao uso os 6


Re: [DUV] Error SetTimer - taynam22 - 15.03.2011

Olha, nгo funcionou o pneu nem furo!

So quando eu ponho

pawn Код:
SetTimer("Pneu", 199, 1);
Que Funciona,mais so o Pneu do id 0 que fura!




Re: [DUV] Error SetTimer - JonathanFeitosa - 15.03.2011

Esse й maior merda.

Pega esse : https://sampforum.blast.hk/showthread.php?tid=156849


Re: [DUV] Error SetTimer - taynam22 - 15.03.2011

Jonathan, Obrigado.
Esse e bem melhor,que quando cria nгo fica reto!
Isso eo de menos vlw!