Page 1 of 1

EventScript emote

Posted: Fri Jun 11, 2010 5:48 am
by johndoe
After I installed
http://addons.eventscripts.com/addons/view/emote
it did not work and this is in the KAC.log

Code: Select all

L 06/10/2010 - 21:37:51: Player bLaZe (STEAM_0:0:7165XXX) tried to execute cheat command: extras/grin/info_speech.mdl
L 06/10/2010 - 22:00:04: Player bLaZe (STEAM_0:0:7165XXX) tried to execute cheat command: extras/grin/info_speech.mdl
L 06/10/2010 - 22:31:22: Player {Cop} the_ratâ„¢ (STEAM_0:0:1058XXX) tried to execute cheat command: extras/frown/info_speech.mdl
L 06/10/2010 - 22:39:55: Player IISUITE[Pronounced:Too sweet] (STEAM_0:0:19422XXX) tried to execute cheat command: extras/grin/info_speech.mdl
Is there an exploit in this eventscript that is blocked?

Re: EventScript emote

Posted: Fri Jun 11, 2010 7:55 am
by Kigen

Re: EventScript emote

Posted: Fri Jun 11, 2010 7:13 pm
by johndoe
Did that
and yes it fixed the cheat command missing bug

but the EventScript emote is still not working
tried to execute cheat command: extras/grin/info_speech.mdl error

Re: EventScript emote

Posted: Sat Jun 12, 2010 6:22 am
by Kigen
KAC 1.2.1.0 does not generate "tried to execute cheat command:" log messages, only versions 1.1.9 and older do.

Re: EventScript emote

Posted: Sun Jun 13, 2010 8:57 am
by johndoe
More then one bug then

we are running
from source code: #define PLUGIN_VERSION "1.2.1.0"

we are also having a lot of server crashes as well with "1.2.1.0"

Re: EventScript emote

Posted: Sun Jun 13, 2010 9:46 am
by Kigen
As far as the server crashes make sure your SourceMod is the latest version (1.3.2). There are know crash issues with older versions of SourceMod.

Can you post the output of "rcon sm plugins list"?

Re: EventScript emote

Posted: Sun Jun 13, 2010 11:27 am
by johndoe
11:11:21 [SM] Listing 37 plugins:
01 "Player Commands" (1.3.2) by AlliedModders LLC
02 "Basic Chat" (1.3.2) by AlliedModders LLC
03 "Reserved Slots" (1.3.2) by AlliedModders LLC
04 "Timed Ban Loader" (1.2) by the_rat
05 "Basic Votes" (1.3.2) by AlliedModders LLC
06 "Client Preferences" (1.3.2) by AlliedModders LLC
07 "Swear Replacement" (1.4) by Hell Phoenix
08 "Admin Menu" (1.3.2) by AlliedModders LLC
09 "Basic Comm Control" (1.3.2) by AlliedModders LLC
10 "Admin Help" (1.3.2) by AlliedModders LLC
11 "AFK Manager" (3.2.4) by Rothgar
12 "Advanced Voting" (1.1.4) by GachL
13 "Basic Ban Commands" (Custom 1.3.2.4) by AlliedModders LLC
14 "Sound Commands" (1.3.2) by AlliedModders LLC
15 "Teamswitch Menu" (0.2.4) by R-Hehl
16 "Too Late To Ban" (1.0.0b) by Shenton
17 "Rock The Vote" (1.1.0-svn) by AlliedModders LLC
18 "Simple Teleport" (1.1) by Taco
19 "disconnect.smx"
20 "Fun Commands" (1.3.2) by AlliedModders LLC
21 "Simple Teleport" (1.1) by Taco
22 "Anti-Flood" (1.3.2) by AlliedModders LLC
23 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88
24 "MapChooser" (1.1.0) by AlliedModders LLC
25 "mapvote-reweight" (1.1.1) by Zerak
26 "Nextmap" (1.3.2) by AlliedModders LLC
27 "Quake Sounds" (2.7) by dalto, Grrrrrrrrrrrrrrrrrrr, and psychonic
28 "Fun Votes" (1.3.2) by AlliedModders LLC
29 "Admin File Reader" (1.3.2) by AlliedModders LLC
30 "map-decals.smx" (1.2) by Berni, Stingbyte
31 "Basic Info Triggers" (1.3.2) by AlliedModders LLC
32 "Basic Commands" (1.3.2) by AlliedModders LLC
33 "Mapvote" (1.2.1) by Zerak
34 "Map Nominations" (1.2.2-dev) by AlliedModders LLC
35 "TeamIdRetriver" (0.0.1) by R-Hehl
36 "Kigen's Anti-Cheat" (1.2.1.0) by Kigen
37 "gameME Plugin" (3.2) by TTS Oetzel & Goerz GmbH
latest version of SourceMod is on the server

The only other server protection we are running is
ES servsecurity 0.8.3 (modified for our HL2DM sever)

Re: EventScript emote

Posted: Sun Jun 13, 2010 5:23 pm
by Kigen
I would highly recommend removing EventScripts.

Re: EventScript emote

Posted: Mon Jun 14, 2010 12:08 am
by Blackfoot
The only things i ever see servsecurity protect is preventing commands being done while your joining the server.


other then that KAC protect all the same and even more.

Most Likely its this line banning

Code: Select all

                es_fire event_var(userid) !self addoutput server_var(emote_format3)
                es_fire event_var(userid) server_var(emote_format) SetParent server_var(emote_format2)
                es_fire event_var(userid) server_var(emote_format) SetAnimation idle
                es_fire event_var(userid) server_var(emote_format) addoutput "angles 0 0 0"
                es_fire event_var(userid) server_var(emote_format) addoutput "solid 0"
                es_xformatv emote_format2 "OnUser1 !self,Kill,,%1,1" emote_lifetime
                es_fire event_var(userid) server_var(emote_format) addoutput server_var(emote_format2)
                es_fire event_var(userid) server_var(emote_format) FireUser1