[Ajuda] warning no creat - 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] warning no creat (
/showthread.php?tid=333302)
[Ajuda] warning no creat -
Sergiosousa - 11.04.2012
Alguem poderб arrumar erro por favor?
pawn Код:
enum BusinessSystem
{
dLabel,
}
enum HouseSystem
{
dLabel,
}
public SaveBusinesses()
{
Businesses[id][dLabel]);
}
public LoadBusinesses()
{
Businesses[id][dLabel] = strval(arrCoords[21]);
}
// erro
Businesses[id][dLabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[id][EnterX],Businesses[id][EnterY],Businesses[id][EnterZ],15.0, Businesses[id][EnterWorld]); // warning 213: tag mismatch
}
Re: [Ajuda] warning no creat -
Ricop522 - 11.04.2012
new Businesses[100][BusinessSystem];
Re: [Ajuda] warning no creat -
Sergiosousa - 11.04.2012
isso ja ta definido no gamemode....
Re: [Ajuda] warning no creat -
zSuYaNw - 11.04.2012
pawn Код:
enum BusinessSystem
{
Text3D:bdLabel,
}
enum HouseSystem
{
Text3D:hdLabel,
}
public SaveBusinesses()
{
Businesses[id][dLabel]);
}
public LoadBusinesses()
{
Businesses[id][dLabel] = strval(arrCoords[21]);
}
// erro
Businesses[id][hdLabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[id][EnterX],Businesses[id][EnterY],Businesses[id][EnterZ],15.0, Businesses[id][EnterWorld]); // warning 213: tag mismatch
}
Faltou o "
Text3D:".
Re: [Ajuda] warning no creat -
Sergiosousa - 11.04.2012
Warning:
Alguem pode ajudar?
pawn Код:
// - (46759 -- 46782) : warning 213: tag mismatch
public SaveBusinesses()
/*Linhas de:*/ format(coordsstring, sizeof(coordsstring), %s, Businesses[idx][BusinessName], /*a*/ Businesses[idx][bdLabel]);
/////////////////////////////////////////////////////////////////////////////////////////
Businesses[idx][bdLabel] = strval(arrCoords[23]); //- warning 213: tag mismatch
////////////////////////////////////////////////////////////////////////////////////////
// - (47159 -- 47194) : warning 213: tag mismatch
/*linhas de:*/ format(coordsstring, sizeof(coordsstring), %s , Houses[idx][Description], Houses[idx][hdLabel]);
///////////////////////////////////////////////////////////////////////////////////////
Houses[idx][bdLabel] = strval(arrCoords[33]); //- (47258) : warning 213: tag mismatch
Re: [Ajuda] warning no creat -
.ThePro - 11.04.2012
hum...
Re: [Ajuda] warning no creat -
Sergiosousa - 11.04.2012
n resolvido
Re: [Ajuda] warning no creat -
CidadeNovaRP - 11.04.2012
Mande o CODE Inteiro
Re: [Ajuda] warning no creat -
Sergiosousa - 11.04.2012
alguem ajuda por favor?
Re: [Ajuda] warning no creat -
Deanx - 11.04.2012
manda o codigo inteiro