Plugin/include issue? [Strange] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Plugin/include issue? [Strange] (
/showthread.php?tid=574137)
Plugin/include issue? [Strange] -
xF4Life - 13.05.2015
After i updated the server plugins/includes this is what's happening:
https://www.youtube.com/watch?v=P8b2gPSKMGg ( lag is mostly shown in the last part of the video)
I tried to find the prob on my own for days but it seems like i can't :/ so i'm asking here..
It's a strange lag from players.. it's like their teleporting/blinking form 1 pos to another, this couldn't be the script i guess, the server was running fine untill i updated all plugins/includes.
Re: Plugin/include issue? [Strange] -
xF4Life - 16.05.2015
bump..
Re: Plugin/include issue? [Strange] -
DTV - 16.05.2015
Maybe you could post the includes/plugins you use?
Re: Plugin/include issue? [Strange] -
xF4Life - 16.05.2015
plugins:
Код:
sscanf.dll streamer.dll
includes:
Код:
#include <a_samp>
#include <zcmd>
#include <dini>
#include <lethaldudb2>
#include <sscanf2>
#include <streamer>
#include <foreach>
Re: Plugin/include issue? [Strange] -
Nirzor - 16.05.2015
xF , as it is a Server Lag , you could find it out from the server logs. Use , crashdetect and nativechecker plugin.
Copy server.cfg and paste it in your pawn folder change the name to pawn.cfg. After you've done that. Inside
pawn.cfg type " -d3 " and there shouldn't be "" when you type -d3. After you've done that , save that pawn.cfg file
with that " -d3 " and then recompile your script. After you've done that , post your server logs here , that will point
out the line that is causing this problem. It will also point out if any include or plugin is playing a role to make the server
buggy.
Re: Plugin/include issue? [Strange] -
xF4Life - 16.05.2015
I fixed the problem on my own, thanks for your time eventhough those plugins & includes weren't the problem nor helped. +rep for both.
Re: Plugin/include issue? [Strange] -
Nirzor - 16.05.2015
No problem bro. I'll help you anytime you need.