View Single Post
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 01-11-2018 , 22:52   Re: error with compiling script, please help
Reply With Quote #2

PHP Code:
                                else                                
                                    if (
GetUserFlagBits(client) & ADMFLAG_CUSTOM4)
                                    { 
                                        
CS_SetClientClanTag(client"[MEMBER]"); 
                                    }
                                    else                                
}                                        if (
GetUserFlagBits(client) & ADMFLAG_CUSTOM1)
                                        { 
                                            
CS_SetClientClanTag(client"[DJ]"); 
                                        }
                                        else 
TO:

PHP Code:
                                else                                
                                    if (
GetUserFlagBits(client) & ADMFLAG_CUSTOM4)
                                    { 
                                        
CS_SetClientClanTag(client"[MEMBER]"); 
                                    }
                                    else                                
                                        if (
GetUserFlagBits(client) & ADMFLAG_CUSTOM1)
                                        { 
                                            
CS_SetClientClanTag(client"[DJ]"); 
                                        }

I could find plenty of wrong stuff with this script, but don't care enough to bother with all that.
__________________
Spirit_12 is offline