Latest MySQL version problem
#2

Код:
new string[256]; 
format(string, 128, "SELECT * FROM `accounts` WHERE Username = '%e'", PlayerName(playerid)); 
mysql_tquery(zMySQL, string, "OnAccountCheck", "d", "playerid);
Код:
public OnAccountCheck(playerid)
{
if(cache_num_rows()) 
{ 
    //My Register Code 
} 
else 
{ 
    //My Login Code 
}  
}
Reply


Messages In This Thread
Latest MySQL version problem - by Kraeror - 14.01.2018, 09:20
Re: Latest MySQL version problem - by m4karow - 14.01.2018, 09:23
Re: Latest MySQL version problem - by Kraeror - 14.01.2018, 09:45
Re: Latest MySQL version problem - by Dayrion - 14.01.2018, 09:59
Re: Latest MySQL version problem - by Mikro - 14.01.2018, 18:20
Re: Latest MySQL version problem - by denNorske - 14.01.2018, 21:29
Re: Latest MySQL version problem - by Kaperstone - 14.01.2018, 21:50

Forum Jump:


Users browsing this thread: 2 Guest(s)