Search Results
Is there a logical way with threaded queries to perform multiple select queries in a single callback or block of code? I'm asking this because my login script has to get data from a bans, accounts and...
6,870
Why do I get the following error Код: [20:45:40 | 04/09/15] Loading plugin: irc.so [20:45:40 | 04/09/15] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory) W...
20,588
I have nothing meaningful to say about this besides the fact that I experience the same issue every now and then... I have no idea why and never really looked into it tbh. EDIT: Code: [19:30:44] [co...
264
Quote: Originally Posted by ****** The PAWN script is not the problem, it has static memory so can't "leak". The problem is probably plugins, and I suspect the issue will be SQL queries n...
276
Yes, I do have a fair amount of global variables and large (multidimensional) arrays, but I don't see that using up over 1,5GB of memory. That's the highest value I've ever had on the graph SmartBytes...
276
Hello everyone, My SA:MP server has some extreme memory leakage problems. I've been trying to fix it for months, but at some point I simply gave up because I couldn't figure out what was causing it. ...
276
Confirmed. This happens constantly on my server after the patch has been installed. The timeouts include local NPCs. Quote: Originally Posted by ~Yoshi The fix DOES work; lockups no longe...
16,872
Quote: Originally Posted by TheJayMan Possible to use this with Volt-Host? Trying to apply it but server won't start after it's added... Works fine for me. I've simply overwritten the f...
16,872
Check if the port is opened in your Windows Firewall. That might be the issue.
82
'le nice Good to see that you're still alive
1,280
It appears that messageboxes mess up on smaller screen resolutions. Good example: 1920x1080: As you can see, the dialog displays without any issues. 1280x720 Same dialog on a smaller resolution. ...
243
Quote: Originally Posted by Venice maybe you are banned irc network not allow 5 user in same ip nope. I already have a session limit increasement, this is definitely a v1.4.2 issue. ED...
20,588
I have a big issue that started occuring randomly after updating to the newest version of the plugin. Every now and then, this randomly gets spammed in my owner echo channel: Quote: [16:...
20,588
There's prob something wrong with the brackets, switch statement or something else. What happens when you try to compile an empty gamemode?
182
Nope, no timers or loops that use Streamer_Update(Ex). Can it be related to using an in-game object editor that works with non-steamed objects? Since I don't know what else to do... All I still can t...
93,879
stringer is the name of the string in this example..
113
Correct, OnPlayerCommand text isn't supposed to work when you use ZCMD.
153
Update to sa:mp 0.3c R2, that should prevent bot flood attacks from being possible.
157
I wrote this for new scripters, or old scripters who have bad scripting habits. Most things are about keeping the code orginized, some to make the code more effective. Not Using arrays or loops Ins...
324