forked from UNLOZE/sm-plugins
added feature for leader to nominate a map which skips the restrictions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user