User
Pass
2FA
 
 

Plugin amx_who - cel mai bun

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash
Author Message4876
[ADMINISTRATOR]csdm

[CSDM.FREAKZ.RO]



Status: Offline
(since 27-04-2012 19:52)
Joined: 28 Jan 2012
Posts: 85, Topics: 29
Location: Romania

Reputation: 49.7
Votes: 5

Post Posted: 04-02-2012, 09:16:55 | Translate post to: ... (Click for more languages)

Nume: amx_who
Versiune: 2.0
Download: [ http://www.girlshare.ro/881135.2 ]

Code:
Owner -- abcdefghijklmnopqrstu
MaresaL -- abcdefghijklmnopqtu
GeneraL --abcdefghijklmnopqr
ColoneL -- abcdefghijklmnopt
Maior -- abcdefghijmnqrst
Sergent -- abcefgijmnoqrs
Soldat -- b


Instalare:
1. Fisierul amx_who.sma il puneti in
Code:
addons/amxmodx/scripting

2. Fisierul amx_who.amxx il puneti in addons/amxmodx/plugins
3. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
Code:
amx_who.amxx



Comenzi administrative

amx_who - admin_who



[!] Sau o alta versiune: new amxx who


Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New AMXX Who"
#define VERSION "1.0"
#define AUTHOR "Alka"

#define CharsMax(%1) sizeof %1 - 1

#define MAX_GROUPS 11

new g_groupNames[MAX_GROUPS][] = {
   
   "<<<Detinator>>>",
   "<<<RevoModerator>>>",
   "<<<Zeu>>>",
   "<<<SuperModerator>>>",
   "<<<Moderator>>>",
   "<<<MiniModerator>>>",
   "<<<Administrator>>>",
   "<<<Helper>>>",
   "<<<AdminProba>>>",
   "<<<Slot's>>>",
   "<<<V>I<P>>>"
}

new g_groupFlags[MAX_GROUPS][] = {
   
   "abcdefghijklmnopqrstu", // <<<Detinator>>>
   "abcdefghijklmnopqrs", // <<<RevoModerator>>>
   "abcdefghijlmnopqrs", // <<<Zeu>>>
   "abcdefghijmnopq", // <<<SuperModerator>>>
   "abcdefgijmnopq", // <<<Moderator>>>
   "abcdefijmnop", // <<<MiniModerator>>>
   "abcdefijmn", // <<<Administrator>>>
   "abcdeijm", // <<<Helper>>>
   "abcdej", // <<<AdminProba>>>
   "abc", // <<<Slot's>>>
   "ab" //<<<V>I<P>>>
}

new g_groupFlagsValue[MAX_GROUPS];

public plugin_init() {
   
   register_plugin(PLUGIN, VERSION, AUTHOR);
   
   for(new i = 0 ; i < MAX_GROUPS ; i++)
      g_groupFlagsValue[i] = read_flags(g_groupFlags[i]);
   
   register_clcmd("amx_who", "cmdWho", -1, "");
   register_clcmd("say /who", "cmdWho", -1, "");
   register_clcmd("say /admins", "cmdWho", -1, "");
}


public cmdWho(id)
{
   static sPlayers[32], iNum, iPlayer;
   static sName[32], sBuffer[1024];
   
   static iLen;
   iLen = formatex(sBuffer, sizeof sBuffer - 1, "<body bgcolor=#000000><font color=#7b68ee><pre>");
   iLen += formatex(sBuffer[iLen], CharsMax(sBuffer) - iLen,"<center><h2><font color=^"red^"><B>Admins Online</B></font></h2></center>^n^n");
   
   get_players(sPlayers, iNum, "ch");
   
   for(new i = 0; i < MAX_GROUPS ; i++)
   {   
      iLen += formatex(sBuffer[iLen], CharsMax(sBuffer) - iLen, "<center><h5><font color=^"yellow^">..::<B>%s</B>::..^n</font></h5></center>", g_groupNames[i]);
     
      for(new x = 0; x < iNum ; x++)
      {   
         iPlayer = sPlayers[x];
         
         if(get_user_flags(iPlayer) == g_groupFlagsValue[i])
         {
            get_user_name(iPlayer, sName, sizeof sName - 1);
            iLen += formatex(sBuffer[iLen], CharsMax(sBuffer) - iLen, "<center>%s^n</center>", sName);
         }
      }
   }
   show_motd(id, sBuffer, "AMXX Who");
   return 0;
}



- Se instaleaza ca si primul.


COPILATOR ONLINE : http://amx.freakz.ro [pentru copilarea sursei de mai sus]





0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash  


The time now is 12-02-2025, 05:11:28
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password