Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloak: Visible sign #153

Open
dd84ai opened this issue Feb 21, 2021 · 0 comments
Open

cloak: Visible sign #153

dd84ai opened this issue Feb 21, 2021 · 0 comments
Assignees

Comments

@dd84ai
Copy link
Collaborator

dd84ai commented Feb 21, 2021

lets show visual indication of nearby cloak to deaf players

idea how to show it

void ShowPlayerMissionText(uint iClientID, const wstring &text)
{
HkChangeIDSString(iClientID, 526999, text);

FmtStr caption(0, 0);
caption.begin_mad_lib(526999);
caption.end_mad_lib();

pub::Player::DisplayMissionMessage(iClientID, caption, MissionMessageType::MissionMessageType_Type2, true);

}

@dd84ai dd84ai changed the title cloak cloak: Visible sign Feb 21, 2021
@dd84ai dd84ai self-assigned this Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant