Cerere Plugin amx_who

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
Post Reply
albertohks
Membru, skill +1
Membru, skill +1
Posts: 121
Joined: 11 Sep 2012, 13:45
Detinator Steam: Da
Detinator server CS: 89.44.246.212:27015
SteamID: Loord_DLL
Has thanked: 3 times

02 Dec 2013, 15:56

Buna Ziua! Ma poate ajuta si pe mine cineva cu un amx_who in consola .. sa contina aceste grade + si sa-mi faceti accese.

==============================
;Owner abcdefijmnopqrstu |
==============================

==============================
;Co-Owner abcdefijmnopqrst |
==============================

==============================
---------- [3] God ----------
---------- [4] Semi-God ----------
---------- [5] Prince ----------
---------- [6] Administrator ----------
---------- [7] Moderator ----------
---------- [8] Helper ----------
---------- [9] Medic ----------
---------- [10] Loyalty HigLife ----------
---------- [11] Slot ----------
=================================


De la moderator injos sa nu aibe acce la ban, si imunitate sa aibe doar Owner , si co-owner .. si sa-mi scoateti functia


; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by
Image
RoyalServer
User avatar
Ra # k1du
Membru, skill +3
Membru, skill +3
Posts: 1246
Joined: 03 Feb 2012, 15:25
Detinator Steam: Da
CS Status: Best player of the week !
Detinator server CS: furien.cyberz.ro
SteamID: kdzlovefun
Has thanked: 81 times
Been thanked: 42 times
Contact:

02 Dec 2013, 16:10

albertohks wrote:Buna Ziua! Ma poate ajuta si pe mine cineva cu un amx_who in consola .. sa contina aceste grade + si sa-mi faceti accese.

==============================
;Owner abcdefijmnopqrstu |
==============================

==============================
;Co-Owner abcdefijmnopqrst |
==============================

==============================
---------- [3] God ----------
---------- [4] Semi-God ----------
---------- [5] Prince ----------
---------- [6] Administrator ----------
---------- [7] Moderator ----------
---------- [8] Helper ----------
---------- [9] Medic ----------
---------- [10] Loyalty HigLife ----------
---------- [11] Slot ----------
=================================


De la moderator injos sa nu aibe acce la ban, si imunitate sa aibe doar Owner , si co-owner .. si sa-mi scoateti functia


; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by
Poftim, daca te-am ajutat poti da un +multumesc.

Code: Select all

#include <amxmodx>
#include <amxmisc>
#define MAX_GROUPS 11
new g_groupNames[MAX_GROUPS][] = {
"==[Owner]==",
"==[Co-Owner]==",
"==[God]==",
"==[Semi-God]==",
"==[Prince]==",
"==[Administrator]==",
"==[Moderator]==",
"==[Helper]==",
"==[Medic]==",
"==[Loyalty HigLife]==",
"==[Slot]=="
}
new g_groupFlags[MAX_GROUPS][] = {
"abcdefghijklmnopqrstu",
"abcdefghijklmnopqrst",
"bcdefghijkmnopqrsu",
"bcdefghijkmnopqru",
"bcdefghijmnopqru",
"bcdefghijmnou",
"bcdefghij",
"bceij",
"bceij",
"abi",
"b"
}
new g_groupFlagsValue[MAX_GROUPS]
public plugin_init() {
register_plugin("Amx Who by k1du", "1.0", "zombie-team.eu.ro")
register_concmd("amx_who", "cmdWho", 0)
for(new i = 0; i < MAX_GROUPS; i++) {
g_groupFlagsValue[i] = read_flags(g_groupFlags[i])
}
}
public cmdWho(id) {
new players[32], inum, player, name[32], i, a
get_players(players, inum)
console_print(id, "Admini serverului HighLife.CsBlackDevil.Com")
for(i = 0; i < MAX_GROUPS; i++) {
console_print(id, "-----[%d]%s-----", i+1, g_groupNames[i])
for(a = 0; a < inum; ++a) {
player = players[a]
get_user_name(player, name, 31)
if(get_user_flags(player) == g_groupFlagsValue[i]) {
console_print(id, "%s", name)
}
}
}
console_print(id, "Admini serverului HighLife.CsBlackDevil.Com")
return PLUGIN_HANDLED
}
Last edited by Ra # k1du on 02 Dec 2013, 16:56, edited 1 time in total.
http://evict.ro - un forum pentru toti !
smileye
Fost moderator
Fost moderator
Posts: 4648
Joined: 12 Jun 2012, 15:18
Detinator Steam: Da
Reputatie: Fost moderator
Has thanked: 258 times
Been thanked: 38 times
Contact:

02 Dec 2013, 16:15

albertohks wrote:Buna Ziua! Ma poate ajuta si pe mine cineva cu un amx_who in consola .. sa contina aceste grade + si sa-mi faceti accese.

==============================
;Owner abcdefijmnopqrstu |
==============================

==============================
;Co-Owner abcdefijmnopqrst |
==============================

==============================
---------- [3] God ----------
---------- [4] Semi-God ----------
---------- [5] Prince ----------
---------- [6] Administrator ----------
---------- [7] Moderator ----------
---------- [8] Helper ----------
---------- [9] Medic ----------
---------- [10] Loyalty HigLife ----------
---------- [11] Slot ----------
=================================


De la moderator injos sa nu aibe acce la ban, si imunitate sa aibe doar Owner , si co-owner .. si sa-mi scoateti functia


; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by
Tu asta care vindeai nu stiu ce redirect licentiat, acum ceri amx_who? Cat de jalnici ati ajuns.

ON: Is zeci de amx_who pe aici, trebuie doar modificat.
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests