Posts: 511
Threads: 51
Joined: Feb 2012
Reputation:
0
ok, I have just added my script and i get no errors but when I try and load the gamemode and run it on the Console thing, it says Error 19: File Or Function Not Found
help please
other gamemodes it loads.....
Post your server_log here.
The anticheat plugin fails to load, have you uploaded the .so plugin to the plugins folder ?
Posts: 511
Threads: 51
Joined: Feb 2012
Reputation:
0
I removed it, it still does nothing :@
Posts: 55
Threads: 6
Joined: Apr 2012
Reputation:
0
Download Anticheat plugin again and upload it. Might work.
Posts: 511
Threads: 51
Joined: Feb 2012
Reputation:
0
I've tryed that, I don't use streamer either.
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
Looks to me like you dont have the shared file as it sees here:
Failed (libsampgdk.so.2)
I would suggest getting that file, then retrying.
EDIT:
I was searching, and found this to be very handy with that error.
1.Download libsampgdk-x.y.z-Linux.sh.
2.Run it as follows: sudo sh sampgdk-x.y.z-Linux.sh --prefix=/usr/local/. This will install the library and headers to /usr/local/lib and /usr/local/include respectively.
3.Link against libsampgdk, e.g. g++ -shared plugin.cpp -lsampgdk -o plugin.so.
Try doing that (if you have access, if not you need to ask your host to fix it.)