Thanks i will try it out :)
P.S. Your english is good i can understand all :boss:
Добавлено через 7 часов 57 минут
Hey i try it but nothing works ... compiling was successfully but the changes dont work nothing works ..
* @section Defines for min/max moaning sound file index.
*/
#define SOUND_MOAN_PATH "sound/zr/zombie_moan.wav" // %d is sound file index
#define SOUND_MOAN_MIN 1
#define SOUND_MOAN_MAX 14
My Changes:
/**
* @section Defines for min/max pain sound file index.
*/
#define SOUND_MOAN_PATH "sounds/zr/zombie_pain.wav" // %d is sound file index
#define SOUND_MOAN_MIN 1
#define SOUND_MOAN_MAX 14
Добавлено через 19 часов 6 минут
imperial, nope.
1) - insert your changes into your *.inc file
2) - make sure, what that *.inc file placed in ./include directory of compiller
3) - compile plugin (compiled plugin you can find in ./compile(d?) directorty of your compiler)
4) - replase old/new plugin on your server
5) - change map ( but restart server - is better way ) to improve changes
P.S. sorry for my "perfect@ english ))
Hey i try it but nothing works ... compiling was successfully but the changes dont work nothing works ..
* @section Defines for min/max moaning sound file index.
*/
#define SOUND_MOAN_PATH "sound/zr/zombie_moan.wav" // %d is sound file index
#define SOUND_MOAN_MIN 1
#define SOUND_MOAN_MAX 14
My Changes:
/**
* @section Defines for min/max pain sound file index.
*/
#define SOUND_MOAN_PATH "sounds/zr/zombie_pain.wav" // %d is sound file index
#define SOUND_MOAN_MIN 1
#define SOUND_MOAN_MAX 14