AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   TF2: Bonus Round Gravity (https://forums.alliedmods.net/showthread.php?t=70457)

deltron 04-25-2008 11:46

TF2: Bonus Round Gravity
 
3 Attachment(s)
A simple plugin that enables the gravity of players on the winning and losing teams to be changed independently during the bonus round in TF2 (the time after a round ends when the losing team cannot shoot).

This is purely for fun, but it does make for some good air-shooting practice at the end of a round :)

Enabled/disabled via: sm_tf2_bonus_grav_enabled (default is enabled)
Winning team gravity set via: sm_tf2_bonus_grav_winners (default is 0.1)
Losing team gravity set via: sm_tf2_bonus_grav_losers (default is 0.1)

Obviously the gravity is reset at the start of the next round!

This should work with all recent stable versions of SourceMod (the new TF2 extension is not used).

huck529 04-27-2008 10:43

Re: TF2: Bonus Round Gravity
 
is it true,that u can't set diffrent values,like winners 1 and losers 0.1?

FunTF2Server 04-27-2008 13:30

Re: TF2: Bonus Round Gravity
 
I don't get how default is 0.1. Isn't default gravity 800?

If I want winners to have gravity of 500 and losers gravity of 2000, what do I set your mod cvars to?

deltron 04-28-2008 15:49

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by huck529 (Post 617587)
Is it true that you can't set different values, like winners 1 and losers 0.1?

No, that's the point of the two cvars, so that the gravity can be set for each team independently.

deltron 04-28-2008 15:58

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by FunTF2Server (Post 617674)
I don't get how default is 0.1. Isn't default gravity 800?

If I want winners to have gravity of 500 and losers gravity of 2000, what do I set your mod cvars to?

The default gravity is 1.0. The cvar setting is a float value that is parsed to the SourceMod SetEntityGravity function, it's not the same as the sv_gravity.

0.01 is the lowest gravity setting and 2.0 is the highest.

FunTF2Server 04-28-2008 16:02

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by deltron (Post 618286)
The default gravity is 1.0. The cvar setting is a float value that is parsed to the SourceMod SetEntityGravity function, it's not the same as the sv_gravity.

0.01 is the lowest gravity setting and 2.0 is the highest.

So a setting of 0.5 for the gravity would give about half the normal game gravity, and a setting of 2.0 would give double the normal game gravity?

or...?

deltron 04-28-2008 18:49

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by FunTF2Server (Post 618288)
So a setting of 0.5 for the gravity would give about half the normal game gravity, and a setting of 2.0 would give double the normal game gravity?

Correct.

FunTF2Server 04-28-2008 21:18

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by deltron (Post 618330)
Correct.

Why is max 2.0?

What happens if I want losing team to have 8x gravity? 8.0 wouldn't work?

huck529 05-01-2008 06:36

Re: TF2: Bonus Round Gravity
 
this is not working for me with diffrent values

FunTF2Server 05-01-2008 06:49

Re: TF2: Bonus Round Gravity
 
Hey this plugin is working but it's flooding my errors.log file with tons of messages, maybe you can fix it

Code:

L 05/01/2008 - 00:04:51: SourceMod error session started
L 05/01/2008 - 00:04:51: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 00:04:51: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:04:51: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:04:51: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:05:07: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:05:07: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:05:07: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:10:46: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:10:46: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:10:46: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:11:02: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:11:02: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:11:02: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:16:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:16:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:16:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:16:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:16:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:16:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:22:37: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:22:37: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:22:37: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:22:52: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:22:52: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:22:52: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:28:32: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:28:32: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:28:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:28:47: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:28:47: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:28:47: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:34:27: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:34:27: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:34:27: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:34:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:34:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:34:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:40:22: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:40:22: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:40:22: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:40:38: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:40:38: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:40:38: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:46:17: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:46:17: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:46:17: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:46:33: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:46:33: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:46:33: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:52:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:52:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:52:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:52:28: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:52:28: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:52:28: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:58:08: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:58:08: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:58:08: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:58:23: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:58:23: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:58:23: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:04:03: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:04:03: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:04:03: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:04:18: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:04:18: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:04:18: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:09:58: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:09:58: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:09:58: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:10:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:10:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:10:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:15:53: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:15:53: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:15:53: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:16:09: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:16:09: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:16:09: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:21:49: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:21:49: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:21:49: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:22:04: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:22:04: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:22:04: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:27:44: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:27:44: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:27:44: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:28:17: Error log file session closed.
L 05/01/2008 - 05:24:39: SourceMod error session started
L 05/01/2008 - 05:24:39: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 05:24:39: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:24:39: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:24:39: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:24:55: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:24:55: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:24:55: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:30:34: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:30:34: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:30:34: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:30:50: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:30:50: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:30:50: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:36:30: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:36:30: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:36:30: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:36:45: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:36:45: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:36:45: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:42:25: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:42:25: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:42:25: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:42:40: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:42:40: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:42:40: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:48:20: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:48:20: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:48:20: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:48:35: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:48:35: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:48:35: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on


FunTF2Server 05-01-2008 19:26

Re: TF2: Bonus Round Gravity
 
Bump, this is my errors log file from today alone, this plugin works but might be causing crashing since it's giving hundreds of errors in errors log file. Please fix.

Code:

L 05/01/2008 - 00:04:51: SourceMod error session started
L 05/01/2008 - 00:04:51: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 00:04:51: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:04:51: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:04:51: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:05:07: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:05:07: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:05:07: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:10:46: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:10:46: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:10:46: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:11:02: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:11:02: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:11:02: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:16:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:16:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:16:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:16:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:16:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:16:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:22:37: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:22:37: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:22:37: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:22:52: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:22:52: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:22:52: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:28:32: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:28:32: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:28:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:28:47: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:28:47: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:28:47: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:34:27: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:34:27: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:34:27: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:34:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:34:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:34:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:40:22: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:40:22: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:40:22: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:40:38: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:40:38: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:40:38: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:46:17: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:46:17: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:46:17: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:46:33: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:46:33: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:46:33: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:52:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:52:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:52:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:52:28: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:52:28: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:52:28: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:58:08: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:58:08: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:58:08: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 00:58:23: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 00:58:23: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 00:58:23: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:04:03: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:04:03: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:04:03: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:04:18: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:04:18: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:04:18: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:09:58: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:09:58: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:09:58: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:10:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:10:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:10:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:15:53: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:15:53: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:15:53: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:16:09: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:16:09: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:16:09: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:21:49: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:21:49: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:21:49: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:22:04: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:22:04: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:22:04: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:27:44: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 01:27:44: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 01:27:44: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 01:28:17: Error log file session closed.
L 05/01/2008 - 05:24:39: SourceMod error session started
L 05/01/2008 - 05:24:39: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 05:24:39: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:24:39: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:24:39: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:24:55: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:24:55: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:24:55: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:30:34: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:30:34: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:30:34: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:30:50: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:30:50: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:30:50: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:36:30: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:36:30: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:36:30: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:36:45: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:36:45: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:36:45: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:42:25: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:42:25: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:42:25: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:42:40: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:42:40: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:42:40: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:48:20: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:48:20: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:48:20: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:48:35: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:48:35: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:48:35: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:54:15: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:54:15: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:54:15: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 05:54:31: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 05:54:31: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 05:54:31: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:00:10: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:00:10: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:00:10: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:00:26: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:00:26: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:00:26: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:06:06: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:06:06: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:06:06: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:06:21: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:06:21: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:06:21: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:12:01: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:12:01: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:12:01: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:12:16: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:12:16: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:12:16: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:17:56: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:17:56: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:17:56: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:18:11: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:18:11: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:18:11: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:23:51: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:23:51: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:23:51: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:24:07: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:24:07: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:24:07: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:29:47: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:29:47: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:29:47: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:30:02: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:30:02: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:30:02: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:35:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:35:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:35:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:35:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:35:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:35:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:41:37: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:41:37: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:41:37: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:41:52: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:41:52: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:41:52: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:47:32: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:47:32: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:47:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:47:47: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:47:47: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:47:47: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:53:27: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:53:27: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:53:27: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:53:43: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:53:43: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:53:43: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:59:23: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:59:23: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:59:23: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 06:59:38: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 06:59:38: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 06:59:38: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:05:18: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:05:18: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:05:18: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:05:33: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:05:33: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:05:33: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:11:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:11:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:11:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:11:28: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:11:28: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:11:28: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:17:08: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:17:08: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:17:08: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:17:24: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:17:24: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:17:24: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:23:03: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:23:03: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:23:03: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:23:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:23:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:23:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:28:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:28:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:28:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:29:14: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:29:14: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:29:14: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:34:54: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:34:54: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:34:54: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:35:09: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:35:09: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:35:09: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:40:49: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:40:49: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:40:49: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:41:04: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:41:04: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:41:04: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:46:44: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:46:44: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:46:44: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:47:00: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:47:00: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:47:00: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:52:39: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:52:39: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:52:39: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:52:55: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:52:55: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:52:55: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:58:35: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:58:35: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:58:35: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 07:58:50: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 07:58:50: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 07:58:50: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:04:30: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:04:30: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:04:30: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:04:45: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:04:45: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:04:45: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:10:25: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:10:25: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:10:25: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:10:40: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:10:40: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:10:40: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:11:11: [SM] Native "GetClientName" reported: Client 2 is not connected
L 05/01/2008 - 08:11:11: [SM] Debug mode is not enabled for "sodstats.smx"
L 05/01/2008 - 08:11:11: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 24 on
L 05/01/2008 - 08:16:20: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:16:20: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:16:20: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:16:36: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:16:36: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:16:36: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:22:16: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:22:16: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:22:16: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:22:31: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:22:31: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:22:31: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:28:11: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:28:11: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:28:11: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:28:26: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:28:26: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:28:26: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:34:06: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:34:06: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:34:06: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:34:21: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:34:21: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:34:21: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:40:01: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:40:01: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:40:01: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:40:17: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:40:17: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:40:17: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:45:56: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:45:56: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:45:56: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:46:12: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:46:12: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:46:12: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:51:52: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:51:52: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:51:52: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:52:07: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:52:07: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:52:07: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:57:47: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:57:47: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:57:47: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 08:58:02: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 08:58:02: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 08:58:02: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:03:42: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:03:42: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:03:42: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:03:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:03:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:03:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:09:37: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:09:37: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:09:37: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:09:53: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:09:53: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:09:53: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:15:33: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:15:33: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:15:33: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 09:15:48: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 09:15:48: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 09:15:48: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 27 on
L 05/01/2008 - 11:59:33: SourceMod error session started
L 05/01/2008 - 11:59:33: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 11:59:33: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 11:59:33: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 11:59:33: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 11:59:49: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 11:59:49: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 11:59:49: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:05:28: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 12:05:28: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 12:05:28: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:05:44: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 12:05:44: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 12:05:44: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:11:24: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 12:11:24: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 12:11:24: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:11:39: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 12:11:39: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 12:11:39: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:17:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 12:17:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 12:17:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 12:17:50: Error log file session closed.
L 05/01/2008 - 13:49:27: SourceMod error session started
L 05/01/2008 - 13:49:27: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 13:49:27: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 13:49:27: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 13:49:27: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 13:49:31: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 13:49:31: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 13:49:31: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 13:49:32: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 13:49:32: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 13:49:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 13:55:12: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 13:55:12: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 13:55:12: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 13:55:27: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 13:55:27: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 13:55:27: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:01:07: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:01:07: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:01:07: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:01:22: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:01:22: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:01:22: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:07:02: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:07:02: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:07:02: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:07:17: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:07:17: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:07:17: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:12:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:12:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:12:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:13:13: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:13:13: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:13:13: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:18:53: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:18:53: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:18:53: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:19:08: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:19:08: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:19:08: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:24:48: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:24:48: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:24:48: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:25:03: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:25:03: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:25:03: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:30:43: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:30:43: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:30:43: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:30:58: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:30:58: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:30:58: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:42:08: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:42:08: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:42:08: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:42:24: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:42:24: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:42:24: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:48:04: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:48:04: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:48:04: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:48:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:48:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:48:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:53:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:53:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:53:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:54:14: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:54:14: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:54:14: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 14:59:54: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 14:59:54: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 14:59:54: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:00:09: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:00:09: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:00:09: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:07:09: SourceMod error session started
L 05/01/2008 - 15:07:09: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 15:07:09: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:07:09: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:07:09: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:07:24: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:07:24: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:07:24: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:13:04: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:13:04: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:13:04: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:13:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:13:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:13:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:18:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:18:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:18:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:19:15: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:19:15: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:19:15: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:24:55: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 15:24:55: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 15:24:55: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 15:25:25: Error log file session closed.
L 05/01/2008 - 16:24:56: SourceMod error session started
L 05/01/2008 - 16:24:56: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 16:24:56: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:24:56: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:24:56: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:25:00: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:25:00: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:25:00: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:25:01: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:25:01: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:25:01: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:30:14: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:30:14: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:30:14: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:30:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:30:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:30:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:30:19: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:30:19: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:30:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:35:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:35:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:35:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:36:14: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:36:14: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:36:14: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:38:53: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:38:53: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:38:53: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:38:58: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:38:58: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:38:58: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:38:58: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:38:58: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:38:58: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:50:06: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:50:06: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:50:06: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:50:21: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:50:21: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:50:21: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:56:01: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:56:01: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:56:01: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 16:56:17: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 16:56:17: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 16:56:17: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:01:57: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:01:57: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:01:57: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:02:12: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:02:12: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:02:12: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:07:52: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:07:52: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:07:52: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:08:26: Error log file session closed.
L 05/01/2008 - 17:21:54: SourceMod error session started
L 05/01/2008 - 17:21:54: Info (map "ctf_2fort") (file "errors_20080501.log")
L 05/01/2008 - 17:21:54: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:21:54: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:21:54: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:21:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:21:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:21:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:21:59: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:21:59: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:21:59: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:22:29: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:22:29: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:22:29: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:22:34: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:22:34: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:22:34: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 17:22:34: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 17:22:34: [SM] Debug mode is not enabled for "tf2-bonusround-gravity.smx"
L 05/01/2008 - 17:22:34: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 28 on
L 05/01/2008 - 18:18:34: SourceMod error session started
L 05/01/2008 - 18:18:34: Info (map "pl_goldrush") (file "errors_20080501.log")
L 05/01/2008 - 18:18:34: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 18:18:34: [SM] Displaying call stack trace for plugin "tf2-bonusround-gravity.smx":
L 05/01/2008 - 18:18:34: [SM]  [0]  Line 159, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::SetGravityTeam()
L 05/01/2008 - 18:18:34: [SM]  [1]  Line 127, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::OnBonusRoundStart()
L 05/01/2008 - 18:18:34: [SM]  [2]  Line 90, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::Event_teamplay_round_win()
L 05/01/2008 - 18:18:49: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 18:18:49: [SM] Displaying call stack trace for plugin "tf2-bonusround-gravity.smx":
L 05/01/2008 - 18:18:49: [SM]  [0]  Line 147, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::SetGravityAll()
L 05/01/2008 - 18:18:49: [SM]  [1]  Line 135, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::OnBonusRoundEnd()
L 05/01/2008 - 18:18:49: [SM]  [2]  Line 95, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::Event_teamplay_round_start()
L 05/01/2008 - 18:24:29: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 18:24:29: [SM] Displaying call stack trace for plugin "tf2-bonusround-gravity.smx":
L 05/01/2008 - 18:24:29: [SM]  [0]  Line 159, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::SetGravityTeam()
L 05/01/2008 - 18:24:29: [SM]  [1]  Line 127, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::OnBonusRoundStart()
L 05/01/2008 - 18:24:29: [SM]  [2]  Line 90, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::Event_teamplay_round_win()
L 05/01/2008 - 18:24:44: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
L 05/01/2008 - 18:24:44: [SM] Displaying call stack trace for plugin "tf2-bonusround-gravity.smx":
L 05/01/2008 - 18:24:44: [SM]  [0]  Line 147, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::SetGravityAll()
L 05/01/2008 - 18:24:44: [SM]  [1]  Line 135, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::OnBonusRoundEnd()
L 05/01/2008 - 18:24:44: [SM]  [2]  Line 95, /home/groups/alliedmodders/forums/files/3/4/7/3/9/26050.attach::Event_teamplay_round_start()


FunTF2Server 05-02-2008 15:35

Re: TF2: Bonus Round Gravity
 
I also have my losers gravity set to 2.0 and winners gravity to 0.5, winners gravity works, but losers gravity does not change.

Also, even though my winner's gravity is set to 0.5, sometimes they have half gravity, sometimes then have wayy too less gravity and can't even come down from flying. So something is seriously messed up ...

FunTF2Server 05-03-2008 05:56

Re: TF2: Bonus Round Gravity
 
^^^

deltron 05-07-2008 11:28

Re: TF2: Bonus Round Gravity
 
Quote:

Originally Posted by FunTF2Server (Post 619652)
Hey this plugin is working but it's flooding my errors.log file with tons of messages, maybe you can fix it

Errors should be fixed now. Not sure why gravity for one specific team would not change. Let me know if this continues in the new version.

woof 06-25-2009 17:40

Re: TF2: Bonus Round Gravity
 
Whenever i use this plugin and a new round/map starts
all the demo stickes/jarate and everything are screwed up.. is thier a way to fix this?

MoonPie 07-20-2009 14:21

Re: TF2: Bonus Round Gravity
 
I'm thinking of a new game style, is there any way you could make spies have low gravity but all others normal? Thanks.

retsam 07-20-2009 16:08

Re: TF2: Bonus Round Gravity
 
Of course, youd just need to check player classes for all clients on the server when they spawn, and if they are spy, they get low gravity....

eraserhead 08-26-2010 08:36

Re: TF2: Bonus Round Gravity
 
Hi,

I tested this plugin two times with these settings but it does not seem to work.

Quote:

//bonus round gravity
sm_tf2_bonus_grav_winners 0.2
sm_tf2_bonus_grav_losers 2.0

TheWreckingCrew6 03-15-2014 18:35

Re: TF2: Bonus Round Gravity
 
Just wondering, is there anyway we could implement this to have it so only a group with a certain flag gets it? (Like the "O" flag) This would allow donators only to receive it.


All times are GMT -4. The time now is 00:47.

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