Raised This Month: $12 Target: $400
 3% 

[CS:S/CS:GO] LagCompensation / 0 Ping


Post New Thread Reply   
 
Thread Tools Display Modes
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 02-27-2020 , 11:48   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #21

I'm not able to compile it, tried with sm 1.10 and 1.11. Any help here?

Code:
LagCompensation.sp(82) : error 001: expected token: "{", but found "struct"
LagCompensation.sp(90) : error 054: unmatched closing brace ("}")
LagCompensation.sp(92) : error 001: expected token: "{", but found "struct"
LagCompensation.sp(94) : error 001: expected token: "public", but found "int"
LagCompensation.sp(95) : error 001: expected token: "}", but found "int"
LagCompensation.sp(104) : error 054: unmatched closing brace ("}")
LagCompensation.sp(331) : error 017: undefined symbol "g_aEntityLagData"
LagCompensation.sp(331) : warning 215: expression has no effect
LagCompensation.sp(331) : error 001: expected token: ";", but found "]"
LagCompensation.sp(331) : error 029: invalid expression, assumed zero
LagCompensation.sp(331) : fatal error 190: too many error messages on one line
__________________
NanoC is offline
Send a message via Skype™ to NanoC
Cruze
Veteran Member
Join Date: May 2017
Old 02-27-2020 , 13:07   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #22

Quote:
Originally Posted by NanoC View Post
I'm not able to compile it, tried with sm 1.10 and 1.11. Any help here?

Code:
LagCompensation.sp(82) : error 001: expected token: "{", but found "struct"
LagCompensation.sp(90) : error 054: unmatched closing brace ("}")
LagCompensation.sp(92) : error 001: expected token: "{", but found "struct"
LagCompensation.sp(94) : error 001: expected token: "public", but found "int"
LagCompensation.sp(95) : error 001: expected token: "}", but found "int"
LagCompensation.sp(104) : error 054: unmatched closing brace ("}")
LagCompensation.sp(331) : error 017: undefined symbol "g_aEntityLagData"
LagCompensation.sp(331) : warning 215: expression has no effect
LagCompensation.sp(331) : error 001: expected token: ";", but found "]"
LagCompensation.sp(331) : error 029: invalid expression, assumed zero
LagCompensation.sp(331) : fatal error 190: too many error messages on one line
Try compiling it with SM 1.9 or below.
__________________
Taking paid private requests! Contact me
Cruze is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 02-27-2020 , 14:05   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #23

Quote:
Originally Posted by Cruze View Post
Try compiling it with SM 1.9 or below.
Were you able to compile it?
__________________
NanoC is offline
Send a message via Skype™ to NanoC
BotoX
Junior Member
Join Date: Sep 2015
Old 02-27-2020 , 17:58   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #24

https://git.botox.bz/CSSZombieEscape...agCompensation

Check the build.sh

Download SM 1.10, drop the scripting/include folder and spcomp in there.

Compiles with standard SM 1.10 and 1.11.
BotoX is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 02-28-2020 , 00:28   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #25

Ye i compiled it, had some old files in my scripting folder.
So, do you recommend that everybody should have lagcomp enabled? even if they have low (native) ping?
__________________
NanoC is offline
Send a message via Skype™ to NanoC
HenryTownshand
Junior Member
Join Date: Oct 2017
Old 02-28-2020 , 06:57   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #26

Sourcemod 1.10

Code:
L 02/28/2020 - 15:46:33: [SM] Exception reported: PrepSDKCall_SetFromConf(hGameConf, SDKConf_Signature, "RunNullCommand" failed!
L 02/28/2020 - 15:46:33: [SM] Blaming: technical\anti-lag\AntiLagSwitch.smx
L 02/28/2020 - 15:46:33: [SM] Call stack trace:
L 02/28/2020 - 15:46:33: [SM]   [0] SetFailState
L 02/28/2020 - 15:46:33: [SM]   [1] Line 34, C:\Users\HenryTownshand\Downloads\AntiLagSwitch.sp::OnPluginStart
L 02/28/2020 - 15:46:33: [SM] Unable to load plugin "technical\anti-lag\AntiLagSwitch.smx": Error detected in plugin startup (see error logs)
HenryTownshand is offline
BotoX
Junior Member
Join Date: Sep 2015
Old 02-28-2020 , 10:38   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #27

Quote:
Originally Posted by HenryTownshand View Post
Sourcemod 1.10

Code:
L 02/28/2020 - 15:46:33: [SM] Exception reported: PrepSDKCall_SetFromConf(hGameConf, SDKConf_Signature, "RunNullCommand" failed!
L 02/28/2020 - 15:46:33: [SM] Blaming: technical\anti-lag\AntiLagSwitch.smx
L 02/28/2020 - 15:46:33: [SM] Call stack trace:
L 02/28/2020 - 15:46:33: [SM]   [0] SetFailState
L 02/28/2020 - 15:46:33: [SM]   [1] Line 34, C:\Users\HenryTownshand\Downloads\AntiLagSwitch.sp::OnPluginStart
L 02/28/2020 - 15:46:33: [SM] Unable to load plugin "technical\anti-lag\AntiLagSwitch.smx": Error detected in plugin startup (see error logs)
AntiLagSwitch is only for CSS, not CSGO.
BotoX is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-28-2020 , 11:10   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #28

Quote:
Originally Posted by BotoX View Post
AntiLagSwitch is only for CSS, not CSGO.
Then why did you write CS:S/CS:GO above? or is AntiLagSwitch only for CS:S and LagCempensation for CS:GO? I ask because I want to test it tomorrow

and bacon for you

Last edited by freak.exe_uLow; 02-28-2020 at 11:10.
freak.exe_uLow is offline
PyPKjE20
Member
Join Date: Dec 2010
Location: Lithuania
Old 03-06-2020 , 17:42   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #29

Quote:
L 03/07/2020 - 00:41:00: [SM] Blaming: LagCompensation.smx
L 03/07/2020 - 00:41:00: [SM] Call stack trace:
L 03/07/2020 - 00:41:00: [SM] [0] GetClientLatency
L 03/07/2020 - 00:41:00: [SM] [1] Line 841, LagCompensation.sp::OnPlayerRunCmd
L 03/07/2020 - 00:41:00: [SM] Exception reported: Client 2 is a bot
L 03/07/2020 - 00:41:00: [SM] Blaming: LagCompensation.smx
L 03/07/2020 - 00:41:00: [SM] Call stack trace:
L 03/07/2020 - 00:41:00: [SM] [0] GetClientLatency
L 03/07/2020 - 00:41:00: [SM] [1] Line 841, LagCompensation.sp::OnPlayerRunCmd
L 03/07/2020 - 00:41:00: [SM] Exception reported: Client 3 is a bot
L 03/07/2020 - 00:41:00: [SM] Blaming: LagCompensation.smx
L 03/07/2020 - 00:41:00: [SM] Call stack trace:
L 03/07/2020 - 00:41:00: [SM] [0] GetClientLatency
L 03/07/2020 - 00:41:00: [SM] [1] Line 841, LagCompensation.sp::OnPlayerRunCmd
L 03/07/2020 - 00:41:00: [SM] Exception reported: Client 7 is a bot
L 03/07/2020 - 00:41:00: [SM] Blaming: LagCompensation.smx
L 03/07/2020 - 00:41:00: [SM] Call stack trace:
L 03/07/2020 - 00:41:00: [SM] [0] GetClientLatency
L 03/07/2020 - 00:41:00: [SM] [1] Line 841, LagCompensation.sp::OnPlayerRunCmd
L 03/07/2020 - 00:41:00: [SM] Exception reported: Client 2
__________________

CS:GO Open Chest MOD IP: csgo.slimi.lt
New CS 1.6 CSGO IP: pub.slimi.lt
CS 1.6 Slimi RPG MOD http://rpg.slimi.lt
PyPKjE20 is offline
Send a message via Skype™ to PyPKjE20
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 03-06-2020 , 21:53   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #30

Maps like ze_evernight_a3_4 in CSGO straight up crash at round start with this plugin, need to disable it to make the map work. Any fix for this?
__________________
Zeddy_god is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode