Question about “Gman/time to choose” #28
Unanswered
latelyjustwannadream
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't understand much about scripting and in your code I couldn't find how I can change the default “gman/gman_choose2” to my sounds.
I only found in map/modchooser.inc : g_SOUND_GmanChoose, but I haven't come across that yet.
what i wanted to do(example)
public plugin_precache()
{
precache_sound(“misc/nextmap.wav”)
precache_sound(“misc/nextmode.wav”)
}
client_cmd(0, “spk misc/nextmode”)
client_cmd(0, “spk misc/nextmap”)
Beta Was this translation helpful? Give feedback.
All reactions