[ajuda]erro ao compilar
#1

Quote:

C:\Users\Yuri\Desktop\[GM] - Brasil Hyper Life [TECNO-SAMP]\gamemodes\MegaLife.pwn(1177 : error 076: syntax error in the expression, or invalid function call
C:\Users\Yuri\Desktop\[GM] - Brasil Hyper Life [TECNO-SAMP]\gamemodes\MegaLife.pwn(34093) : error 076: syntax error in the expression, or invalid function call
C:\Users\Yuri\Desktop\[GM] - Brasil Hyper Life [TECNO-SAMP]\gamemodes\MegaLife.pwn(45370) : error 021: symbol already defined: "PortaoBL2"
C:\Users\Yuri\Desktop\[GM] - Brasil Hyper Life [TECNO-SAMP]\gamemodes\MegaLife.pwn(45372) : error 010: invalid function or declaration
C:\Users\Yuri\Desktop\[GM] - Brasil Hyper Life [TECNO-SAMP]\gamemodes\MegaLife.pwn(50414) : warning 203: symbol is never used: "PortaoBL2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

alguem me ajuda?
Reply
#2

Poste as linhas!

PortaoBL2 vc criou 2 iguais e nгo esta usando elas. Se for usar apague uma, caso nгo for usar apague as duas!
Reply
#3

so tem um portaobl2 criado vei e ta dando esse erro
Reply
#4

Entгo posta tudo que envolve PortaoBL2
Reply
#5

Tudo ai...

Quote:

new PortaoBL2;
//----------------------------------{PortaoBallas}----------------------------------------
if(strcmp(cmd, "/portaoballas", true) == 0 || strcmp(cmd, "/pballas", true) == 0)
{
if ((IsABL(playerid)) && PlayerToPoint(15.0, playerid, 1074.3000488281,-1206.9000244141,19.39999961853))
{ //PortaoAdmin
MoveObject( PortaoBL, 777.80017089844, -1330.2664794922, 20.200000762939,3,0.0,0.0,0.0);
GameTextForPlayer(playerid, "~w~Portao ~y~Ballas ~n~~b~Aberto", 5000, 3);
SetTimer("PortaoBL2", 5000, false);
}
return true;
}
public PortaoBL2() {
MoveObject(PortaoBL,1074.3000488281,-1206.9000244141,19.39999961853, 2);//Portao Ballas Closed
return true;
}

Reply
#6

pawn Код:
new PortaoBL2;
public PortaoBL2()
Por isso! Mude o nome de algum deles!
Reply
#7

n entendi cara
Reply
#8

Ou vocк muda o nome da variбvel, ou o nome da public/forward
Reply
#9

Vocк ja definiu 'PortaoBL2', uma como Var e outra como public, por isso ocorre o erro! Basta mudar o nome de um deles... Ex:

pawn Код:
new PortaoBL2;
public PortaoBL22()
Reply
#10

sim cara
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)