Raised This Month: $ Target: $400
 0% 

CT-C4 (CT can pickup the bomb)


Post New Thread Reply   
 
Thread Tools Display Modes
blue zebra
BANNED
Join Date: Jun 2010
Old 01-29-2012 , 14:07   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #11

Thanks for your work. Now found these rows in the SM log file:

Code:
L 01/29/2012 - 20:03:36: [SM] Native "IsClientInGame" reported: Client index 0 is invalid
L 01/29/2012 - 20:03:36: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/29/2012 - 20:03:36: [SM]   [0]  Line 123, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::RoundEnd()
L 01/29/2012 - 20:04:33: [SM] Native "IsClientInGame" reported: Client index 0 is invalid
L 01/29/2012 - 20:04:33: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/29/2012 - 20:04:33: [SM]   [0]  Line 123, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::RoundEnd()

Last edited by blue zebra; 01-29-2012 at 15:42.
blue zebra is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-29-2012 , 17:18   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #12

doh - I overlooked that other function that was written incorrectly - I'll fix and post updated version
__________________
View my Plugins | Donate
TnTSCS is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-30-2012 , 00:35   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #13

Here you go, sorry about the earlier one
Attached Files
File Type: sp Get Plugin or Get Source (ctc4.sp - 540 views - 3.4 KB)
File Type: smx ctc4.smx (4.4 KB, 178 views)
__________________
View my Plugins | Donate
TnTSCS is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 01-30-2012 , 03:39   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #14

Thank you. It seems like works well now. Hardcore test come.


Edit.
The problem stil exists. See:
Code:
L 01/30/2012 - 18:54:22: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 18:54:22: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 18:54:22: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()
L 01/30/2012 - 19:12:58: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 19:12:58: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 19:12:58: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()
L 01/30/2012 - 19:17:08: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 19:17:08: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 19:17:08: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()
L 01/30/2012 - 19:21:20: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 19:21:20: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 19:21:20: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()
L 01/30/2012 - 19:28:53: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 19:28:53: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 19:28:53: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()
L 01/30/2012 - 19:29:38: Error log file session closed.
L 01/30/2012 - 19:49:16: SourceMod error session started
L 01/30/2012 - 19:49:16: Info (map "de_dust2") (file "errors_20120130.log")
L 01/30/2012 - 19:49:16: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 01/30/2012 - 19:49:16: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 01/30/2012 - 19:49:16: [SM]   [0]  Line 69, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::Dropped()

Last edited by blue zebra; 01-30-2012 at 14:02.
blue zebra is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-30-2012 , 22:27   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #15

doh - I'll fix that... as a matter of fact, unless the author fixes it, I'm going through and modifying a bit of the code to optimize it.
__________________
View my Plugins | Donate
TnTSCS is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-31-2012 , 16:40   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #16

I didn't notice any errors with the attached plugin. It has been slightly modified, tested by me, and it appears to do what it needs to do.

Version updated to 1.1
Attached Files
File Type: smx ctc4.smx (4.5 KB, 378 views)
File Type: sp Get Plugin or Get Source (ctc4.sp - 836 views - 3.8 KB)
__________________
View my Plugins | Donate
TnTSCS is offline
Jasonbourne
Senior Member
Join Date: Nov 2011
Location: Sydney , AUS
Old 01-31-2012 , 18:27   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #17

Does rodipm even support this anymore ?

Last edited by Jasonbourne; 01-31-2012 at 18:28.
Jasonbourne is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-31-2012 , 22:07   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #18

I dunno... I waited a while before posting a fix (albeit with a bug or 2 I had to address later)...
__________________
View my Plugins | Donate
TnTSCS is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 02-01-2012 , 05:52   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #19

Another bug. Sorry. Now sometimes let the CT's to pick up the bomb, some times not.

Code:
L 02/01/2012 - 10:18:06: [SM] Native "SDKHook" reported: Entity 9 is invalid
L 02/01/2012 - 10:18:06: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 10:18:06: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 10:46:29: [SM] Native "SDKHook" reported: Entity 6 is invalid
L 02/01/2012 - 10:46:29: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 10:46:29: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 10:47:25: [SM] Native "SDKHook" reported: Entity 6 is invalid
L 02/01/2012 - 10:47:25: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 10:47:25: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:01:30: [SM] Native "SDKHook" reported: Entity 4 is invalid
L 02/01/2012 - 11:01:30: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:01:30: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:05:00: [SM] Native "SDKHook" reported: Entity 3 is invalid
L 02/01/2012 - 11:05:00: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:05:00: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:23:17: [SM] Native "SDKHook" reported: Entity 6 is invalid
L 02/01/2012 - 11:23:17: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:23:17: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:33:04: [SM] Native "SDKHook" reported: Entity 1 is invalid
L 02/01/2012 - 11:33:04: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:33:04: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:34:57: [SM] Native "SDKHook" reported: Entity 2 is invalid
L 02/01/2012 - 11:34:57: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:34:57: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:42:10: [SM] Native "SDKHook" reported: Entity 3 is invalid
L 02/01/2012 - 11:42:10: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:42:10: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:46:44: [SM] Native "SDKHook" reported: Entity 3 is invalid
L 02/01/2012 - 11:46:44: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:46:44: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:47:24: [SM] Native "SDKHook" reported: Entity 3 is invalid
L 02/01/2012 - 11:47:24: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:47:24: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
L 02/01/2012 - 11:52:34: [SM] Native "SDKHook" reported: Entity 3 is invalid
L 02/01/2012 - 11:52:34: [SM] Displaying call stack trace for plugin "ctc4.smx":
L 02/01/2012 - 11:52:34: [SM]   [0]  Line 39, C:\Sourcemod\TnTSCS\scripting\ctc4.sp::OnClientConnected()
blue zebra is offline
Jasonbourne
Senior Member
Join Date: Nov 2011
Location: Sydney , AUS
Old 02-01-2012 , 08:45   Re: CT-C4 (CT can pickup the bomb)
Reply With Quote #20

if you using the most recent code posted by TnTSCS

and this is still happening

let me know ill have a look as well
Jasonbourne 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 16:02.


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