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
you need to right click.
look for player death or whatever the correct hook is (hooks are like hooking your own scripts onto the games pre-existing scripts so like the hook "onplayerhurt" will call all your commands connected to it when a player is hurt)
then add a server only pin so the server runs the rest of the script
find a sound or whatever the name of the pin is, just go wild until you find it. (you can hover over commands for what they do)
get a getpos pin and get the position of the player that died. (the playerdeath hook should have a blue pin you can connect the getpos pin to)
take the playsound command and connect the orange of the getpos to the orange of the playsound.
to get a sound hold c and go to the sound browser in the top left.
put it in the sound thing.
should work i think