Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
I knew how to fix this a while ago, but I stopped scripting and iv'e completely forgot what the problem is. I run my script and i get "Runtime error, file or function cannot be found". Iv'e changed my streamer and all my plugins to .dll and everything to .dll, i have the gamemode defined in .cfg. I just can't remember haha. Can someone please help?
Posts: 126
Threads: 24
Joined: Mar 2012
Update your plugins or use nativechecker to find it.
Posts: 353
Threads: 36
Joined: Apr 2011
Reputation:
0
Did you compile your gamemode after updating your plugins and .inc ?
Posts: 1,297
Threads: 17
Joined: Apr 2011
If the gamemode.amx is 0 octects, then the script is fucked up, check that, if it is, then delet all what you did on the last update of your gamemode, otherwise, re-update includes + plugins with the new plugins and includes
If you compile with an old include and have a new plugin, then it should fuck the script up.
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
I have the plugins line in my Cfg
Posts: 1,297
Threads: 17
Joined: Apr 2011
redownload the goddamit plugin of audio streamer..
Posts: 353
Threads: 36
Joined: Apr 2011
Reputation:
0
Download latest version of audio plugin, patch it up and compile your gamemode again. See if that helps