This command takes quite long to get to params..
#6

MySQL_GetValue is Your own function ? if yes, show

and replace
format(query, sizeof(query), "SELECT `Number` FROM `accounts` WHERE `PlayerName` = '%s'", player);
to
format(query, sizeof(query), "SELECT `Number` FROM `accounts` WHERE `PlayerName` LIKE '%s%'", player); // or %s%%
Reply


Messages In This Thread
This command takes quite long to get to params.. - by Dokins - 02.03.2012, 22:42
Re: This command takes quite long to get to params.. - by Scenario - 02.03.2012, 23:23
Re: This command takes quite long to get to params.. - by Dokins - 02.03.2012, 23:28
Re: This command takes quite long to get to params.. - by Jefff - 02.03.2012, 23:32
Re: This command takes quite long to get to params.. - by Dokins - 02.03.2012, 23:35
Re: This command takes quite long to get to params.. - by Jefff - 02.03.2012, 23:37
Re: This command takes quite long to get to params.. - by Dokins - 02.03.2012, 23:40

Forum Jump:


Users browsing this thread: 4 Guest(s)