[Ajuda] warning no creat
#1

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
}
Reply
#2

new Businesses[100][BusinessSystem];
Reply
#3

isso ja ta definido no gamemode....
Reply
#4

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:".
Reply
#5

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
Reply
#6

hum...
Reply
#7

n resolvido
Reply
#8

Mande o CODE Inteiro
Reply
#9

alguem ajuda por favor?
Reply
#10

manda o codigo inteiro
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)