[Half-Life AMXX] / restmenu.sma Repository:
ViewVC logotype

Diff of /restmenu.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Tue Oct 30 09:08:11 2007 UTC revision 18, Sat Nov 17 17:07:31 2007 UTC
# Line 623  Line 623 
623          return PLUGIN_HANDLED          return PLUGIN_HANDLED
624  }  }
625    
626    public CS_InternalCommand(id, const cmd[])
627    {
628            new a = 0
629    
630            do
631            {
632                    if (equali(g_Aliases[g_AliasBlock[a]], cmd) || equali(g_Aliases2[g_AliasBlock[a]], cmd))
633                    {
634                            client_print(id, print_center, "%s", g_Restricted)
635                            return PLUGIN_HANDLED
636                    }
637            } while (++a < g_AliasBlockNum)
638    
639            return PLUGIN_CONTINUE
640    }
641    
642  public client_command(id)  public client_command(id)
643  {  {
644          if (g_AliasBlockNum)          if (g_AliasBlockNum)

Legend:
Removed from v.1  
changed lines
  Added in v.18

Contact
ViewVC Help
Powered by ViewVC 1.0.4