CallBackFunction MYSQL cached
#3

If you are INSERTING a new column, you cannot read with the same query. Inserting only writes the result, not store it.

And you can just write the faction name to player when you use the mysql_tquery.

pawn Код:
mysql_tquery("INSERT INTO...", "callBackFunction", "i", playerid);
format(Faction[playerid][FactionName], SIZE, name);
Reply


Messages In This Thread
CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 09:29
Re: CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 16:13
Re: CallBackFunction MYSQL cached - by Gammix - 30.07.2016, 16:19
Re: CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 16:41
Re: CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 16:54
Re: CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 18:03
Re: CallBackFunction MYSQL cached - by Gammix - 30.07.2016, 18:36
Re: CallBackFunction MYSQL cached - by Konstantinos - 30.07.2016, 19:02
Re: CallBackFunction MYSQL cached - by Gammix - 30.07.2016, 19:12
Re: CallBackFunction MYSQL cached - by DavidLuango - 30.07.2016, 21:05

Forum Jump:


Users browsing this thread: 2 Guest(s)