New CSS server + Event scripts

Post Reply
Nato
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Oct 10, 2012 12:44 pm

New CSS server + Event scripts

Post by Nato »

Hey all, i've been trying to get event scripts to load on a brand new NFO server and i'm having no luck at all. The last post I found related to it was back in 2010 and said that ES was having issues and had to be triggered manually via rcon, is this still true?

I've used the auto installer via the server control panel and added the following two lines to the autoexec.cfg:

mattie_eventscripts 1
es_load 16k

I then created the directory "16k" in addons/eventscripts and copied the es_16k.txt into that directory.

After restarting the server it's still not giving cash on player spawn events. Am I missing a step or are event scripts still not working correctly??

I know the script works because it's in use on another server and working fine.

Greatly appreciate any help I can get on this!
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Re: New CSS server + Event scripts

Post by FlyingMongoose »

Doesn't that script require mani or some other plugin that allows for it to trigger the giving of cash?
Image
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: New CSS server + Event scripts

Post by J-English »

If You`re using noblock es, Use this one

Code: Select all

http://addons.eventscripts.com/addons/view/dontblock
This always worked for me.

I would personally use sourcemod plugins - Less buggy
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: New CSS server + Event scripts

Post by Edge100x »

I also recommend against using ES if you can, as it's buggy and has fallen out of favor versus Sourcemod. With SM, there are multiple plugins that can do what you want: http://www.nfoservers.com/forums/viewto ... =40&t=4444
Nato
New to forums
New to forums
Posts: 3
Joined: Wed Oct 10, 2012 12:44 pm

Re: New CSS server + Event scripts

Post by Nato »

I converted to SM, cash plugin is now working like a charm!

I did however run into another problem, trying to install a weapon restrict mod for SM and it requires sdkhooks which I downloaded and installed but when rebooting the server this shows in the console:

10/17/2012 - 00:46:29: [SM] Unable to load extension "sdkhooks.ext": /servers/ogc/orangebox/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory

sm plugins list shows this:
sm plugins list
[SM] Listing 20 plugins:
01 "Client Preferences" (1.5.0-dev+3664) by AlliedModders LLC
02 "SM Cash" (1.3) by brizad
03 "Basic Votes" (1.5.0-dev+3664) by AlliedModders LLC
04 "Basic Ban Commands" (1.5.0-dev+3664) by AlliedModders LLC
05 "Admin Help" (1.5.0-dev+3664) by AlliedModders LLC
06 "Admin File Reader" (1.5.0-dev+3664) by AlliedModders LLC
07 "Admin Menu" (1.5.0-dev+3664) by AlliedModders LLC
08 "HLstatsX CE Ingame Plugin" (1.6.15) by psychonic
09 "Fun Commands" (1.5.0-dev+3664) by AlliedModders LLC
10 "Player Commands" (1.5.0-dev+3664) by AlliedModders LLC
11 <Failed> "Weapon Restrict" (3.0.9) by Dr!fter
12 "Nextmap" (1.5.0-dev+3664) by AlliedModders LLC
13 "Basic Comm Control" (1.5.0-dev+3664) by AlliedModders LLC
14 "Fun Votes" (1.5.0-dev+3664) by AlliedModders LLC
15 "Basic Chat" (1.5.0-dev+3664) by AlliedModders LLC
16 "Anti-Flood" (1.5.0-dev+3664) by AlliedModders LLC
17 "Basic Commands" (1.5.0-dev+3664) by AlliedModders LLC
18 "Reserved Slots" (1.5.0-dev+3664) by AlliedModders LLC
19 "Sound Commands" (1.5.0-dev+3664) by AlliedModders LLC
20 "Basic Info Triggers" (1.5.0-dev+3664) by AlliedModders LLC

I've downloaded sdkhooks several times to ensure it wasn't just missing a file the first time but it still has the same files.

I know this isn't really your plugin but hopefully someone has ran into a problem like this before and has some ideas?
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Re: New CSS server + Event scripts

Post by FlyingMongoose »

SDK Hooks is included in sourcemod itself. If it is not loading properly it may not be working at all. You can attempt to run a snapshot version, however you would not be able to utilize NFO's automated installers if you do so. Also snapshots also require snapshots of metamod: Source
Image
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: New CSS server + Event scripts

Post by Edge100x »

FlyingMongoose, SDK Hooks is not included with Sourcemod. You may be thinking of SDK Tools.

SDK Hooks is available from: http://users.alliedmods.net/~psychonic/ ... hooks/2.2/
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Re: New CSS server + Event scripts

Post by FlyingMongoose »

Oh yeah, yep you're right it's been quite some time since I've needed to use it... I think the last time I did was in um.. 2008. Sorry 'bout that.
Image
Nato
New to forums
New to forums
Posts: 3
Joined: Wed Oct 10, 2012 12:44 pm

Re: New CSS server + Event scripts

Post by Nato »

Re-installed sdkhooks for the third time when I woke up this morning and all is working now :/

Sometimes life is just great..

Thanks again for the help :)
Post Reply