SA-MP Forums Archive
Mysql Query Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Query Problem (/showthread.php?tid=601245)



Mysql Query Problem - vassilis - 18.02.2016

FIXED


Re: Mysql Query Problem - Gammix - 18.02.2016

Where do you execute the query (mysql_query) ?


Re: Mysql Query Problem - vassilis - 18.02.2016

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Where do you execute the query (mysql_query) ?
I forgot to execute. I call the function SavePlayerInfo is this the problem ?


Re: Mysql Query Problem - Gammix - 18.02.2016

Quote:
Originally Posted by vassilis
Посмотреть сообщение
I forgot to execute. I call the function SavePlayerInfo is this the problem ?
Naming a function doesn't effects MySQL query!


Re: Mysql Query Problem - vassilis - 18.02.2016

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Naming a function doesn't effects MySQL query!
I actually removed by mistake mysql_tquery and didnt notice thats why it didn't execute the query.(I noticed it doing UNDO)
Thanks though Gammix!