Raised This Month: $ Target: $400
 0% 

Solved warning 213: tag mismatch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Suntox
Member
Join Date: Nov 2016
Old 11-15-2017 , 15:41   warning 213: tag mismatch
Reply With Quote #1

hello, when i try to compile this code i get this warning vipmenu.sma(144) : warning 213: tag mismatch
any help ?

PHP Code:
public client_PostThink(id)
{
    if(!
is_user_alive(id)) return PLUGIN_CONTINUE
    
if(g_JumpUsed[id] == true//warning 213: tag mismatch
    
{
        new 
Float:velocity[3]    
        
entity_get_vector(id,EV_VEC_velocity,velocity)
        
velocity[2] = random_float(265.0,285.0)
        
entity_set_vector(id,EV_VEC_velocity,velocity)
        
g_JumpUsed[id] = false
        
return PLUGIN_CONTINUE
    
}
    return 
PLUGIN_CONTINUE
}    

ResetVariables(id) { 

    
g_SpeedUsed[id] = false 
    g_JumpUsed
[id] = false
    g_JumpNume
[id] = 0
    
    set_user_maxspeed
(id
    
set_user_gravity(id
    
set_user_rendering(id


Last edited by Suntox; 11-15-2017 at 17:19.
Suntox is offline
 



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 13:28.


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