Warning 213: tag mismatch
#1

Why do I get two 'tag mismatch' warnings from this line?

pawn Код:
GetPlayerPos(playerid,x,y,z);
h_Bit8_Data[houseid][h_World] = GetPlayerVirtualWorld(playerid);
Enter[houseid] = CreateDynamicPickup(1273,1,x,y,z,h_Bit8_Data[houseid][h_World]); // tag mismatch
Reply
#2

Show please enum for house system.
Reply
#3

pawn Код:
new houseid,
    Bit1: Enter <MAX_HOUSES>;


enum h_Bit8_Houses
{
    h_Float:EnX,
    h_Float:EnY,
    h_Float:EnZ,
    h_World
}

new h_Bit8_Data[MAX_HOUSES][h_Bit8_Houses];
Reply
#4

Because the Float tag isn't equal to the h_Float tag. Personally I think the rBits system is super retarded. There are better ways to optimize things.
Reply
#5

Quote:
Originally Posted by Vince
Посмотреть сообщение
Because the Float tag isn't equal to the h_Float tag. Personally I think the rBits system is super retarded. There are better ways to optimize things.
True..

But need to try to help him out if he wants to make it with rBits...

And that could be true try just float them.
Reply
#6

Getting some help from Scrillex. Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)