Raised This Month: $ Target: $400
 0% 

[Module] SMAC TF2 Fixes


Post New Thread Reply   
 
Thread Tools Display Modes
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 12-07-2014 , 12:56   Re: [Module] SMAC TF2 Fixes
Reply With Quote #11

Thanks for taking a crack at this. We've been a bit busy and haven't had time to get something released.
__________________
GoD-Tony is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 12-07-2014 , 15:00   Re: [Module] SMAC TF2 Fixes
Reply With Quote #12

Quote:
Originally Posted by GoD-Tony View Post
Thanks for taking a crack at this. We've been a bit busy and haven't had time to get something released.
Does there come any official release in the next time for smac?

Best regards,
Newbie'
__________________
Newbie1992 is offline
kolya2142
Member
Join Date: Jun 2012
Old 12-11-2014 , 17:56   Re: [Module] SMAC TF2 Fixes
Reply With Quote #13

Help please, false positives! smac_tf2_fixes.smx is work. sm 1.6.3

L 12/10/2014 - 21:59:10: [smac_eyetest.smx | 0.8.5.1] ***** (ID: STEAM_0:1:1****23 | IP: ****.31.4) was banned for cheating with their eye angles. Eye Angles: 12 -270 0
Map: cp_dustbowl | Origin: 2233 836 -191 | Angles: 12 -269 0 | Weapon: tf_weapon_scattergun | Team: 3 | Latency: 44ms
L 12/10/2014 - 21:59:27: [smac_eyetest.smx | 0.8.5.1] ***** (ID: STEAM_0:1:6****229 | IP: ****.207.67) was banned for cheating with their eye angles. Eye Angles: 14 270 0
Map: cp_dustbowl | Origin: 1944 739 -206 | Angles: 14 269 0 | Weapon: tf_weapon_flamethrower | Team: 3 | Latency: 230ms
L 12/11/2014 - 183:54: [smac_eyetest.smx | 0.8.5.1] ***** (ID: STEAM_0:0****288 | IP: ****.196.146) was banned for cheating with their eye angles. Eye Angles: 11 270 0
Map: pl_badwater_snowy | Origin: 3478 -1364 128 | Angles: 11 269 0 | Weapon: tf_weapon_lunchbox | Team: 3 | Latency: 66ms
L 12/11/2014 - 20:463: [smac_eyetest.smx | 0.8.5.1] cheewieee (ID: STEAM_0:1:8****223 | IP: ****.242.165) was banned for cheating with their eye angles. Eye Angles: 17 270 0
Map: pl_upward | Origin: -2470 -1269 0 | Angles: 17 269 0 | Weapon: tf_weapon_grenadelauncher | Team: 3 | Latency: 104ms
L 12/11/2014 - 20:46:49: [smac_eyetest.smx | 0.8.5.1] ***** (ID: STEAM_0:1:7****210 | IP: ****.167.169) was banned for cheating with their eye angles. Eye Angles: 7 270 0
Map: pl_upward | Origin: -2587 -1353 0 | Angles: 7 269 0 | Weapon: tf_weapon_handgun_scout_primary | Team: 3 | Latency: 51ms

Last edited by kolya2142; 12-11-2014 at 17:57.
kolya2142 is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 12-22-2014 , 21:38   Re: [Module] SMAC TF2 Fixes
Reply With Quote #14

Yo, fix this error. It is spamming the Server Console on my MvM server.

Code:
L 12/22/2014 - 00:00:02: [SM] Native "GetClientLatency" reported: Client 20 is a bot
L 12/22/2014 - 00:00:02: [SM] Displaying call stack trace for plugin "smac_tf2_fixes.smx":
L 12/22/2014 - 00:00:02: [SM]   [0]  Line 116, F:\Users\Michael\Desktop\smac_taunt_fix.sp::TF2_OnConditionRemoved()
__________________
Sarabveer is offline
allienaded
AlliedModders Donor
Join Date: Feb 2013
Old 12-23-2014 , 11:54   Re: [Module] SMAC TF2 Fixes
Reply With Quote #15

Quote:
Originally Posted by Sarabveer View Post
Yo, fix this error. It is spamming the Server Console on my MvM server.

Code:
L 12/22/2014 - 00:00:02: [SM] Native "GetClientLatency" reported: Client 20 is a bot
L 12/22/2014 - 00:00:02: [SM] Displaying call stack trace for plugin "smac_tf2_fixes.smx":
L 12/22/2014 - 00:00:02: [SM]   [0]  Line 116, F:\Users\Michael\Desktop\smac_taunt_fix.sp::TF2_OnConditionRemoved()
Replace line 114 with this:

Code:
    if (!IsFakeClient(client) && (condition == TFCond_Taunting || TFCond_HalloweenKart || TFCond_HalloweenKartDash || TFCond_HalloweenKartNoTurn || TFCond_HalloweenKartCage))
allienaded is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 12-23-2014 , 13:32   Re: [Module] SMAC TF2 Fixes
Reply With Quote #16

Quote:
Originally Posted by allienaded View Post
Replace line 114 with this:

Code:
    if (!IsFakeClient(client) && (condition == TFCond_Taunting || TFCond_HalloweenKart || TFCond_HalloweenKartDash || TFCond_HalloweenKartNoTurn || TFCond_HalloweenKartCage))
Here we Go!
Attached Files
File Type: sp Get Plugin or Get Source (smac_tf2_fixes.sp - 122 views - 3.4 KB)
File Type: smx smac_tf2_fixes.smx (5.1 KB, 156 views)
__________________
Sarabveer is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 12-26-2014 , 11:46   Re: [Module] SMAC TF2 Fixes
Reply With Quote #17

Is this supposed to run with eyetest or do we need to remove it?
__________________
Phaiz is offline
allienaded
AlliedModders Donor
Join Date: Feb 2013
Old 12-26-2014 , 18:59   Re: [Module] SMAC TF2 Fixes
Reply With Quote #18

Quote:
Originally Posted by Phaiz View Post
Is this supposed to run with eyetest or do we need to remove it?
With eyetest
allienaded is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 12-26-2014 , 20:09   Re: [Module] SMAC TF2 Fixes
Reply With Quote #19



lulz
__________________
Sarabveer is offline
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 01-13-2015 , 09:28   Re: [Module] SMAC TF2 Fixes
Reply With Quote #20

Still detecting players in kart
edit: nevermind, I saw your edit saying that it stills detect

Last edited by caxanga334; 01-13-2015 at 10:18.
caxanga334 is offline
Reply



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 15:10.


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