forked from UNLOZE/sm-plugins
forward for the clients steamID, mapchoice and vote weight
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user