08.07.2015, 17:38
First of all, hText is an integer so you should use cache_get_field_content_int. And yes, it does not support tagged variables, but luckily for you its still an integer.
It's not pretty, but it works.
pawn Код:
Text3D:HouseInfo[i][hText] = Text3D:cache_get_field_content_int(0, "Text", db);

