View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-18-2020 , 22:39   Re: [Req] Skins+AmxWho
Reply With Quote #3

Quote:
Originally Posted by xDevil View Post
Hello guys, I want some skins on codes for Owner+Admin+vip please
and I want amx_who codes
Owner
Co-Owner
Head Admin
Full Admin
Obican Admin
VIP
Tag

abcdefghijkmnopqrstu
bcdefghijkmnopqrstu
cdefghijkmnopq
defghijklmno
efghijklmno
hijklmno
b
I have did it before but with another sytle..



I have combiered "admin_who with admin_cmd"

If you want to edit access or names
those are the code.
PHP Code:
#define MAX_GROUPS 9

// Amx_who admin access
new const szPrefix[] = { "Welcome To Our Server | ADMIN ACCESS" };
new 
g_groupNames[MAX_GROUPS][] = {
"[1] Vlasnik/Owner",
"[2] Co-Owner",
"[3] Head-Admin",
"[4] Full-Admin",
"[5] Super-Admin",
"[6] Junior-Admin",
"[7] Gold-Member ",
"[8] LEGEND ",
"[9] SUSPENDED"
}
new 
g_groupFlags[MAX_GROUPS][] = {
"abcdefghijklmnopqrstu",
"abcdefginopqrst",
"bcdefjiopqrst",
"bcdejipqrst",
"bcdeiqrst",
"bcdeirst",
"bit",
"bt",
"b"

But remmber to change "#define MAX_GROUPS 9" number if you have did group flags
Attached Files
File Type: sma Get Plugin or Get Source (admincmd.sma - 149 views - 30.2 KB)

Last edited by Supremache; 06-18-2020 at 22:44.
Supremache is offline