Tag mismatch
Getting tag mismatch on this line and i dont really know whats wrong?
Code:
formatex(szMenuItem, charsmax(szMenuItem), "\w%s%s", MENU_PISTOLS[i][NAME], playerUsingDeagle[id] == i ? " \y[Enabled]" : "")Code:
new playerUsingDeagle[33] |
Re: Tag mismatch
Your given code is perfectly correct you must show more code.
|
Re: Tag mismatch
Your formatex line looks ok from what I can see.
ITEM_DATAS is defined as being all strings. In your first line you have 4 strings which is ok, then you have 4 lines starting with CSW_DEAGLE, which is an integer. It is expecting a string value. You can't just put data however you want, it has to comply with how your enum/array is defined. If WEAPON is supposed to be a weapon index, remove the [50] |
Re: Tag mismatch
You are genus Bugsy i proud on you
but my topic is not solving can you plz take a look at that situation NPC Situation |
| All times are GMT -4. The time now is 18:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.