Raised This Month: $ Target: $400
 0% 

Error Tag Mismatch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
deadman909
Veteran Member
Join Date: Oct 2008
Old 08-10-2011 , 22:05   Error Tag Mismatch
Reply With Quote #1

Can somebody tell me why I get this error: Warning 213 - Tag Mismatch

For This lines:
static CsTeams:user_team;

user_team = cs_get_user_team(id);

PHP Code:
new bool:b_FirstLaunch[33]

public 
client_putinserver(id)
{
    
b_FirstLaunch[id] = true
}

public 
client_disconnect(id)
{
    if (
b_FirstLaunch[id])
        
b_FirstLaunch[id] = false
}

public 
fn_CheckTeam(id)
{
    if (
b_FirstLaunch[id])
    {
        
b_FirstLaunch[id] = false

        
static CsTeams:user_team;

        
user_team cs_get_user_team(id);

        switch (
user_team)
        {
            case 
CS_TEAM_CT:
            
ShopCT(id)

            case 
CS_TEAM_T:
            
ShopT(id)
        }
    }

__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode