02.05.2013, 09:02
Hello everyone,
I was scripting something today, when suddenly I got the warning tag mismatch. Tried everything, but the warning is still there. If someone have any idea what's wrong with it, would be much appreciated.
Problem line
I was scripting something today, when suddenly I got the warning tag mismatch. Tried everything, but the warning is still there. If someone have any idea what's wrong with it, would be much appreciated.
Problem line
pawn Код:
format(string, sizeof(string), "%s\n\n %s\n Owner: %s", Type, bStatus, BusinessInfo[idx][bOwner]);
BusinessInfo[idx][bText] = Create3DTextLabel(string, COLOR_YELLOW, BusinessInfo[idx][bEntranceX], BusinessInfo[idx][bEntranceY], BusinessInfo[idx][bEntranceZ], 20.0, BusinessInfo[idx][bWorld], 0); // <- tag mismatch here