Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
for example, here is a taunt I added
addTaunt("Bruit", {"prophunters/noise.wav"}, "props", nil, {"Noise"})
and the path to the file is [server file]\GarrysModDS\garrysmod\sound\prophunters\noise.wav
you can see that the path begin with the file inside sound, and not sound itself
Another way to check whether it's from the path or the file itself is to extract a tauntpack, put the files in your server and replace one sound with your taunt (rename your taunt with the name of the file you replace) and to play the taunt in game: if it play your cudtom taunt, the problem is with the path, if it remain silent, the problem is with the file
hope it helps :)
i have tried mp3 and wav files but nether worked or do i have to compress the files or something else?