forked from UNLOZE/sm-plugins
added native to leader to get if a client if one of the possible leaders. added to mapchooser that random picked maps respect cooldowns as well. changed so leaders and admins skip all cooldowns and restrictions
This commit is contained in:
@@ -15,3 +15,9 @@ native Leader_CurrentLeader();
|
||||
* @param client Client index to be set as leader
|
||||
*/
|
||||
native Leader_SetLeader(client);
|
||||
/**
|
||||
* checks if client is possible leader
|
||||
*
|
||||
* @param client Client index to check if leader
|
||||
*/
|
||||
native Leader_Is(client);
|
||||
|
||||
Reference in New Issue
Block a user