Posts: 32
Threads: 6
Joined: Dec 2009
Reputation:
0
Whenever I launch the server with #include <streamer> in gamemode and everything in the server folder I get the "Run time error 19: "File or function is not found".
Any solution to this? The streamer has worked before.
Posts: 382
Threads: 1
Joined: Nov 2007
Reputation:
0
Are you sure you have the plugin called in the server.cfg file?
Posts: 32
Threads: 6
Joined: Dec 2009
Reputation:
0
Yes-
I've tried:
plugins streamer
plugins streamer.dll
Both of them won't work.
Posts: 112
Threads: 5
Joined: Aug 2010
Reputation:
0
You have defined all? And, your GM compile good? Don't have any error/warn?
Posts: 414
Threads: 8
Joined: Jan 2010
Reputation:
0
Is the plug-in(.dll or .so) and the include (.inc) the same version?it happened to me once, I updated the plug-in without updating the include.