![]() |
|
Kërko Plugins [+SHQIP] - Printable Version +- eSportsKosova - Gaming Community (https://esportskosova.com) +-- Forum: HAPËSIRA E COUNTER-STRIKE (https://esportskosova.com/forum-7.html) +--- Forum: Counter-Strike 1.6 (https://esportskosova.com/forum-19.html) +---- Forum: Amx Mod X (https://esportskosova.com/forum-58.html) +----- Forum: AMX - Plugin's (https://esportskosova.com/forum-193.html) +----- Thread: Kërko Plugins [+SHQIP] (/thread-5285.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
RE: Kërko Plugins [+SHQIP] - RanGerSONE - 03-08-2026 (05-15-2016, 10:08 AM)Esk-Llapi Wrote: hej a mun nja kush me ma gjet 1plugins p.sh kur te shkrun nja player /admin me ja qit sa admina jon ne Serve online si ne KPS qe osht ? Plugin qe ti po kerkon esht :Admin Check Ja ku e ke .Sma Code: #include <amxmodx>
new const PLUGIN[] = "AMX Super"
new const VERSION[] = "4.2"
new const AUTHOR[] = "Bmann_420"
#define ADMIN_CHECK ADMIN_KICK
static const COLOR[] = "^x04"
new admincheck, sv_contact, maxplayers, gmsgSayText
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /admins", "show_admins")
register_clcmd("say /admin", "show_admins")
admincheck = register_cvar("amx_admin_check", "1")
maxplayers = get_maxplayers()
gmsgSayText = get_user_msgid("SayText")
}
public plugin_cfg()
sv_contact = get_cvar_pointer("sv_contact")
public show_admins(user)
{
new message[256]
if(get_pcvar_num(admincheck))
{
new adminnames[33][32]
new contactinfo[256], contact[112]
new id, count, x, len
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_CHECK)
get_user_name(id, adminnames[count++], 31)
len = format(message, 255, "%s ADMINS ONLINE: ",COLOR)
if(count > 0) {
for(x = 0 ; x < count ; x++) {
len += format(message[len], 255-len, "%s%s ", adminnames[x], x < (count-1) ? ", ":"")
if(len > 96 ) {
print_message(user, message)
len = format(message, 255, "%s ",COLOR)
}
}
print_message(user, message)
}
else {
len += format(message[len], 255-len, "No admins online.")
print_message(user, message)
}
get_pcvar_string(sv_contact, contact, 63)
if(contact[0]) {
format(contactinfo, 111, "%s Contact Server Admin -- %s", COLOR, contact)
print_message(user, contactinfo)
}
}
else
{
formatex(message, 255, "^x04 Admin Check is currently DISABLED.")
print_message(user, message)
}
}
print_message(id, msg[]) {
message_begin(MSG_ONE, gmsgSayText, {0,0,0}, id)
write_byte(id)
write_string(msg)
message_end()
}Dhe ja ku e ke .amxx PHP Code: https://www.sendspace.com/file/kq9lws RE: Kërko Plugins [+SHQIP] - harbiniseini - 04-18-2026 Hi djem , se shpejti du me hap ni server me knife arena (war) addonsa ja kom shti po e du ni plugins : *per me mar jetpack+bazooka me kon vip edhe me pas 32000$ qashtu diqka ?? |