field_not_found but they exists!
#10

Sure, your account check works, now you need to do the same with your MYSQL_Login, I would suggest removing that function as calling a function just to call a query is kinda useless, instead everytime you wanna login you can query this, and load all your player info on AccountLogin callback
PHP код:
    mysql_format(mConnectionHandlequerysizeof(query), "SELECT * FROM `players` WHERE Username = '%e' LIMIT 1"pname);
    
mysql_tquery(mConnectionHandlequery"AccountLogin""d"playerid); 
Reply


Messages In This Thread
field_not_found but they exists! - by Face9000 - 30.09.2015, 20:19
Re: field_not_found but they exists! - by jihadmeneer - 30.09.2015, 20:53
Re: field_not_found but they exists! - by Face9000 - 30.09.2015, 21:08
Re: field_not_found but they exists! - by Stanford - 30.09.2015, 21:40
Re: field_not_found but they exists! - by Face9000 - 30.09.2015, 21:44
Re: field_not_found but they exists! - by PrO.GameR - 30.09.2015, 22:39
Re: field_not_found but they exists! - by Face9000 - 01.10.2015, 07:45
Re: field_not_found but they exists! - by PrO.GameR - 01.10.2015, 08:35
Re: field_not_found but they exists! - by Face9000 - 01.10.2015, 10:29
Re: field_not_found but they exists! - by PrO.GameR - 01.10.2015, 10:53

Forum Jump:


Users browsing this thread: 1 Guest(s)