User
Pass
2FA
 
 

plugin amx_who
Go to page 1, 2  Next    
 
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 -> CS 2006-2019 (Archived) -> Plugins - Help / Support
Author Message7126
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 00:12:27 | Translate post to: ... (Click for more languages)

As dori un amx_who in consola cu gradele astea

Spoiler:

0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 05-04-2017, 08:27:40 | Translate post to: ... (Click for more languages)

Get plugin or get source
Spoiler:

+ in /configs adauga fisierul who.ini cu sursa:
Spoiler:

Prima data ti-l facusem in plugin , dar dadea niste erori si nu am mai avut chef sa le rezolv , asta e cel mai usor mod si poti si tu sa le modifici.

Trebuie sa modifici who.ini cu preferintele tale
Nu stiu cum arata bine cu egale , deci ti le faci singur ca "design"


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]



Last edited by GoreSpintecatoru. on 05-04-2017, 13:02:59; edited 1 time in total
0 0
  
Back to top
View user's profile Send private message
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 05-04-2017, 09:38:19 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
#include <amxmisc>
#define MAX_GROUPS 14
new g_groupNames[MAX_GROUPS][] = {
"Detinator Pub",
"OwneR+VIP",
"Owner",
"Co-Owener+VIP",
"Co-Owner",
"Good+VIP",
"Good",
"Super-Moderator+VIP",
"Super-Moderator",
"Moderator+VIP",
"Moderator",
"Helper",
"Slot",
"VIP"


}
new g_groupFlags[MAX_GROUPS][] = {
"abcdefghijklmnopqrstu",
"bcdefghijklmnopqrstu",
"bcdefghijklmnopqrsu",
"bcdefghijmnpqrstu",
"bcdefhijmnpqtu",
"bcdefhijmnpqu",
"bcdefhijmnptu",
"bcdefhijmnpu",
"bcdefijmnt",
"bcdefijmn",
"bcefij",
"b",
"bit"

}
new g_groupFlagsValue[MAX_GROUPS]
public plugin_init() {
register_plugin("AMX WHO -by iPanter", "1.0", "by iPanter")
register_concmd("admin_who", "cmdWho", 0)
register_concmd("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, ".:Adminii Online:.")
for(i = 0; i < MAX_GROUPS; i++) {
console_print(id, "%s", 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, ".:Adminii Online:.")
return PLUGIN_HANDLED
}

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 05-04-2017, 10:53:17 | Translate post to: ... (Click for more languages)

Pai el nu a zis ca vrea cu "============"? Daca adaugi egalurile in new group menu , are erori la compilare

Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

0 0
  
Back to top
View user's profile Send private message
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 05-04-2017, 11:07:20 | Translate post to: ... (Click for more languages)

GoreSpintecatoru. wrote:
Pai el nu a zis ca vrea cu "============"? Daca adaugi egalurile in new group menu , are erori la compilare

Pai nu a speficat. Astept un raspus de la el.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 19:03:01 | Translate post to: ... (Click for more languages)

Oricum nu conteaza , sa mearga in amx_who , sa apara gradele ....
PS: GORE NU MERGE ALA AL TAU !!!

Update @ 05-04-2017, 20:03:01

Si da eroare la compilare ala .

0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 05-04-2017, 19:03:07 | Translate post to: ... (Click for more languages)

Nu are cum sa nu mearga , tu vrei sa apara si cu egale / fara ?
Ce eroare omule ? Ti-am dat Get Plugin / Get Source , functioneaza perfect si e si testat.

Daca zici ca are erori , spune.


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

0 1
  
Back to top
View user's profile Send private message
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 19:50:23 | Translate post to: ... (Click for more languages)

Ma jur ca nu merge te las si prin tw sa faci , degeaba , nu merge =]]]]]
0 0
  
Back to top
View user's profile Send private message
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 05-04-2017, 19:54:52 | Translate post to: ... (Click for more languages)

ZommBlesSs wrote:
Ma jur ca nu merge te las si prin tw sa faci , degeaba , nu merge =]]]]]

Ai pus pluginul .amxx in plugins? Si numele la plugin in config.ini?

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 19:56:27 | Translate post to: ... (Click for more languages)

Da , daca vrei ajuta-ma prin tw , sa vezi ...
0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 05-04-2017, 19:58:50 | Translate post to: ... (Click for more languages)

Am intrebat daca vrei cu = sau fara.
Contacteaza-ma privat ( id de skype )


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]



Last edited by GoreSpintecatoru. on 05-04-2017, 19:59:21; edited 1 time in total
0 0
  
Back to top
View user's profile Send private message
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 19:59:16 | Translate post to: ... (Click for more languages)

Fara
0 0
  
Back to top
View user's profile Send private message
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 05-04-2017, 20:01:40 | Translate post to: ... (Click for more languages)

ZommBlesSs wrote:
Da , daca vrei ajuta-ma prin tw , sa vezi ...

Nu are cum sa nu mearga. O data ce se copileaza ar trebui sa mearga.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
ZommBlesSs

[Mentally Stable]



Status: Offline
(since 06-04-2017 11:46)
Joined: 29 Mar 2017
Posts: 28, Topics: 5
Location: Romania

Reputation: 2.9

Post Posted: 05-04-2017, 20:02:48 | Translate post to: ... (Click for more languages)

Nu imi merge , imi apare asa cand dau amx_who

1 bouteflika STEAM_0:0:1164147923 494 Nu Nu z
3 Edy STEAM_0:0:459759945 472 Nu Nu z
4 feawow STEAM_0:0:2026435229 448 Nu Nu z
5 FORUM: http://w BOT 428 Nu Nu z
6 w_player STEAM_0:0:2058344294 478 Nu Nu z
7 <Warrior> Playe STEAM_0:0:379212232 487 Nu Nu z
8 DNS: PUB.GZL.RO BOT 430 Nu Nu z
9 { ML-Master } STEAM_0:0:880910713 455 Nu Nu z
10 Timoxxo--128--D STEAM_0:0:114128782 497 Nu Nu z
11 Aleksandar^____ STEAM_0:0:542123693 492 Nu Nu z
12 Bond 007 STEAM_0:0:201484670 474 Nu Nu z
13 selfy broo STEAM_0:0:2049151289 483 Nu Nu z
14 ZommBlesSs STEAM_0:0:170426087 362 Da Da abcdefghijklmnopqrstu
15 SOMEONE STEAM_0:0:1327045137 473 Nu Nu z
16 Hamza___94 STEAM_0:0:541801057 481 Nu Nu z
17 ONEandONLY_Play STEAM_0:0:1283934951 476 Nu Nu z
18 MeHrAn STEAM_0:0:1139445211 461 Nu Nu z
19 KOJ CE ME UTEPA STEAM_0:0:79586697 450 Nu Nu z
20 Jesus Te Ama == STEAM_0:0:466590002 395 Nu Nu z
21 ayoub-dgl-dz STEAM_0:0:1466001517 397 Nu Nu z
22 ZaKy STEAM_0:0:208364408 438 Da Da abcdefghijklmnopqrstu
23 425 STEAM_0:0:1308779248 470 Nu Nu z
24 Mr. X STEAM_0:0:631718550 467 Nu Nu z
25 COBRA STEAM_0:0:1584379451 468 Nu Nu z
26 TeKi_HeAdShOoTh STEAM_0:0:822211906 482 Nu Nu z
27 SMITH# STEAM_0:0:1858175548 484 Nu Nu z
28 I kill STEAM_0:0:1093728546 495 Nu Nu z
29 Nicco STEAM_0:0:1760469877 496 Nu Nu z
30 PanteraNeagra STEAM_0:0:1752543632 457 Nu Nu z
31 karimox STEAM_0:0:1138309832 486 Nu Nu z
32 COLOR YOUR LIFE STEAM_0:0:1765992186 498 Nu Nu z
Total 31

0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 05-04-2017, 20:12:43 | Translate post to: ... (Click for more languages)

Tu care plugin folosesti , sa stiu ?

Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by TwisTer, 07 April 2017 16:57



 
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 -> CS 2006-2019 (Archived) -> Plugins - Help / Support  
Go to page 1, 2  Next    


The time now is 26-07-2025, 18:06:42
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password