SA-MP Dedicated Server ---------------------- v0.3.7, ©2005-2015 SA-MP Team [16:56:36] [16:56:36] Server Plugins [16:56:36] -------------- [16:56:36] Loading plugin: itd [16:56:36] * iTD Plugin loaded. (Support for textdraw editor mouse/keyboard) [16:56:36] Loaded. [16:56:36] Loading plugin: mysql [16:56:36] SA:MP MySQL Plugin 1.2.1 Loaded. [16:56:36] Loaded. [16:56:36] Loading plugin: streamer [16:56:36] *** Streamer Plugin v2.7.4 by Incognito loaded *** [16:56:36] Loaded. [16:56:36] Loading plugin: sscanf [16:56:36] [16:56:36] =============================== [16:56:36] sscanf plugin loaded. [16:56:36] Version: 2.8.1 [16:56:36] © 2012 Alex "******" Cole [16:56:36] =============================== [16:56:36] Loaded. [16:56:36] Loading plugin: audio [16:56:36] *** Audio Plugin v0.5 R2 by Incognito loaded *** [16:56:36] Loaded. [16:56:36] Loaded 5 plugins. [16:56:36] MySQL: Query thread running. Thread safe: Yes. [16:56:36] [16:56:36] Filterscripts [16:56:36] --------------- [16:56:36] Loading filterscript 'itd.amx'... [16:56:36] iPLEOMAX's TextDraw Editor loaded successfully! Version: 1.16 Stable (13/10/2012) [16:56:36] Loaded 1 filterscripts. [16:56:36] [16:56:36] [16:56:36] [16:56:36] ======================================= [16:56:36] | | [16:56:36] | YSI version 3.09.0684 | [16:56:36] | By Alex "******" Cole | [16:56:36] | | [16:56:36] ======================================= [16:56:36] [16:56:36] *** Audio_SetPack: Expecting 3 parameter(s), but found 2 [16:56:36] *** Audio Plugin: Started TCP server on port 7777 [16:56:37] MySQL: Connected (0) to root @ 127.0.0.1 via TCP/IP. MySQL version 5.6.24. [16:56:37] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() [16:56:37] Pozitiile job-urilor s-au incarcat. [16:56:37] 400 Case incarcate din baza de date [16:56:38] 50 Garage incarcate din baza de date [16:56:38] 11 Cladiri incarcate din baza de date [16:56:38] 250 Afaceri incarcate din baza de date [16:56:38] 10 Factiuni incarcate din baza de date [16:56:39] Number of vehicle models: 4 [16:57:27] [connection] 25.94.196.165:62564 requests connection cookie. [16:57:28] Incoming connection: 25.94.196.165:62564 id: 0 [16:57:28] [join] Alice_Addison has joined the server (0:25.94.196.165) [16:57:28] SQL: SELECT `UserID` FROM `Accounts` WHERE `Username` = 'Alice_Addison' AND `Accepted` = '1' [16:57:34] SQL: SELECT * FROM `Accounts` WHERE `UserID` = '1' [16:57:41] [0] /b [16:57:44] [0] /v get [16:57:46] [0] /v get 1 [16:57:49] [0] /b [16:57:52] [0] /stats [16:57:54] [0] /getcar 25 [16:57:59] [0] /callsign [16:58:02] [0] /callsign test [16:58:02] [warning] client exceeded 'ackslimit' 25.94.196.165:62564 (3027) Limit: 3000/sec [16:58:12] [part] Alice_Addison has left the server (0:0) [16:59:30] [connection] 25.94.196.165:56256 requests connection cookie. [16:59:31] Incoming connection: 25.94.196.165:56256 id: 0 [16:59:31] [join] Alice_Addison has joined the server (0:25.94.196.165) [16:59:31] SQL: SELECT `UserID` FROM `Accounts` WHERE `Username` = 'Alice_Addison' AND `Accepted` = '1' [16:59:44] SQL: SELECT * FROM `Accounts` WHERE `UserID` = '1' [16:59:56] [0] /callsign 1-L-2 [16:59:57] [warning] client exceeded 'ackslimit' 25.94.196.165:56256 (3130) Limit: 3000/sec [17:00:07] [part] Alice_Addison has left the server (0:0) Console input: exit [17:05:50] --- Server Shutting Down. [17:05:50] * iTD Plugin unloaded. [17:05:50] SA:MP MySQL Plugin 1.2.1 Unloaded. [17:05:50] MySQL: Query thread stopped. [17:05:50] *** Streamer Plugin v2.7.4 by Incognito unloaded *** [17:05:50] [17:05:50] =============================== [17:05:50] sscanf plugin unloaded. [17:05:50] ===============================
Go to server.cfg,
Add : ackslimit 50000 messageholelimit 50000 messageslimit 50000 playertimeout 50000 KillerDVX, |
It needs to be restarted after you make any changes in the .cfg file, and no you don't have to shut your server down in order to edit the .cfg file. Just make sure after you done to restart your server for it to take action.
|
Well it shows that too much data is being sent, wich often is a sign of meny infinite loops. OnPlayerUpdate can be the cause, but take a look at your other scripts too. I had this problem myself and rising the ackslimit to max didnt work.
|