Raised This Month: $51 Target: $400
 12% 

[CS:GO] Player Skin (Flag + SQL Support)


Post New Thread Reply   
 
Thread Tools Display Modes
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-01-2017 , 11:50   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #51

Quote:
Originally Posted by TrappaTroopa View Post
Turns out I was using really old skins and that was the problem. Got some new skins and they work great. I am having an issue where we have to reapply skins when we rejoin the server. I do have the sm_map_mstay 1 cvar set in Server.cfg
Yeah that's what i set to prevent some problems like an admin skin on someone else apears when they join cause before that an admin was on the server and their userid was the same so that's what i thought and added a method to remove any skins on apply but i can add a convar for it if you like me to do!
__________________
ambn is offline
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 05-01-2017 , 11:51   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #52

Quote:
Originally Posted by ambn View Post
Yeah that's what i set to prevent some problems like an admin skin on someone else apears when they join cause before that an admin was on the server and their userid was the same so that's what i thought and added a method to remove any skins on apply but i can add a convar for it if you like me to do!
That'd be great!
TrappaTroopa is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-01-2017 , 11:52   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #53

Quote:
Originally Posted by TrappaTroopa View Post
That'd be great!
Okay! I'll do it in an hour or two.
__________________
ambn is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-01-2017 , 12:40   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #54

UPDATED! Version 3.0.8**5/1/2017
- Added a new ConVar Called sm_auto_skin_set to take control over any skin setting's automation.
- Added a new ConVar Called sm_map_dstay to enable or disable if skins should be removed on player disconnect.
- Added a new method for menu skins admin flag detection to add support for multi flag on Flags key.
- Changed a ConVar Called sm_start_menu to make a menu show to people on spawn.
- Fixed a horrible mistake on Map AutoMod detection causing it to not work in a right way.
NOTE : the new method for flags is just for menu using skins.ini and admin/vip skins are still single flag support.
__________________

Last edited by ambn; 05-01-2017 at 12:48.
ambn is offline
Zibi17k
Member
Join Date: Sep 2015
Old 05-11-2017 , 07:04   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #55

I have problem with admin_skin.ini
Quote:
"Admin_Skins"
{
"def"
{
"SkinT" "models/player/custom_player/avp/predator_invisible/predator_invisible.mdl"
"ArmsT" "models/player/custom_player/avp/predator_invisible/predator_invisible_arms.mdl"
"SkinCT" ""
"ArmsCT" ""
}
"a"
{
"SkinT" "models/player/custom_player/avp/predator_invisible/predator_invisible.mdl"
"ArmsT" "models/player/custom_player/avp/predator_invisible/predator_invisible_arms.mdl"
"SkinCT" ""
"ArmsCT" ""
}
}
It no always set skin and no set skin on VIP and admins
__________________
█ [PL] BluePower[4MAPS][Dust2/Mirage/Cache/Inferno][128TR] - 91.224.117.23:27050
█ [PL] BluePower [Deathrun][AutoBH][SKINS] - 91.224.117.74:27155
█ [PL] BluePower[Ghost Mode][Skiny][128TR] - 91.224.117.18:27075

Last edited by Zibi17k; 05-11-2017 at 07:07.
Zibi17k is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-11-2017 , 11:43   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #56

Quote:
Originally Posted by Zibi17k View Post
I have problem with admin_skin.ini

It no always set skin and no set skin on VIP and admins
Okay, can you try this version and tell me if it works?
Attached Files
File Type: sp Get Plugin or Get Source (PlayerSkin.sp - 156 views - 37.6 KB)
File Type: smx PlayerSkin.smx (20.9 KB, 134 views)
__________________
ambn is offline
Zibi17k
Member
Join Date: Sep 2015
Old 05-11-2017 , 13:54   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #57

This version no help. Only crash game (WARNING: Connection PROBLEM auto-disconnect)
__________________
█ [PL] BluePower[4MAPS][Dust2/Mirage/Cache/Inferno][128TR] - 91.224.117.23:27050
█ [PL] BluePower [Deathrun][AutoBH][SKINS] - 91.224.117.74:27155
█ [PL] BluePower[Ghost Mode][Skiny][128TR] - 91.224.117.18:27075
Zibi17k is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-11-2017 , 13:57   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #58

Quote:
Originally Posted by Zibi17k View Post
This version no help. Only crash game (WARNING: Connection PROBLEM auto-disconnect)
Are you sure it's for this plugins?
can you send plugin logs etc, and can you add me on steam?
EDIT try this:
Blocked Attachments
File Type: smx PlayerSkin.smx
__________________

Last edited by ambn; 05-11-2017 at 14:34.
ambn is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 05-23-2017 , 12:26   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #59

UPDATED! Version 3.1.7**5/23/2017
- Added a new ConVar called sm_model_check to check if player's model have changed or not.
- new Arms Fix included.
- Fixed some small bugs and changed some codes.
- Tried to fix download_list.ini file but haven't tested it.
- Changed Auto Skin Set to the old method to work without bugs.
__________________
ambn is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 05-23-2017 , 13:55   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #60

Quote:
Originally Posted by ambn View Post
UPDATED! Version 3.1.7**5/23/2017
- Added a new ConVar called sm_model_check to check if player's model have changed or not.
- new Arms Fix included.
- Fixed some small bugs and changed some codes.
- Tried to fix download_list.ini file but haven't tested it.
- Changed Auto Skin Set to the old method to work without bugs.
If you're going to include n_arms_fix in the zip for the plugin download, you must also include it's source. I've removed your violating attachment for this reason.

Last edited by headline; 05-23-2017 at 13:57.
headline is offline
Reply



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 22:25.


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