Jump to content

[Plugin] Admin Prefixes


Recommended Posts

kenzake powah!
Posted

Descriere: Cu acest plugin puteti seta prefixul adminilor cu tag-uri speciale . Insa si admini pot pune prefixe altor jucatori daca vor .
Descarcare: Link 

Nume: Admin Prefixes
Versiune: 2.2
Autor: m0skVi4a ;]

Instalare:
1. Fisierul AdminPrefixes.sma il puneti in addons/amxmodx/scripting
2. Fisierul AdminPrefixes.amxx il puneti in addons/amxmodx/plugins
3. Fisierul Admin_prefixes.txt il puneti in addons/amxmodx/data/lang
4. Fisierul ap_prefixes.txt il puneti in addons/amxmodx/configs
5. Fisierul ap_bad_prefixes.txt il puneti in addons/amxmodx/configs
6. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
AdminPrefixes.amxx
Comenzi:

ap_reload_prefixes
Reloads Prefixes' file from console without restarting the server.

ap_reload_badprefixes
Reloads Bad Prefixes'
file from console without restarting the server.

ap_put "prefix"
Puts your prefix if you have the special flag. Or if there is no prefix typed, removes the prefix which you have.

ap_put_player "name" "prefix"
Puts prefix to the name you type if you have the special flag. Or if there is no prefix typed, removes the prefix which the player has.

Cum se seteaza ap_prefixes
Sunt 3 tipuri de tag-uri :
"i" "[PREFIX IP]" "123.456.789" - in acest fel persoana cu ip-ul 123.456.789 va avea prefix-ul [PREFIX IP]
"n" "[PREFIX NAME]" "Laurr" - in acest fel persoana cu numele Laurr va avea prefix-ul [PREFIX NAME]
"f" "[PREFIX FLAG]" "n" - in acest fel persoana cu acces-ul n va avea prefix-ul [PREFIX FLAG]

Cum se configureaza ap_bad_prefixes
- Daca vrei sa adaugi un nou "BAD PREFIX" , doar scrie fiecare prefix pe o noua linie .

"[ROOT ACCES]"
"[Owner]"
"[C-Owner]"
"[Legend]"


Cvaruri:
"ap_bad_prefixes" - Is the Bad Prefixes option on(1) or off(0). Default: 1
"ap_listen" - Is the Admin Listen option on(1) or off(0). Default: 1
"ap_listen_flag" - The flag, needed for Listen option. Default: a
"ap_custom_current" - Is the Custom Prefix option for each Admin is on(1) or off(0). Default: 1
"ap_custom_current_flag" - The flag, needed for setting custom prefix. Default: b
"ap_custom_others" - Is the Custom Prefix Change option is on(1) or off(0). Default: 1
"ap_custom_others_flag" - The flag, needed for setting custom prefix to other players. Default: c
"ap_say_characters" - Is the Start Say Characters option on(1) or off(0). Default: 1
"ap_prefix_characters" - Is the Checker for Characters in Custom Prefixes' Options on(1) or off(0). Default: 1

Module necesare:
#include <amxmodx>
#include <cstrike>
#include <nvault> 


Imagini:
29e460208829b5a1.png

Guest
This topic is now closed to further replies.
×
×
  • Create New...