AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   change the sounds of awp (https://forums.alliedmods.net/showthread.php?t=338178)

abaskime 06-14-2022 14:50

change the sounds of awp
 
I need a plugin to change the sounds of awp
Can you help please

CryWolf 06-22-2022 16:22

Re: change the sounds of awp
 
Search: ?
https://forums.alliedmods.net/showthread.php?t=43979

It can change Weapon Model / Sound
Code:

file: | amxmodx/configs/new_weapons.ini

syntax: | "old model/sound file" "new model/sound file" ["Team"]
example : | "models/model.mdl" "models/newmodel.mdl"
example : | "sound/weapons/sound.wav" "sound/weapons/newsound.wav" "CT"
example : | "models/v_knife.mdl" "models/v_knife2.mdl" "T"
example : | "models/p_rocketlauncher.mdl" "models/p_rocketlauncher2.mdl" "Axis"

-> example : | "sound/weapons/sound.wav" "sound/weapons/newsound.wav" "CT"

OciXCrom 06-23-2022 14:19

Re: change the sounds of awp
 
No, it can't. Changing weapon sounds is not possible. It's clearly written in the thread:

Quote:

Sounds however only work for melee weapons (IE: knife, crowbar).
You need to rewrite the entire weapon script in order to do that.


All times are GMT -4. The time now is 02:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.