country is not achieved into musql table
#4

pawn Код:
new Country[128];
GetPlayerCountry(playerid,Country);
mysql_format(g_SQL, query, sizeof query, "UPDATE `players` SET `country` = '%s' WHERE `id` = '%d' LIMIT 1", Country, pInfo[playerid][ID]);
mysql_tquery(g_SQL, query);
Also there is no need for LIMIT 1.
Reply


Messages In This Thread
country is not achieved into musql table - by severance - 20.08.2018, 11:54
Re: country is not achieved into musql table - by XStormiest - 20.08.2018, 12:13
Re: country is not achieved into musql table - by severance - 20.08.2018, 17:10
Re: country is not achieved into musql table - by KinderClans - 20.08.2018, 17:12
Re: country is not achieved into musql table - by severance - 20.08.2018, 20:04

Forum Jump:


Users browsing this thread: 1 Guest(s)