Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
Vladimir dz
Junior Member
Join Date: May 2021
Old 05-09-2021 , 06:16   XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #1

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.

Last edited by Vladimir dz; 05-10-2021 at 02:17.
Vladimir dz is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 05-09-2021 , 14:00   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin
Reply With Quote #2

Remove the .amxx files from your repo
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
Vladimir dz
Junior Member
Join Date: May 2021
Old 05-10-2021 , 02:11   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin
Reply With Quote #3

Thank you! for bringing this to my notice, I have updated my repo.
Vladimir dz is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-10-2021 , 07:17   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #4

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.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Vladimir dz
Junior Member
Join Date: May 2021
Old 05-10-2021 , 08:40   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #5

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 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! 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 Your plugins and many other plugins on allied modders had given me an clear idea and thus I was able to develop it finally!

Last edited by Vladimir dz; 05-10-2021 at 08:45.
Vladimir dz is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 05-10-2021 , 10:41   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #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.
__________________
HamletEagle is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-10-2021 , 17:48   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #7

Quote:
Originally Posted by Vladimir dz View Post
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.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Old 05-10-2021, 22:30
Vladimir dz
This message has been deleted by Vladimir dz.
Vladimir dz
Junior Member
Join Date: May 2021
Old 05-10-2021 , 22:34   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #8

Quote:
Originally Posted by HamletEagle View Post
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 is offline
Vladimir dz
Junior Member
Join Date: May 2021
Old 05-10-2021 , 22:38   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #9

Quote:
Originally Posted by OciXCrom View Post
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 Yes if time permits I will try to improve them. Thank you for your suggestions, Have a good day!

Last edited by Vladimir dz; 05-10-2021 at 22:45.
Vladimir dz is offline
sPed
Member
Join Date: May 2017
Location: Algeria
Old 08-16-2022 , 09:31   Re: XV Skins ♰ - Admin/Vip's Skin AMXX Plugin [Counter-Strike 1.6]
Reply With Quote #10

Quote:
Originally Posted by Vladimir dz View Post
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
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 ??
sPed is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:45.


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