Respuesta: Re: AW: [REL] MySQL Plugin (R7 released) -
kirk - 04.03.2012
Quote:
Originally Posted by System64
that doesn't exist, only threaded and non-threaded querys, it's basiclly querys with callback
|
No, thats not "basiclly"..., the difference between a threaded and non threaded query is that it gets executed on another tick separated from the main loop of the server, so instead of waiting for a query to get executed and then run the rest of your gm, it keeps running your gamemode and the server handles the query on a second process.
Re: [REL] MySQL Plugin (R7 released) -
Pooh7 - 04.03.2012
To run SA-MP on 64bit system, you have to install 32bit libs.
Re: [REL] MySQL Plugin (R7 released) -
xPrezidential - 04.03.2012
None of the download links seem to be working. Can anyone pass me R7?
Re: [REL] MySQL Plugin (R7 released) -
konorbi - 04.03.2012
Please Update The Links!
Re: [REL] MySQL Plugin (R7 released) -
steki. - 04.03.2012
Win
http://solidfiles.com/d/701f3e87ca/
Re: [REL] MySQL Plugin (R7 released) -
Rafiko - 04.03.2012
can someone reupload the previous versions like R6-2 or R6 pls?
tnx in advance!
Re: [REL] MySQL Plugin (R7 released) -
steki. - 04.03.2012
R6-2
http://solidfiles.com/d/429c37bf27/
Re: [REL] MySQL Plugin (R7 released) -
Rafiko - 04.03.2012
Tnx man
Re: [REL] MySQL Plugin (R7 released) -
xPrezidential - 04.03.2012
Thanks, I really appreciate it.
EDIT: I forgot all about the a_mysql include. Can anyone pass me the version for R7?
Re: [REL] MySQL Plugin (R7 released) -
ToFFiK - 05.03.2012
Can anyone upload R6 and R7? (not R6-2) for Linux
Re : [REL] MySQL Plugin (R7 released) -
Enchancer - 05.03.2012
Can anyone upload R5 for me please ? (linux)
Re: [REL] MySQL Plugin (R7 released) -
dud - 05.03.2012
dl links not work pls reupload it
Re: Re : [REL] MySQL Plugin (R7 released) -
Burridge - 05.03.2012
Quote:
Originally Posted by Enchancer
Can anyone upload R5 for me please ? (linux)
|
It's on the first post. However his site seems to be down at the moment.
Respuesta: Re: Re : [REL] MySQL Plugin (R7 released) -
kirk - 05.03.2012
Quote:
Originally Posted by Burridge
It's on the first post. However his site seems to be down at the moment.
|
Its back up and seems to work again.
Re : [REL] MySQL Plugin (R7 released) -
ledomaine - 06.03.2012
Hi, is now since 2 day i search on internet but i found nothing about my problem. The plugin don't load on my server.
[10:53:37] Server Plugins
[10:53:37] --------------
[10:53:37] Loading plugin: mysql
[10:53:37] Failed.
[10:53:37] Loaded 0 plugins.
I think the problem is from my OS (Windows Server 2008 x64). I have searched mysql.dll and libmysql.dll for win2008 x64 but i don't find anything...
Anyone can help me ?
Re: [REL] MySQL Plugin (R7 released) -
Michael@Belgium - 03.04.2012
Why the fuck R7 doesn't have mysql_query() anymore ? How to fix this lol
EDIT: oh nvm didn't saw mysql_function_query()
Re: GMX crashing -
Baboon - 03.04.2012
try using this function:
Quote:
#define SafeKillTimer(%0);\
if(%0 != 0)\
{\
KillTimer(%0);\
%0 = 0;\
}
|
example: SafeKilltimer(rl_ServerUpdate);
It will check whether the timer actually exists, otherwise you could kill timers which are not the one you wanted to kill.
Re: GMX crashing -
Kar - 03.04.2012
Quote:
Originally Posted by Strawhats
try using this function:
example: SafeKilltimer(rl_ServerUpdate);
It will check whether the timer actually exists, otherwise you could kill timers which are not the one you wanted to kill.
|
The KillTimer function already has that check.
Re: GMX crashing - HuSs3n - 03.04.2012
exactly same thing happening with me ! (with MySQL R6)
Re: GMX crashing -
Baboon - 03.04.2012
@Kar I am pretty sure it hasnt, cus I have seen it happening at samp 3d.