warning 213: tag mismatch
#1

C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(4686 : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(46874) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(47275) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(47285) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(47292) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(53821) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(53830) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(53837) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(53864) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(53869) : warning 213: tag mismatch
C:\Users\Anonymos\Desktop\DL-RP\gamemodes\DL-RP.pwn(57467) : warning 203: symbol is never used: "Pos"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 15764 bytes
Code size: 2269176 bytes
Data size: 5408008 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 7709332 bytes
Reply
#2

Pode postar as linhas ?
Reply
#3

Mais um que anda a editar a DL-RP para tentar abrir um servidor de RP em portugal, isto assim realmente nao vai a lugar nenhum e so edits.

E achas que adivinhamos a fonte do erro se nao postares codigo?
Reply
#4

Quote:
Originally Posted by PT
Посмотреть сообщение
Mais um que anda a editar a DL-RP para tentar abrir um servidor de RP em portugal, isto assim realmente nao vai a lugar nenhum e so edits.

E achas que adivinhamos a fonte do erro se nao postares codigo?

estou a aprender a scriptar
Reply
#5

new businesstype[140];
if(Businesses[idx][BizType] != 0)
{
if(Businesses[idx][BizType] == 1) { businesstype = "Restaurante"; }
else if(Businesses[idx][BizType] == 2) { businesstype = "Companhia Telefonica"; }
else if(Businesses[idx][BizType] == 3) { businesstype = "Loja 24-7"; }
else if(Businesses[idx][BizType] == 4) { businesstype = "Ammunation"; }
else if(Businesses[idx][BizType] == 5) { businesstype = "Advertising"; }
else if(Businesses[idx][BizType] == 6) { businesstype = "Loja de Roupa"; }
else if(Businesses[idx][BizType] == 7) { businesstype = "Bar/Club"; }
else if(Businesses[idx][BizType] == { businesstype = "Farmacia"; }
else if(Businesses[idx][BizType] == 9) { businesstype = "Stand"; }
else if(Businesses[idx][BizType] == 10) { businesstype = "Casa de Emprestimos"; }
else if(Businesses[idx][BizType] == 11) { businesstype = "Entretenimento"; }
else if(Businesses[idx][BizType] == 12) { businesstype = "Quinta"; }
}
else { businesstype = "None Set"; }
if(Businesses[idx][BizPrice] != 0) // Don't create the business icon if the price is 0.
{
if(Businesses[idx][Owned] == 0)
{
Businesses[idx][PickupID]=CreateStreamPickup(1272, 1, Businesses[idx][EnterX], Businesses[idx][EnterY], Businesses[idx][EnterZ],PICKUP_RANGE);
format(string, sizeof(string), "Este negocio esta para venda!\nNome do negocio: %s \nTipo de negocio: %s \nPreco: $%d",Businesses[idx][BusinessName],businesstype,Businesses[idx][BizPrice]);
Businesses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);
}
else if(Businesses[idx][Owned] == 1)
{
Businesses[idx][PickupID]=CreateStreamPickup(1239, 1, Businesses[idx][EnterX], Businesses[idx][EnterY], Businesses[idx][EnterZ],PICKUP_RANGE);
format(string, sizeof(string), "Nome de negocio: %s \ntipo de negocio: %s \nProprietario: %s\nEntrada: $%d",Businesses[idx][BusinessName],businesstype,Businesses[idx][Owner],Businesses[idx][EntranceCost]);
Businesses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);
}
}
idx++;
}
fclose(file);
}
return 1;
}
Reply
#6

Quote:
Originally Posted by ScripterOn
Посмотреть сообщение
estou a aprender a scriptar
Tas a dar um salto maior que a perna, nao sera a editar que aprenderas algo de jeito.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)