added feature for leader to nominate a map which skips the restrictions

This commit is contained in:
jenz
2023-11-04 20:48:13 +01:00
parent 0394a2a402
commit 04ab4f9602
3 changed files with 170 additions and 84 deletions
@@ -9,6 +9,11 @@ native int PushMapsIntoNominationPool(ArrayList maps);
native int RemoveMapFromNominationPool(char[] map);
native int RemoveMapsFromNominationPool(ArrayList maps);
/**
* @MapleaderNominatedMapname is the map nominated from a map leader
*/
native void GetMapleaderNominatedMap(char[] MapleaderNominatedMapname);
public SharedPlugin __pl_nominations_extended =
{
name = "nominations",