Search Results
In terms of MySQL, I don't believe it is possible to update multiple tables within a single statement unfortunately.
74
If it is a filterscript you should be using OnFilterscriptInit() instead of OnGameModeInit(). Could you also post the bottom of OnGameModeInit()
105
Quote: Originally Posted by iZN Do you have mysql logging enabled? You can find issues with it and you can use OnQueryError callback for checking any errors related to MySQL. Also, the lat...
92,766
I wonder if anyone has any answers for me. So I believe I am using R37 of the plugin and I am experiencing some issues that occur randomly. I converted the script from R5 to the current version and ...
92,766
Why are you setting the attached object again at the end of the command? pawn Код: SetPlayerAttachedObject(playerid, 1,18656, 5, 0.1, 0.038, -0.1, -90, 180, 0, 0.03, 0.03, 0.03);SetPlayerAttached...
189
Exactly what ****** has stated, we can't exactly assist you if you don't supply us with the line numbers that correspond to the error messages.
210
Quote: Originally Posted by holahola Sometimes the 3d textlabel disappears randomly. Resolve that pls. i ahve this problem about 0.3x I have experienced a similiar problem and it is ext...
88,511
Quote: Originally Posted by feartonyb Under onplayerdeath add a checking if( killerid != INVALID_PLAYER_ID && playerid != INVALID_PLAYER_ID && playerid != -1 && kil...
17,061
I am having an issue with the plugin. A little while ago when I used crashdetect on a seperate dedicated server the plugin worked beautifully but recently when I have tried to use it this is pretty m...
17,061
I deleted the mysql_log.txt then retook it. pawn Код: [22:25:12] [DEBUG] ProcessQueryThread() - Executing query UPDATE houses SET HouseClothes12=-1 WHERE HouseID=9...[22:25:12] [DEBUG] ProcessQue...
138
Yeah sure, pawn Код: mysql_log(LOG_NONE); And the log still continues on. pawn Код: [21:47:35] [DEBUG] ProcessQueryThread() - Executing query UPDATE jobs SET jName = '', jRank1 = '',  jRan...
138
My apologizes RealCop. But I am not loading any filterscripts, the latest AMX is loaded as all new implementation get loaded in just mysql_log.txt is telling me my script is still performing these ac...
138
For some reason although mysql_log(); is set to 0/LOG_NONE it still is logging both LOG_DEBUG and LOG_ERROR. Also according to the log it is also performing queries that no longer exist in the script...
138
Deleted and Fixed.
40
Hmm... Any proposed fixes? I would need to make sure all queries have been passed before the RCON command is called, right? EDIT: I use BlueG's Plugin
110
Sorry for the slow reply, I do use threaded queries and I am using the r21 MySQL Plugin for Linux. I'm just confused on why this would occur only every now and again.
110
I saw something about mysql_close being called in the custom gmx command rather than OnGameModeExit. It is called when the GMX is initiated but this bug occurs at random, I can go through 30 GMXs in ...
110
I have been having this issue for a while now, although it is not much of an issue, I can be quite irritating having to load putty up just because it has crashed it. This bug only occurs every once i...
110