AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6] (https://forums.alliedmods.net/showthread.php?t=332386)

Vladimir dz 05-09-2021 06:16

XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]

[Link] - https://github.com/AdityaAmbre/AMXX-Plugins


Getting Started
The 'xvskins.sma' file provides you with the ability to MOD Player's Skin according to their Roles/Access Flags configured on your server.

Pre-requisites
'XV Skins' requires the following software/modules installed on your system.
  • Counter Strike 1.6 - Developed By, Valve Corporation
  • AMX Mod X - Half-Life Scripting Tool.
  • Player Models & Variety of other Mods are available.

Installation
  1. Download the 'xvskins.sma' and place it into 'Counter-Strike/cstrike/addons/amxmodx/scripting' folder.
  2. Compile the 'xvskins.sma' file using AMXX - 'compile.exe' Tool in the scripting folder.
  3. After successful compilation, Open 'compiled' folder in the scripting folder.
  4. The successfully compiled 'xvskins.amxx' file will appear in this 'compiled' folder.
  5. Copy the 'xvskins.amxx' from the 'compiled' folder & paste it into 'Counter-Strike/cstrike/addons/amxmodx/plugins' folder.
  6. Now, navigate to 'Counter-Strike\cstrike\addons\amxmodx\configs' folder and Open 'plugins.ini' file.
  7. After Opening 'plugins.ini' file scroll down to the end and go to the new line & Type, xvskins.amxx ;Admin/Vip's Skins. Now, save the 'plugins.ini' file.
  8. Now, lastly configure the skins folder as per the instructions given below in the Configuration tab.
  9. Finally, After configuring the skins folder, Launch CS-1.6 start the server & Open console & type 'amx_plugins' to check the running plugin.

Description
Access flags:
  • a - immunity (can't be kicked/banned/slayed/slapped and affected by other commands)
  • b - reservation (can join on reserved slots)
  • c - amx_kick command
  • d - amx_ban and amx_unban commands
  • e - amx_slay and amx_slap commands
  • f - amx_map command
  • g - amx_cvar command (not all cvars will be available)
  • h - amx_cfg command
  • i - amx_chat and other chat commands
  • j - amx_vote and other vote commands
  • k - access to sv_password cvar (by amx_cvar command)
  • l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
  • m - custom level A (for additional plugins)
  • n - custom level B
  • o - custom level C
  • p - custom level D
  • q - custom level E
  • r - custom level F
  • s - custom level G
  • t - custom level H
  • u - menu access
  • z - user (no admin)
Account flags:
  • a - disconnect player on invalid password
  • b - clan tag
  • c - this is steamid/wonid
  • d - this is ip
  • e - password is not checked (only name/ip/steamid needed)

Configuration
Configuring Skins Folder:
Navigate to 'Counter-Strike/cstrike/models/player' folder and create following folders & paste '.mdl' files within those folders respectively:
  • Server-Owner [Flags - "abcdefghijklmnopqrstu"] .
    • CT --> "models/player/owner_ct/owner_ct.mdl"
    • TE --> "models/player/owner_te/owner_te.mdl"
  • Co-Owner [Flags - "abcdefgjinopqrst"] .
    • CT --> "models/player/co_owner_ct/co_owner_ct.mdl"
    • TE --> "models/player/co_owner_te/co_owner_te.mdl"
  • Sponser [Flags - "abcdefjinopqrst"] .
    • CT --> "models/player/sponser_ct/sponser_ct.mdl"
    • TE --> "models/player/sponser_te/sponser_te.mdl"
  • Super-Admin [Flags - "abcdefjiopqrst"] .
    • CT --> "models/player/super_admin_ct/super_admin_ct.mdl"
    • TE --> "models/player/super_admin_te/super_admin_te.mdl"
  • Head-Admin [Flags - "bcdejipqrst"] .
    • CT --> "models/player/super_admin_ct/super_admin_ct.mdl"
    • TE --> "models/player/super_admin_te/super_admin_te.mdl"
  • Mini-Admin [Flags - "bceiqrst"] .
    • CT --> "models/player/admin_ct/admin_ct.mdl"
    • TE --> "models/player/admin_te/admin_te.mdl"
  • Admin [Flags - "beirst"] .
    • CT --> "models/player/admin_ct/admin_ct.mdl"
    • TE --> "models/player/admin_te/admin_te.mdl"
  • Mini-Vip [Flags - "bit"] .
    • CT --> "models/player/vip_ct/vip_ct.mdl"
    • TE --> "models/player/vip_te/vip_te.mdl"
  • Vip [Flags - "bt"] .
    • CT --> "models/player/vip_ct/vip_ct.mdl"
    • TE --> "models/player/vip_te/vip_te.mdl"

Author
Aditya Ambre [a.k.a Vladimir dz] - Developer & Owner - Xavier's Server ♰

License
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details.

Copyrights © - 2020 Aditya Ambre. │ All Rights Reserved.

Shadows Adi 05-09-2021 14:00

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin
 
Remove the .amxx files from your repo

Vladimir dz 05-10-2021 02:11

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin
 
Thank you! for bringing this to my notice, I have updated my repo.

OciXCrom 05-10-2021 07:17

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Hardcoding a bunch of lines in a .sma file in 2021 is like inventing the Telephone in 2021.
When I saw the rather nice formatting of the thread I was expecting to see an equally nice plugin but I was majorly disappointed.

Vladimir dz 05-10-2021 08:40

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Hello! OciXCrom! :) I couldn't believe it was you until I clicked and checked your profile to confirm again whether it's you or not :D Mate! I have a bunch of your CS 1.6 plugins working behind my Xavier's Server ♰ I really appreciate your work! I had bookmarked your plugins long time ago so that I can implement it when i'm finished with my own server work :) and I totally agree to your point, I'm late to the Party! :mrgreen: but yes still all of my clan people do play 1.6 occasionally :) and I was always determined to make one VIP skin's plugin according to my settings but it all got postponed and finally I made it through the odds :D Your plugins and many other plugins on allied modders had given me an clear idea and thus I was able to develop it finally! :)

HamletEagle 05-10-2021 10:41

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
I will have to unapprove this. From the rules:
Quote:

Do not post plugins "just for the sake of it". eg. A fulfilled request may have been useful for one or a few people, but that does not necessarily mean that it has a place in the Approved section. Please take the time to expand your knowledge and produce some quality work.
Hardcoding some models and flags may be useful for you, but likely not for anyone else. Plugins have to be generic.

OciXCrom 05-10-2021 17:48

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Quote:

Originally Posted by Vladimir dz (Post 2746437)
Your plugins and many other plugins on allied modders had given me an clear idea and thus I was able to develop it finally! :)

I'm happy my plugins inspired you but if you take an example for them, you will never find hardcoded settings like you did here. You should try and implement a configuration file or some other way of users being able to configure the plugin without having to recompile it.

Vladimir dz 05-10-2021 22:34

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Quote:

Originally Posted by HamletEagle (Post 2746444)
I will have to unapprove this. From the rules:


Hardcoding some models and flags may be useful for you, but likely not for anyone else. Plugins have to be generic.

Alright! I respect your decision, as this is my very first plugin and I hope to gradually make progress if time permits. Anyway thank you for your consideration!

Vladimir dz 05-10-2021 22:38

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Quote:

Originally Posted by OciXCrom (Post 2746484)
I'm happy my plugins inspired you but if you take an example for them, you will never find hardcoded settings like you did here. You should try and implement a configuration file or some other way of users being able to configure the plugin without having to recompile it.

As this was my very first plugin :oops: Yes if time permits I will try to improve them. Thank you for your suggestions, Have a good day!

sPed 08-16-2022 09:31

Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
 
Quote:

Originally Posted by Vladimir dz (Post 2746437)
Hello! OciXCrom! :) I couldn't believe it was you until I clicked and checked your profile to confirm again whether it's you or not :D

dziri lazm dima يذل ro7o godam lo5rin hhhhh, chbik m5lo3 heka ki rpndlk OciXCrom 3la thread ta3k ?
w zid 7ab nfhem 7aja 3lah rak dayr salib ??


All times are GMT -4. The time now is 20:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.