PCTecuci Romania - Citeste doar ceea ce merita

Înregistrați-vă acum pentru a avea acces la toate funcțiile noastre. După ce v-ați înregistrat și vă logați, veți putea contribui la acest site prin trimiterea propriului dvs. conținut sau răspunsul la conținutul existent. Veți putea personaliza profilul dvs., primiți puncte de reputație ca recompensă pentru trimiterea conținutului, comunicând în același timp și cu alți membri prin intermediul căsuței de e-mail private și multe altele! 

Acest mesaj va fi eliminat odată ce v-ați conectat.  

Sign in to follow this  
Xerno.

[Tutorial] Schimbare skin jucatori/vip/admin

Recommended Posts

Vom utiliza o versiune modificata a plugin-ului 

Player Models 1.3.1

 si care suporta adaugarea modelelor inclusiv dupa flag-ul de acces.

agt_update_misc.png 

Descarcare plugin :

 You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account! 

cd-16.png 

Instalare plugin :
  • Fisierul players_models.amxx se copiaza in 
    addons/amxmodx/plugins
    .
  • Fisierul players_models.ini se copiaza in 
    addons/amxmodx/configs
    .
  • Intram in addons/amxmodx/configs/plugins.ini si adaugam la urma: 
    players_models.amxx

121.png 

Schimbare skinuri :

a. Dupa clasa/echipa. (Pentru toti jucatorii)
Clase tero:

Code:
You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!

Clase CT:

Code:
You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!

bulletyellow.gif 

Pentru a modifica skinul unei clase, adaugam in players_models.ini:

 

Code:
You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!

► Exemplu : "sas" "batman"

bulletblue.gif 

Pentru a modifica skinul unei echipe (toti jucatorii din acea echipa sa aiba acelasi skin), adaugam in players_models.ini:

 

Code:
You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!

b. Dupa flag-ul de acces. (Pentru admini/vip)
Deseori se face confuzie intre flag-ul de acces si constanta admin_level, pentru a vedea cu exactitate ce litera sa utilizati, consultati lista de mai jos:

 
]#define ADMIN_ALL 0 //Everyone
#define ADMIN_IMMUNITY 1 //Flag "a", immunity
#define ADMIN_RESERVATION 2 //Flag "b", reservation
#define ADMIN_KICK 4 //Flag "c", kick
#define ADMIN_BAN 8 //Flag "d", ban
#define ADMIN_SLAY 16 //Flag "e", slay
#define ADMIN_MAP 32 //Flag "f", map change
#define ADMIN_CVAR 64 //Flag "g", cvar change
#define ADMIN_CFG 128 //Flag "h", config execution
#define ADMIN_CHAT 256 //Flag "i", chat
#define ADMIN_VOTE 512 //Flag "j", vote
#define ADMIN_PASSWORD 1024 //Flag "k", sv_password
#define ADMIN_RCON 2048 //Flag "l", rcon access
#define ADMIN_LEVEL_A 4096 //Flag "m", custom
#define ADMIN_LEVEL_B 8192 //Flag "n", custom
#define ADMIN_LEVEL_C 16384 //Flag "o", custom
#define ADMIN_LEVEL_D 32768 //Flag "p", custom
#define ADMIN_LEVEL_E 65536 //Flag "q", custom
#define ADMIN_LEVEL_F 131072 //Flag "r", custom
#define ADMIN_LEVEL_G 262144 //Flag "s", custom
#define ADMIN_LEVEL_H 524288 //Flag "t", custom
#define ADMIN_MENU 1048576 //Flag "u", menus
#define ADMIN_ADMIN 16777216 //Flag "y", default admin
#define ADMIN_USER 33554432 //Flag "z", default user

bulletgreen.gif 

Pentru a modifica skinul unui admin/vip, adaugam in players_models.ini:

 

Code:
You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!

► Exemplu :
"admin" "abcde***ijklmnopqrstu" "owner_t" "owner_ct"
"admin" "d" "admin_t" "admin_ct"
"admin" "b" "vip_t" "vip_ct"


ATENTIE: Modelele se copiaza in 

cstrike/models//playernumemodel/numemodel.mdl

(Intr-un folder cu numele modelului aflat in folderul player - il creati voi.)

Exemplu Daca avem un model cu nume vip, vom crea in cstrike/models/player un folder cu numele vip si il vom copia acolo.


dialog-error-16.png Eroare des intalnita:

FATA ERROR : Mod_NumForName: models/player/model/model not found.

*Modelul nu este copiat corect / numele modelului este scris incorect in players_models.ini.

FATA ERROR : Mod_NumForName: models/player/model/modelT not found.

*Lipseste modelul T.(Pentru modelele compuse)

ark2.png 

Descarcare Pack :

You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account! 
 

Nota : Tutorial creat pentru You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account! 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this