AdminMod.de
https://www.adminmod.de/

hm komsiches problem mit plugin_sank_sound
https://www.adminmod.de/viewtopic.php?t=3815
Seite 1 von 1

Autor:  goofz [ 08.08.2002, 16:44 ]
Betreff des Beitrags:  hm komsiches problem mit plugin_sank_sound

also ich hab folgendes problem:

ich habe das plugin neucompiliert (weinxp und dan mit diesem umwandel tool in eine linux bin)


#define ACCESS_SOUND 512+64 // Access level for advanced sound commands.

new FILENAME[MAX_DATA_LENGTH] = "SND-LIST.CFG"; // Name of file to parse.
#define MAX_KEYWORDS 60 // Maximum number of keywords
#define MAX_RANDOM 15 // Maximum number of wavs per keyword
#define TOK_LENGTH 80 // Maximum length of keyword and wav file strings
#define NUM_PER_LINE 2 // Number of words per line from admin_sound_help


so sah es dann aus aber anstatt zu funktionieren gab es dann ständig fehlermeldungen. hier mal ein auszug von der hlsw console:



17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:41:59 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:00 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:01 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.
17:42:02 ERROR: CPlugin::HandleCommand called when no AMX present for plugin '/users/hl_2722/hlcstrike_15/cstrike/dlls/plugin_sank_sounds.amx'.


waere net wenn mir einer ein tipp geben koennte was ich falsch gemacht habe. mach das zum ersten mal mit diesen plugins.

gruss goofz

schso nochwas falls es von bedeutung ist: diese fehlermeldungen oben komen nur wenn leute auf dem server sind egal ob sie was schreiben oder net

Autor:  Smudo [ 12.08.2002, 14:18 ]
Betreff des Beitrags: 

Die Fehermeldung (en) besagen eigentlilch nur, dass beim Laden des PLugins ein Fehler aufgetreten ist und das Plugin darum nicht geladen wurde (nicht wörtlich aber das ist wahrscheinlich passiert). Ist also noch irgendwo ein Bock in der .sma datei würde ich jetzt mal so vermuten.

Seite 1 von 1 Alle Zeiten sind UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/