NoAdminTools: oops
This commit is contained in:
parent
fd7edc620e
commit
1e304474ac
@ -143,8 +143,6 @@ public Action Command_DisplayActiveAdmins(int client, int args)
|
||||
|
||||
public Action Command_SelfExtend(int client, int args)
|
||||
{
|
||||
PrintToChatAll("%d", g_iSelfExtends);
|
||||
|
||||
if(g_iSelfMaxExtendsAmount <= g_iSelfExtends)
|
||||
{
|
||||
ReplyToCommand(client, "[SM] Not available because this map was already self-extended %d times.", g_iSelfMaxExtendsAmount);
|
||||
|
@ -133,9 +133,9 @@ native int GetMapGroupRestriction(const char[] map, int client = 0);
|
||||
native bool GetMapVIPRestriction(const char[] map, int client = 0);
|
||||
|
||||
/**
|
||||
* gives back the amount of extends left on a map
|
||||
* Amount of Extends left on the current map
|
||||
*
|
||||
* #return amounts of extends left
|
||||
* @return amounts of extends left
|
||||
*/
|
||||
native int GetExtendsLeft();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user