job system help
#9

Код:
 new query[60];
format(query, sizeof(query), "UPDATE `playerdata` SET `pjobselected` = 1 WHERE = SOMETHING HERE...");
mysql_tquery(dbHandle, query);
Problem was your size of query. If you had posted MySQL Logs, it would show you that Query is empty because destination array is too small. Query was size of 24 while clearly, there are more than 24 characters.
Reply


Messages In This Thread
job system help - by div - 18.06.2018, 17:11
Re: job system help - by div - 18.06.2018, 17:16
Re: job system help - by Exhibit - 18.06.2018, 18:40
Re: job system help - by div - 19.06.2018, 01:55
Re: job system help - by Gameluner - 19.06.2018, 03:43
Re: job system help - by Banditul18 - 19.06.2018, 05:21
Re: job system help - by Logic_ - 19.06.2018, 05:30
Re: job system help - by div - 19.06.2018, 05:41
Re: job system help - by GTLS - 19.06.2018, 06:18
Re: job system help - by div - 19.06.2018, 06:39

Forum Jump:


Users browsing this thread: 1 Guest(s)