ichikun1 Posted April 22, 2018 Posted April 22, 2018 (edited) Hello folks, please help how to make player cast text whlie playing sound effects everytime he/she uses skills like F1 etc..... for female & male thank's Edited April 23, 2018 by ichikun1 update question Quote
0 Start_ Posted April 23, 2018 Posted April 23, 2018 Default the text will show isn't it? Like this Quote
0 ichikun1 Posted April 23, 2018 Author Posted April 23, 2018 (edited) yes sir, but i want to change or or put some sound effect like voice ? if hi died or using skills? is this possible? - script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; } "plus this one" + soundeffect "dead.wav",0; ???? please help thank's Edited April 23, 2018 by ichikun1 Quote
0 Start_ Posted April 23, 2018 Posted April 23, 2018 You need to edit each skill line in source code to play specific sound effect when using skills. Quote
0 ichikun1 Posted April 23, 2018 Author Posted April 23, 2018 (edited) where can i find it sir? is this possible? - script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; } "plus this one" + soundeffect "dead.wav",0; if the player is dead this soundclip will play? Edited April 23, 2018 by ichikun1 Quote
0 Start_ Posted April 23, 2018 Posted April 23, 2018 Example : Swordman Bash Skills src\map\skill.cpp ( Line 1207 ) Quote
0 ichikun1 Posted April 23, 2018 Author Posted April 23, 2018 thank you mr. TARTs........ I have another idea.... Problem solved.... Thank's for mr. Christian Kontra for helping me. Stay cool sir godbless us Quote
0 daL Posted May 7, 2020 Posted May 7, 2020 @ichikun1 what is the solutions brother dont u said solved but not explain it.. we want to know too... Quote
Question
ichikun1
Hello folks, please help
how to make player cast text whlie playing sound effects everytime he/she uses skills like F1 etc..... for female & male thank's
Edited by ichikun1update question
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.