Search Results
Spune-ne ce sistem de operare folosesti, ce game panel si da-ne adresa site-ului sau ceva de unde sa incepem. Daca nu vrei sa postezi aici, da-mi un mesaj privat (cu tot cu ID-ul tau de messenger sau ...
1,428
Why would you do that? The packets are already queued and ordered by their priority so the server won't overload anyway.
521
Quote: Originally Posted by totar This SetTimerEx("OnPlayerConnectEx", 5000, false, "i", playerid); freeze the server! If you disable this plugin the problem still occurs?
10,341
Quote: Originally Posted by SounDD "va" se scrie intotdeauna legat. Gramatica V-A adus numai necazuri. (se poate inlocui cu "voua a")
1,037
You don't have to edit anything. This is a drop-in replacement. All you have to is load it (add to server.cfg).
10,341
Quote: Originally Posted by totar The link is not work (.dll, .so) Fixed. Quote: Originally Posted by _Zeus I'd appreciate if you could make the .so file for Linux! It's...
10,341
Quote: Originally Posted by Mellnik When I load v1.3 the server crashes while loading the plugin. v1.2 works fine. Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP...
10,341
SetTimer() and GetTickCount() were both replaced.
10,341
Quote: Originally Posted by Pain123 Why should the results be malformed? Before being such an arrogant smart-ass you should really consider reading the MySQL documentation. Source: http:/...
9,374
Quote: Originally Posted by fordawinzz version 2.6: Код: ...\include\sql.inc(534) : error 017: undefined symbol "addresses" i've checked the inc but "addresses" is there, wtf? :/ So...
9,374
Quote: Originally Posted by Kar Can you update your "Originally Posted by Fetch about one million rows" on R33 release of Pain's plugin? Reasons: "Plugin rewritten." - udan11 authored a d...
9,374
Quote: Originally Posted by RealCop228 Okay kiddo, you can go right ahead and do that. If you think for one second that a government is going to get all up in arms about a single comment o...
213
Quote: Originally Posted by Maxips2 So the server is basically hanging? Yep.
9,374
Quote: Originally Posted by Maxips2 Any documentation on this plugin? And another question (I asked before, but seems like it was ignored). What does sql_wait do? (I know it waits for sql...
9,374
Quote: Originally Posted by Edvin I have a problem. I have this in my script: Код: mytimer[playerid] = SetPlayerTimerEx(playerid, "FunctionName", 990, true, "i", playerid); And after, ...
10,341
Quote: Originally Posted by Pain123 A feature comparison: I think your plugin also uses multi-threading, but only with 2+ connections. Speed tests: Your plugin doesn't work on my Linux ...
9,374
Quote: Originally Posted by BlackBank3 For people that still have problems or errors on Debian (Like i had with v2.3). I have recompiled it on Debian 64-bit, and it works great on my debia...
9,374
Quote: Originally Posted by ****** I would actually disagree with that. Creating threads does have a lot of overhead, but if you can create a pool of workers somewhat equal to the virtual...
1,998
The amount of resources wasted creating a new thread, executing it parallelly, collecting the result (there is a mutex that will waste a little more), sending it back to the main thread, killing the t...
1,998
Suggestions: http://www.boost.org/doc/libs/1_54_0...free.queue_hpp Don't use more than 2 threads. Implement a blocking function aswell for those having powerful servers. Make `cost` a default para...
1,998