06.08.2013, 09:30
Hey guys. I've been working on lil' something and while trying to script Create3dTextLabel, the 'Tag mismatch' warning occured. I keep guessing what's wrong. Mind helping me?
P.S. Create3dTextLabel is all good, but there's a mismatch during the HouseTextLabel[HouseID[playerid]] = ... . And I simply don't get what's the issue, as Create3dTextLabel returns an ID of the label, and HouseTextLabel var is integer as well as an ID.
Код:
HouseTextLabel[HouseID[playerid]] = Create3DTextLabel(str, COLOR_HOUSE, HouseInfo[HouseID[playerid]][hEnX], HouseInfo[HouseID[playerid]][hEnY], HouseInfo[HouseID[playerid]][hEnZ], 50.0, 0, 0);