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

[CSS/CS:GO] Weapon Restrict


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-25-2010 , 17:26   Re: [CSS] Weapon Restrict
Reply With Quote #131

Quote:
Originally Posted by borli View Post
Which admin flag do admins have to have in order to change the weapon restrict cvars and use the weapon restrict admin commands in game? cos I don't want my regular admins to change it while in game playing. Is it possible to allocate it to cvar flag or any custom flag, so that I can uncheck this flag for my admins.
In admin_levels.cfg you can add more custom flags if not enough.
Already flags = abcdefghijklmn z
and custom flags = opqrst

In admin_overrides.cfg you can change flag specifiec commands
Code:
Overrides
{
    /**
     * By default, commands are registered with three pieces of information:
     * 1)Command Name         (for example, "csdm_enable")
     * 2)Command Group Name    (for example, "CSDM")
     * 3)Command Level        (for example, "changemap")
     *
     * You can override the default flags assigned to individual commands or command groups in this way.
     * To override a group, use the "@" character before the name.  Example:
     * Examples:
     *        "@CSDM"            "b"                // Override the CSDM group to 'b' flag
     *         "csdm_enable"    "bgi"            // Override the csdm_enable command to 'bgi' flags
     *
     * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
     * any setting that csdm_enable previously had.
     *
     * You can make a command completely public by using an empty flag string.
     */
    "sm_restrict"       "q"
    "sm_unrestrict"     "q"
    "sm_knives"         "q"
    "sm_pistols"        "q"
    "sm_dropc4"         "q"
}
__________________
Do not Private Message @me
Bacardi is offline
borli
Member
Join Date: Dec 2009
Old 02-26-2010 , 09:08   Re: [CSS] Weapon Restrict
Reply With Quote #132

Quote:
Originally Posted by YouzAMenace View Post
changing the cvars for any weapon is the cvar flag. So dont allow them the cvar flag and they shouldnt have the commands to do so. The only command i believe that isnt convar is the sm_dropc4 command that is the ban flag.
thx, I've done so.
borli is offline
borli
Member
Join Date: Dec 2009
Old 02-26-2010 , 09:19   Re: [CSS] Weapon Restrict
Reply With Quote #133

Suggestion: Is it possible for this plugin to disable hlstatsx logging during warmup time?
borli is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 02-26-2010 , 10:58   Re: [CSS] Weapon Restrict
Reply With Quote #134

i dont know the commands for hlstatsx if you know it post it and ill try and add it.
Dr!fter is offline
real.mom
Junior Member
Join Date: Mar 2009
Old 02-27-2010 , 05:25   Re: [CSS] Weapon Restrict
Reply With Quote #135

Hey, 1st of all, GOOD Job, working fine on my 3 CSS Servers.
I'm enjoying the admin immunity of awp restrictions :-D

Would it be possible to add a cvar to define a custom sound played when trying to buy a restricted weapon? In my mind, the standart sound is soooo annoying^^

This would be very very great!

Thank you, have a nice weekend!
real.mom is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 02-27-2010 , 10:42   Re: [CSS] Weapon Restrict
Reply With Quote #136

Quote:
Originally Posted by real.mom View Post
Hey, 1st of all, GOOD Job, working fine on my 3 CSS Servers.
I'm enjoying the admin immunity of awp restrictions :-D

Would it be possible to add a cvar to define a custom sound played when trying to buy a restricted weapon? In my mind, the standart sound is soooo annoying^^

This would be very very great!

Thank you, have a nice weekend!
Ill work on something soon for that.

On another note, http://forums.alliedmods.net/showthread.php?t=119970
a more advanced per player. Runs any command you want meaning you can unrestrict/restrict any gun you want based on player count I suggest if you run the above plugin that you disable the perplayer in the weapon restrict plugin and run every command in the advanced per player plugin. Enjoy.
Dr!fter is offline
G4nd4lf
New Member
Join Date: Feb 2010
Old 02-28-2010 , 07:01   Re: [CSS] Weapon Restrict
Reply With Quote #137

Hi,

i'm just setting up my first server and installt your plugin. It works just fine. Thank you very mutch for your hard work.

I have one suggestion, that would improve the handeling of this plugin. Is it possibe to add the commands:
sm_unrestrict @all
sm_pistols
sm_knife

to the admin menu? This would speed up the usage.

regards

Gandalf
G4nd4lf is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-28-2010 , 23:20   Re: [CSS] Weapon Restrict
Reply With Quote #138

Quote:
Originally Posted by G4nd4lf View Post
Hi,

i'm just setting up my first server and installt your plugin. It works just fine. Thank you very mutch for your hard work.

I have one suggestion, that would improve the handeling of this plugin. Is it possibe to add the commands:
sm_unrestrict @all
sm_pistols
sm_knife

to the admin menu? This would speed up the usage.

regards

Gandalf
You can built yourself ?
Create cfg-files with restrict commands then you can add through adminmenu_custom.txt
Bacardi is offline
borli
Member
Join Date: Dec 2009
Old 03-01-2010 , 08:27   Re: [CSS] Weapon Restrict
Reply With Quote #139

Plugin started generating errors on our servers yesterday. Maybe because I enabled awp per player restriction. Here's what I've done:
in weapon_restrict.cfg
Quote:
...
sm_perplayer_restrict "1"
...
sm_restrict_awp_ct "2"
sm_restrict_awp_t "2"
...
in perplayerrestrict.txt
Quote:
"AwpRestrict"
{
"awp"
{
"5" "0"
"10" "1"
"16" "2"
}
}
here is the error log:
Quote:
L 02/28/2010 - 22:58:51: SourceMod error session started
L 02/28/2010 - 22:58:51: Info (map "de_dust2") (file "errors_20100228.log")
L 02/28/2010 - 22:58:51: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:51: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:51: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:51: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:52: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:52: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:52: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:52: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:53: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:53: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:53: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:53: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:54: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:54: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:54: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:54: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:55: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:55: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:55: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:55: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:56: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:56: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:56: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:56: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:57: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:57: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:57: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:57: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:58: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:58: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:58: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:58: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:58:59: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:58:59: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:58:59: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:58:59: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:00: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:00: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:00: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:00: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:01: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:01: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:01: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:01: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:02: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:02: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:02: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:02: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:03: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:03: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:03: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:03: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:04: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:04: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:04: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:04: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:05: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:05: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:05: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:05: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:06: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:06: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:06: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:06: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:07: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:07: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:07: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:07: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:08: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 3)
L 02/28/2010 - 22:59:08: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:08: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:08: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:09: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:09: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:09: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:09: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:10: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:10: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:10: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:10: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:11: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:11: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:11: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:11: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:12: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:12: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:12: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:12: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:13: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:13: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:13: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:13: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:14: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 3)
L 02/28/2010 - 22:59:14: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:14: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:14: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:15: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:15: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:15: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:15: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:16: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:16: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:16: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:16: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:17: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:17: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:17: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:17: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:18: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:18: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:18: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:18: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:19: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 3)
L 02/28/2010 - 22:59:19: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:19: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:19: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:20: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:20: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:20: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:20: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:21: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:21: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:21: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:21: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:22: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:22: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:22: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:22: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:23: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:23: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:23: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:23: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:24: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:24: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:24: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:24: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:25: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:25: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:25: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:25: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:26: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 3)
L 02/28/2010 - 22:59:26: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:26: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:26: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:27: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:27: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:27: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:27: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:28: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:28: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:28: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:28: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:29: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:29: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:29: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:29: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:590: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:590: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:590: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:590: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:591: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:591: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:591: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:591: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:592: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:592: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:592: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:592: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:593: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:593: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:593: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:593: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:594: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:594: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:594: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:594: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:595: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:595: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:595: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:595: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:596: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:596: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:596: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:596: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:597: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:597: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:597: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:597: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:598: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:598: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:598: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:598: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:599: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:599: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:599: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:599: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:40: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:40: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:40: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:40: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:41: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:41: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:41: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:41: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:42: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:42: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:42: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:42: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:43: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:43: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:43: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:43: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:44: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:44: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:44: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:44: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:45: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:45: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:45: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:45: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:46: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:46: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:46: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:46: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:47: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:47: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:47: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:47: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:48: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:48: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:48: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:48: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:49: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:49: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:49: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:49: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:50: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:50: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:50: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:50: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:51: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:51: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:51: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:51: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:52: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:52: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:52: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:52: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:53: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:53: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:53: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:53: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:54: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:54: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:54: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:54: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:55: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:55: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:55: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:55: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:56: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:56: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:56: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:56: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:57: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:57: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:57: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:57: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:58: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:58: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:58: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:58: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 22:59:59: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 22:59:59: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 22:59:59: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 22:59:59: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 23:00:00: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 23:00:00: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 23:00:00: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 23:00:00: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 23:00:01: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 23:00:01: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 23:00:01: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 23:00:01: [SM] [1] Line 128, restrictinc/warmup.sp::WarmupCount()
L 02/28/2010 - 23:00:02: [SM] Native "KillTimer" reported: Invalid timer handle b447020e (error 1)
L 02/28/2010 - 23:00:02: [SM] Displaying call stack trace for plugin "weapon_restrict.smx":
L 02/28/2010 - 23:00:02: [SM] [0] Line 24, restrictinc/warmup.sp::KillRespawnTimer()
L 02/28/2010 - 23:00:02: [SM] [1] Line 18, restrictinc/warmup.sp::OnClientDisconnect()
L 02/28/2010 - 23:00:02: Error log file session closed.
This bug has been generated on other maps too. this is just a log fraction.

Last edited by borli; 03-01-2010 at 08:31.
borli is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 03-01-2010 , 09:07   Re: [CSS] Weapon Restrict
Reply With Quote #140

Ill have a look this is the reason i didnt want to add respawn to warmup Anyone else having this log msg? its from the warmup with respawn enabled.

Edit: try the version i just posted up. I saw a few places that could have been casuing it so hopefully its fixed now.

Last edited by Dr!fter; 03-01-2010 at 09:20.
Dr!fter is offline
Reply



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

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

Forum Jump


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


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