forward for the clients steamID, mapchoice and vote weight

This commit is contained in:
jenz
2026-08-20 14:42:08 +02:00
parent cb8d244030
commit d697faa470
2 changed files with 18 additions and 0 deletions
@@ -78,6 +78,11 @@ forward void OnMapVoteStart();
*/
forward void OnMapVoteEnd(const char[] map);
/**
just send the steamID, vote choice and voteweight of the client as a forward
**/
forward void OnMapVoteClientResult(char[] steamID, char[] vote_choice, int voteweight);
/**
* Is a map on the current game's official list?
* This should be treated as informative only.
@@ -85,6 +90,7 @@ forward void OnMapVoteEnd(const char[] map);
* @param map Name of map to check
* @return true if it's on the list of official maps for this game
*/
native bool IsMapOfficial(const char[] map);
/**