AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Spray Timer v1.2 (https://forums.alliedmods.net/showthread.php?t=237432)

DragonLight 03-23-2014 23:52

Spray Timer v1.2
 
2 Attachment(s)
Spray Timer

This is a basic plugin to disallow sprays for players that are new to a server for a certain amount of connection time. Many trolls don't visit servers for very long and like to leave behind some pretty bad sprays. This blocks sprays until the connection time has been reached and sprays function normally. Uses cookies to store play time persistently, good for single or multiple servers sharing same clientprefs database. You can also toggle if you want admins/donators with reserve slot to bypass the timer.

CVars:

sm_spraytimer_version - Spray Timer version.
sm_spraytimer_enabled - If you want plugin enabled or disabled. (Default: 1)
sm_spraytimer_time - Total connection time in minutes before players can use sprays. (Default: 120)
sm_spraytimer_reserved - Any players with admin reserve flag "A" can bypass the timer if enabled. (Default: 0)

Credits:

Thanks to Spray Tracer (https://forums.alliedmods.net/showthread.php?t=75480) for some of the coding.

Installation:

Put the plugin (spraytimer.smx) into your /addons/sourcemod/plugins folder.

plugin.spraytimer.cfg will automatically be created in the /tf/cfg/sourcemod/ folder.

Changelog:
  • 1.2
    • Removed TF2 specific checks.
  • 1.1
    • Added check to bypass bots on disconnect.
  • 1.0
    • Initial Release

angel635 03-24-2014 05:49

Re: Spray Timer
 
hello,

log erreur

Code:

L 03/24/2014 - 10:42:54: SourceMod error session started
L 03/24/2014 - 10:42:54: Info (map "de_dust2") (file "errors_20140324.log")
L 03/24/2014 - 10:42:54: [SM] Native "GetClientTime" reported: Client 1 is a bot
L 03/24/2014 - 10:42:54: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/24/2014 - 10:42:54: [SM]  [0]  Line 62, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131844.attach::OnClientDisconnect()
L 03/24/2014 - 10:42:54: [SM] Native "GetClientTime" reported: Client 2 is a bot
L 03/24/2014 - 10:42:54: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/24/2014 - 10:42:54: [SM]  [0]  Line 62, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131844.attach::OnClientDisconnect()


joac1144 03-24-2014 10:12

Re: Spray Timer
 
Quote:

Originally Posted by angel635 (Post 2115291)
hello,

log erreur

Code:

L 03/24/2014 - 10:42:54: SourceMod error session started
L 03/24/2014 - 10:42:54: Info (map "de_dust2") (file "errors_20140324.log")
L 03/24/2014 - 10:42:54: [SM] Native "GetClientTime" reported: Client 1 is a bot
L 03/24/2014 - 10:42:54: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/24/2014 - 10:42:54: [SM]  [0]  Line 62, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131844.attach::OnClientDisconnect()
L 03/24/2014 - 10:42:54: [SM] Native "GetClientTime" reported: Client 2 is a bot
L 03/24/2014 - 10:42:54: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/24/2014 - 10:42:54: [SM]  [0]  Line 62, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131844.attach::OnClientDisconnect()


Just a guess, might be becuase the client was a bot.
I don't know.

DragonLight 03-24-2014 11:22

Re: Spray Timer
 
Yeah our community doesn't use bots, but an easy fix no less. Will update it real quick.

angel635 03-25-2014 05:40

Re: Spray Timer v1.1
 
hi,
always log erreur

Code:

L 03/25/2014 - 01:39:30: SourceMod error session started
L 03/25/2014 - 01:39:30: Info (map "de_dust2") (file "errors_20140325.log")
L 03/25/2014 - 01:39:30: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 01:39:30: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 01:39:30: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 01:39:30: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 01:39:30: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 01:39:30: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 01:39:30: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 01:39:30: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 01:39:33: Error log file session closed.
L 03/25/2014 - 02:10:00: SourceMod error session started
L 03/25/2014 - 02:10:00: Info (map "de_cbble") (file "errors_20140325.log")
L 03/25/2014 - 02:10:00: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 02:10:00: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 02:10:00: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 02:10:00: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 02:10:00: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 02:10:00: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 02:10:00: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 02:10:00: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 02:10:03: Error log file session closed.
L 03/25/2014 - 02:40:38: SourceMod error session started
L 03/25/2014 - 02:40:38: Info (map "cs_compound") (file "errors_20140325.log")
L 03/25/2014 - 02:40:38: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 02:40:38: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 02:40:38: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 02:40:38: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 02:40:38: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 02:40:38: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 02:40:38: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 02:40:38: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 02:40:46: Error log file session closed.
L 03/25/2014 - 03:12:04: SourceMod error session started
L 03/25/2014 - 03:12:04: Info (map "de_inferno") (file "errors_20140325.log")
L 03/25/2014 - 03:12:04: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 03:12:04: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 03:12:04: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 03:12:04: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 03:12:04: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 03:12:04: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 03:12:04: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 03:12:04: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 03:12:09: Error log file session closed.
L 03/25/2014 - 03:42:53: SourceMod error session started
L 03/25/2014 - 03:42:53: Info (map "de_prodigy") (file "errors_20140325.log")
L 03/25/2014 - 03:42:53: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 03:42:53: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 03:42:53: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 03:42:53: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 03:42:53: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 03:42:53: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 03:42:53: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 03:42:53: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 03:42:58: Error log file session closed.
L 03/25/2014 - 04:13:11: SourceMod error session started
L 03/25/2014 - 04:13:11: Info (map "de_train") (file "errors_20140325.log")
L 03/25/2014 - 04:13:11: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 04:13:11: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 04:13:11: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 04:13:11: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 04:13:11: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 04:13:11: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 04:13:11: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 04:13:11: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 04:13:15: Error log file session closed.
L 03/25/2014 - 04:43:38: SourceMod error session started
L 03/25/2014 - 04:43:38: Info (map "de_tides") (file "errors_20140325.log")
L 03/25/2014 - 04:43:38: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 04:43:38: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 04:43:38: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 04:43:38: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 04:43:38: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 04:43:38: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 04:43:38: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 04:43:38: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 04:43:43: Error log file session closed.
L 03/25/2014 - 05:14:41: SourceMod error session started
L 03/25/2014 - 05:14:41: Info (map "cs_havana") (file "errors_20140325.log")
L 03/25/2014 - 05:14:41: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 05:14:41: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 05:14:41: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 05:14:41: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 05:14:41: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 05:14:41: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 05:14:41: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 05:14:41: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 05:14:49: Error log file session closed.
L 03/25/2014 - 05:45:25: SourceMod error session started
L 03/25/2014 - 05:45:25: Info (map "cs_assault") (file "errors_20140325.log")
L 03/25/2014 - 05:45:25: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 05:45:25: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 05:45:25: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 05:45:25: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 05:45:25: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 05:45:25: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 05:45:25: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 05:45:25: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 05:45:28: Error log file session closed.
L 03/25/2014 - 06:16:11: SourceMod error session started
L 03/25/2014 - 06:16:11: Info (map "cs_office") (file "errors_20140325.log")
L 03/25/2014 - 06:16:11: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 06:16:11: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 06:16:11: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 06:16:11: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 06:16:11: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 06:16:11: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 06:16:11: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 06:16:11: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 06:16:20: Error log file session closed.
L 03/25/2014 - 06:47:03: SourceMod error session started
L 03/25/2014 - 06:47:03: Info (map "de_nuke") (file "errors_20140325.log")
L 03/25/2014 - 06:47:03: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 06:47:03: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 06:47:03: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 06:47:03: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 06:47:03: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 06:47:03: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 06:47:03: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 06:47:03: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 06:47:07: Error log file session closed.
L 03/25/2014 - 07:17:53: SourceMod error session started
L 03/25/2014 - 07:17:53: Info (map "de_chateau") (file "errors_20140325.log")
L 03/25/2014 - 07:17:53: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 07:17:53: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 07:17:53: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 07:17:53: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 07:17:53: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 07:17:53: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 07:17:53: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 07:17:53: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 07:18:05: Error log file session closed.
L 03/25/2014 - 07:48:17: SourceMod error session started
L 03/25/2014 - 07:48:17: Info (map "cs_militia") (file "errors_20140325.log")
L 03/25/2014 - 07:48:17: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 07:48:17: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 07:48:17: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 07:48:17: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 07:48:17: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 07:48:17: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 07:48:17: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 07:48:17: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 07:48:23: Error log file session closed.
L 03/25/2014 - 08:19:18: SourceMod error session started
L 03/25/2014 - 08:19:18: Info (map "de_train") (file "errors_20140325.log")
L 03/25/2014 - 08:19:18: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 08:19:18: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 08:19:18: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 08:19:18: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 08:19:18: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 08:19:18: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 08:19:18: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 08:19:18: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 08:19:21: Error log file session closed.
L 03/25/2014 - 08:49:42: SourceMod error session started
L 03/25/2014 - 08:49:42: Info (map "de_aztec") (file "errors_20140325.log")
L 03/25/2014 - 08:49:42: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 08:49:42: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 08:49:42: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 08:49:42: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 08:49:42: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 08:49:42: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 08:49:42: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 08:49:42: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 08:49:46: Error log file session closed.
L 03/25/2014 - 09:21:05: SourceMod error session started
L 03/25/2014 - 09:21:05: Info (map "de_dust2") (file "errors_20140325.log")
L 03/25/2014 - 09:21:05: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 09:21:05: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 09:21:05: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 09:21:05: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 09:21:05: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 09:21:05: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 09:21:05: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 09:21:05: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 09:21:08: Error log file session closed.
L 03/25/2014 - 09:51:24: SourceMod error session started
L 03/25/2014 - 09:51:24: Info (map "de_tides") (file "errors_20140325.log")
L 03/25/2014 - 09:51:24: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 09:51:24: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 09:51:24: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 09:51:24: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 09:51:24: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 09:51:24: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 09:51:24: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 09:51:24: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 09:51:29: Error log file session closed.
L 03/25/2014 - 10:22:01: SourceMod error session started
L 03/25/2014 - 10:22:01: Info (map "cs_havana") (file "errors_20140325.log")
L 03/25/2014 - 10:22:01: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 1/player)
L 03/25/2014 - 10:22:01: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 10:22:01: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 10:22:01: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 10:22:01: [SM] Native "GetEntProp" reported: Property "m_bIsCoaching" not found (entity 2/player)
L 03/25/2014 - 10:22:01: [SM] Displaying call stack trace for plugin "spraytimer.smx":
L 03/25/2014 - 10:22:01: [SM]  [0]  Line 120, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::IsValidClient()
L 03/25/2014 - 10:22:01: [SM]  [1]  Line 68, /home/groups/alliedmodders/forums/files/1/5/2/8/2/3/131857.attach::OnClientDisconnect()
L 03/25/2014 - 10:22:04: Error log file session closed.


DragonLight 03-25-2014 09:53

Re: Spray Timer v1.1
 
Looks like CounterStrike? It's been tested under TF2, not CS, but the coaching thing probably isn't necessary anyways, I'll update it when I get home.

angel635 03-25-2014 10:12

Re: Spray Timer v1.1
 
yes CounterStrike

DragonLight 03-26-2014 17:22

Re: Spray Timer v1.1
 
Should work for CS now :)

angel635 03-26-2014 18:00

Re: Spray Timer v1.1
 
Nice ;)


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

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