Hello, I am fairly new to scripting and I'm doing my best to learn it as time goes on. However, I've hit a roadblock with my current project for my server.
I am trying to have a sound be "sounded" to a targeted player. For example, the current code I am using is
, however, I do not hear anything when I target my alternate account.
I have also tried
Any help would be appreciated.
I am trying to have a sound be "sounded" to a targeted player. For example, the current code I am using is
Code:
play sound "ENTITY_CAT_PURR" with volume 100 with pitch 1 at player for {_target}
I have also tried
Code:
play sound "ENTITY_CAT_PURR" to {_target}