08.07.2015, 17:35
Hello!
I have only one warning:
And the code is:
So my enum have:
So i put in front of HouseInfo:
But this doesn't work. It give me this error aigan. I don't really understand MySQL very well. Anyone help?
I have only one warning:
Код:
..\uus.pwn(1698) : warning 213: tag mismatch
pawn Код:
cache_get_field_content(0, "Text", HouseInfo[i][hText], db);
pawn Код:
enum hInfo{
other stuff...
Text3D:hText
}
pawn Код:
cache_get_field_content(0, "Text", Text3D:HouseInfo[i][hText], db);