12.07.2017, 03:33
Hi.
The problem in version 0.1.0
Return bad strings. Must return "id" "enter" "pass". Return (example): 50, 48, 46 ... There are no such values in the database in this order and quantity at all.
In the old version of the module for dev 8 everything works fine.
local query = mysql_query(Server_handler, "SELECT * FROM `player_cred` WHERE `player_name` = '"+getPlayerName(pid)+"' ");
local row = mysql_fetch_row(query);
foreach(b in row)
print(b);
The problem in version 0.1.0
Return bad strings. Must return "id" "enter" "pass". Return (example): 50, 48, 46 ... There are no such values in the database in this order and quantity at all.
In the old version of the module for dev 8 everything works fine.
local query = mysql_query(Server_handler, "SELECT * FROM `player_cred` WHERE `player_name` = '"+getPlayerName(pid)+"' ");
local row = mysql_fetch_row(query);
foreach(b in row)
print(b);