Posts: 354
Threads: 16
Joined: Jun 2014
Show your whole server log.
You must be missing something, like a plugin or maybe the .amx of your script is not in your gamemodes folder.
Posts: 817
Threads: 136
Joined: Mar 2013
Reputation:
0
Do you have the .amx file?
Try re-compiling the gamemode.
or re-download Audio plugin? :d
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
The script is compiled with version 0.4 and in 0.5 version (the one you loaded) Audio_Seek was replaced with Audio_SetPosition so you'll need to modify the script or downgrade the plugin's version.
Posts: 1,398
Threads: 25
Joined: Jan 2014
Reputation:
0
get native checker plugin
+ get latest audio plugin
Posts: 119
Threads: 13
Joined: Jun 2014
Reputation:
0
Thank you all, and ill try what Konstantinos told me :P
Posts: 119
Threads: 13
Joined: Jun 2014
Reputation:
0
Alright well i changed all the Audio_Seek in the gm to Audio_SetPosition and now i have to define it, so i put #define AUDIO_SETPOSITION (what number do i put here?)