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



SetTimer - PabLoHenriique - 14.12.2014

Resolvido.


Re: SetTimer - Seidel - 14.12.2014

Й o seguinte cara, se vocк traduzisse os erros nгo teria nenhum motivo para fazer mais um post...

Код:
C: \ Documents and Settings \ P.Henrique \ Desktop \ Nova pasta \ gamemodes \ WSA.pwn (2627): Erro 021: Sнmbolo jб definido: "AnuncioORG"
C: \ Documents and Settings \ P.Henrique \ Desktop \ Nova pasta \ gamemodes \ WSA.pwn (262: Erro 021: Sнmbolo jб definido: "AnuncioORG"
C: \ Documents and Settings \ P.Henrique \ Desktop \ Nova pasta \ gamemodes \ WSA.pwn (2631): Erro 010: Funзгo invбlida ou declaraзгo
Compilador Pawn 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Erros.
Creditos: ****** Tradutor


Re: SetTimer - WendeLKILL - 14.12.2014

Vocк nгo pode criar uma new e uma public com o mesmo nome pois ao criar uma public define a variavйl AnuncioOrg


Re: SetTimer - [BOPE]Seu._.Madruga - 14.12.2014

PHP код:
new CALLAnuncioORG;

forward AnuncioORG(); // 2627 
public AnuncioORG() // 2628 

    
CALLAnuncioORG 0
    return 
true// 2631 
}

CALLAnuncioORG 1
SetTimer("AnuncioORG"380000);