View Single Post
juss
Senior Member
Join Date: Jan 2016
Old 09-06-2017 , 12:07   Re: CS_SetClientClanTag not working HELP PLZ
Reply With Quote #4

Quote:
Originally Posted by BraveFox View Post
Instend:
PHP Code:
 if(!SQL_FetchInt(hQuery0)) 
{
            
CS_SetClientClanTag(client"[SUSPECTED]"); 
Use:
PHP Code:
while(SQL_FetchRow(hQuery))
    {
        if(
SQL_FetchInt(hQuery0))
        {
            
//Found Results
        
}
    }

nope , not working

not sure why i need while here ? I'm checking only one client in mysql select (the player who connects to the server)

Last edited by juss; 09-06-2017 at 13:26.
juss is offline