Raised This Month: $ Target: $400
 0% 

[MACRO] warning 213: tag mismatch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-04-2011 , 12:30   Re: [MACRO] warning 213: tag mismatch
Reply With Quote #4

Quote:
Originally Posted by Nightfall1 View Post
I try no define and is work

PHP Code:
// Public where I use
public AccountDataLoad(playeridtag[], name[], value[])
{
    if(!
strcmp("CityIsSelected",name,true))
    {
        if(
boolstr(value))
            
BitFlag_GiveIt(g_PlayerFlags[playerid],IsHasCitySelected);
        else
            
BitFlag_TakeIt(g_PlayerFlags[playerid],IsHasCitySelected);
    }

PHP Code:
// Bit Flag and Bit Enum
enum PlayerFlags:(<<= 1)
{
    
IsHasCitySelected 1,
}
new 
PlayerFlags:g_PlayerFlags[MAX_PLAYERS]; 
Problem solved then. Using a preprocessor definition was not appropriate for that third one anyway.
__________________
fysiks 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 08:31.


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