Tag Mismatch
#2

Having non-threaded queries with R33+ would be something like the code below and if I understand correctly, your variable pPass is an integer?
PHP код:
new pass[128];
mysql_format(1pass,sizeof(pass),"SELECT pPass FROM users WHERE pName = '%e'"PlayerName(playerid));
new 
Cache:result mysql_query(1passtrue);
if (
cache_get_row_count()) PlayerInfo[playerid][pPass] = cache_get_row_int(00);
cache_delete(result); 
Though using threaded queries and a variable (global) for the connection handle is recommended.
Reply


Messages In This Thread
Tag Mismatch - by nezo2001 - 05.06.2015, 12:27
Re: Tag Mismatch - by Konstantinos - 05.06.2015, 12:39
Re: Tag Mismatch - by nezo2001 - 05.06.2015, 12:42
Re: Tag Mismatch - by Konstantinos - 05.06.2015, 12:46
Re: Tag Mismatch - by nezo2001 - 05.06.2015, 12:52
Re: Tag Mismatch - by dusk - 05.06.2015, 13:03
Re: Tag Mismatch - by nezo2001 - 05.06.2015, 13:16
Re: Tag Mismatch - by Konstantinos - 05.06.2015, 13:23
Re: Tag Mismatch - by nezo2001 - 05.06.2015, 13:27
Re: Tag Mismatch - by nezo2001 - 05.06.2015, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)