Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Question Info: Callback OnQueryFinish
Speed++
Big Clucker
Posts: 159
Threads: 42
Joined: Jun 2012
Reputation:
0
#1
16.07.2012, 19:14
MySQL Plugin R7
Callback:
Код:
OnQueryFinish
what is it? thanks
Find
Reply
Vince
Spam Machine
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
#2
16.07.2012, 19:46
Make your own.
Find
Reply
Speed++
Big Clucker
Posts: 159
Threads: 42
Joined: Jun 2012
Reputation:
0
#3
16.07.2012, 22:05
?
Find
Reply
FUNExtreme
Gangsta
Posts: 790
Threads: 7
Joined: Mar 2008
Reputation:
0
#4
16.07.2012, 23:22
Like it says. It is the callback that gets called when your mysql query is finished
Find
Reply
Speed++
Big Clucker
Posts: 159
Threads: 42
Joined: Jun 2012
Reputation:
0
#5
17.07.2012, 22:15
is necessary ?
Find
Reply
ReneG
High-roller
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
#6
17.07.2012, 22:26
The r7 doesn't support anything but threaded queries, so in r7, yes it is necessary.
Find
Reply
Ranama
Huge Clucker
Posts: 304
Threads: 18
Joined: May 2011
Reputation:
0
#7
17.07.2012, 23:40
Quote:
Originally Posted by
Speed++
is necessary ?
No, you could just do
mysql_function_query(connectionID, query, false, "", "");
That will work as a normal mysql_query
but if you want to use the caching functions you'll need to use a OnQueryFinish
Hope it helped
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help