30.07.2016, 16:19
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.
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);