We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// C - Center Message // S - Chat Message // T - Top Message // H - Hint Message
// V - Post how the voting
This plugin http://hlmod.ru/forum/utverjdionnye-plaginy/27977-reklama-v1-3-a.html implemented this feature
void VotePrintAll(const char[] tx) { Protobuf v = view_as<Protobuf>(StartMessageAll("VotePass", USERMSG_RELIABLE)); v.SetInt("team", -1); v.SetString("disp_str", "#SFUI_Scoreboard_NormalPlayer"); v.SetString("details_str", tx); v.SetInt("vote_type", 0); EndMessage(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
// C - Center Message
// S - Chat Message
// T - Top Message
// H - Hint Message
// V - Post how the voting
This plugin http://hlmod.ru/forum/utverjdionnye-plaginy/27977-reklama-v1-3-a.html implemented this feature
The text was updated successfully, but these errors were encountered: