03.01.2015, 00:06
ta dando erro
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59952) : warning 235: public function lacks forward declaration (symbol "FinalizarIncendio")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 13796 bytes
Code size: 3274212 bytes
Data size: 3054944 bytes
Stack/heap size: 16384 bytes; estimated max. usage=6896 cells (27584 bytes)
Total requirements: 6359336 bytes
4 Warnings.
Entre essas duas public
public IniciarIncendio()
{
fogo = CreateObject(18690,1747.3075,-1014.8307,23.9609,283.5074,0,0,0,0,0,0);
SendClientMessageToAll(0xFFFFFFAA,"Um Incendio Foi iniciado no Posto Petrobras, Motivo
esconhecido.");
SetTimer("FinalizarIncendio", 1800, false);
return 1;
}
public FinalizarIncendio()
{
SendClientMessageToAll(0xFFFFFFAA,"Um Incendio Foi Combatido Automaticamente.");
DestroyObject(fogo);
}
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59947) : warning 202: number of arguments does not match definition
C:\Users\gustavo\Desktop\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(59952) : warning 235: public function lacks forward declaration (symbol "FinalizarIncendio")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 13796 bytes
Code size: 3274212 bytes
Data size: 3054944 bytes
Stack/heap size: 16384 bytes; estimated max. usage=6896 cells (27584 bytes)
Total requirements: 6359336 bytes
4 Warnings.
Entre essas duas public
public IniciarIncendio()
{
fogo = CreateObject(18690,1747.3075,-1014.8307,23.9609,283.5074,0,0,0,0,0,0);
SendClientMessageToAll(0xFFFFFFAA,"Um Incendio Foi iniciado no Posto Petrobras, Motivo

SetTimer("FinalizarIncendio", 1800, false);
return 1;
}
public FinalizarIncendio()
{
SendClientMessageToAll(0xFFFFFFAA,"Um Incendio Foi Combatido Automaticamente.");
DestroyObject(fogo);
}