Jump to content

Recommended Posts

Posted

as i noticed many requests "how to make X command for elders only?" " how to make this for semi god + ?" etc 

Well Here you are a brief tutorial to all what you should know for changing access. 

First of all , you need to make the list of access of each grade in front of you. 

You will find it in . 

cstrike->amxmodx->configs->user.ini

x_Do.png 

Quote

; [Founder] = abcdefghijklnopqrstvxw

; [Owner] = abcdefghijklnopqrstvx

; [Co_Owner] = abcdehijlrsmk

; [Elder] = bcdehijrsmlk

; [God] = bcdehijrm

; [Semi-God] = bcdeijrm

; [Moderator] = bcdeijm

; [Administrator] = bceijmu

; [Helper] = bceijm

; [LEGENDS] = abcim

; [SUSPENDED] = bf

:warning-sign: it is different from server to other. 

basically you need to understand what does this letters mean? 

Every Single letter have a bunch of access . 

for example Letter "a" is for access like amx_exec amx_reloadadmins etc. 

as you can see only Founders & owners & Co-Owners have it 

Quote

; [Founder] = abcdefghijklnopqrstvxw

; [Owner] = abcdefghijklnopqrstvx

; [Co_Owner] = abcdehijlrsmk

; [Elder] = bcdehijrsmlk

Every single grade have more Letter than the previous grade . 

you are not supposed to change those letters from user.ini , any little change could make a disorder to all the grades . 

so , all your work will be done in cmdaccess.ini 

amxmodx->configs->cmdaccess.ini 

x_Do.png

let's say i have a command and i want to add it only for elders + . 

i go to the list of access that we have 

Quote

; [Co_Owner] = abcdehijlrsmk

; [Elder] = bcdehijrsmlk

; [God] = bcdehijrm

we check the letters that Elders +  have and the previous grade don't . 

for example , we notice the Letter "S" Elders + Have it while lower grades like "God' don't have it .

we go to our command that we want change like this one :  

x_Do.png 

let's say amx_noob command i want it only for Elders + 

we do "amx_noob "s" as it's the access that Elders + have it .

x_Do.png 

and now amx_noob will work only For Elders + . 

You can change any command access you want by changing that letter sign .

if you didn't get anything , contact me in TS3 (TS.CSBLACKDEVIL.COM) or leave me a PM in CSBD or even a reply .

if you are interested in learning ftp you can have a look at my tutorials :

Ftp Basics . : Part 1 | Part 2 Or Check out all My Tutorials Here

  • I love it 3
  • Like 4
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.