Warning: Tag mismatch
why Tag mismatch?
Code:
for ( new i; i < iNum; i++ )Code:
stock GetTeamColor( CsTeams:iTeam )Code:
case CS_TEAM_CT: return BLUE; |
Re: Warning: Tag mismatch
Couldn't see the whole code through my phone, but try:
PHP Code:
PHP Code:
|
Re: Warning: Tag mismatch
Quote:
u mean: Code:
stock GetTeamColor( CsTeams:iTeam )Code:
stock GetTeamColor( iTeam )can u explain? and i tried: Quote:
|
Re: Warning: Tag mismatch
When I compile your code(with empty variables, just to test) I get no tag mistmatch and the above code should not give you one. Post the full code.
|
Re: Warning: Tag mismatch
No need full code that has lines that are not related to the subject.
PHP Code:
|
Re: Warning: Tag mismatch
Quote:
|
Re: Warning: Tag mismatch
Look at ColorChat() function prototype. I am sure the second argument should be tagged, so GetTeamColor() should return a tagged value. Unfortunately, I don't remember which tag it is, so take a look at colorchat.inc.
|
Re: Warning: Tag mismatch
how. you dont get warning?
Quote:
something worng with my writing. TbI Explain in detail what needs to change and try |
Re: Warning: Tag mismatch
Quote:
|
Re: Warning: Tag mismatch
I get no warning when compiling your code with a random colorchat include. If you don't want to post your full code give us at least your colorchat.inc
|
| All times are GMT -4. The time now is 15:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.