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

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


Post New Thread Reply   
 
Thread Tools Display Modes
3axap
Member
Join Date: Dec 2012
Old 10-02-2017 , 16:29   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #161

Thank you agein), @ambn.
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-09-2017 , 12:09   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #162

UPDATED! Version 4.4.1** 10/9/2017
- Added a new system for saving choosed skins via users.
- Added a new cvar called sm_save_skins to enable or disable saving feature.
- Channged sm_check_gloves via sm_ask_arms to ask for arms with or without gloves.
- Optimized plugin saving path files to work with custom sourcemod installations.

An SPECIAL Thanks to MorreJaa for helping me testing out and finding bugs.

NOTE: as the keyvalue file loads once though your ram, it should not cause any lag if you are not out of ram.
__________________

Last edited by ambn; 10-09-2017 at 12:48.
ambn is offline
3axap
Member
Join Date: Dec 2012
Old 10-09-2017 , 12:50   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #163

Wow, thank you!
3axap is offline
3axap
Member
Join Date: Dec 2012
Old 10-09-2017 , 16:27   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #164

Code:
] sm_rcon sm plugins load PlayerSkin.smx
L 10/09/2017 - 23:26:20: [SM] Exception reported: invalid handle 0 (error: 4)
L 10/09/2017 - 23:26:20: [SM] Blaming: PlayerSkin.smx
L 10/09/2017 - 23:26:20: [SM] Call stack trace:
L 10/09/2017 - 23:26:20: [SM]   [0] ReadFileLine
L 10/09/2017 - 23:26:20: [SM]   [1] Line 1540, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\PlayerSkin.sp::AddFilesToDownload
L 10/09/2017 - 23:26:20: [SM]   [2] Line 273, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\PlayerSkin.sp::OnMapStart
L 10/09/2017 - 23:26:20: [SM]   [4] ServerCommandEx
L 10/09/2017 - 23:26:20: [SM]   [5] Line 400, /home/builds/sourcemod/linux-1.8/build/plugins/basecommands.sp::Command_Rcon
[SM] Loaded plugin PlayerSkin.smx successfully.
Dont work :/
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-09-2017 , 16:32   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #165

Quote:
Originally Posted by 3axap View Post
Code:
] sm_rcon sm plugins load PlayerSkin.smx
L 10/09/2017 - 23:26:20: [SM] Exception reported: invalid handle 0 (error: 4)
L 10/09/2017 - 23:26:20: [SM] Blaming: PlayerSkin.smx
L 10/09/2017 - 23:26:20: [SM] Call stack trace:
L 10/09/2017 - 23:26:20: [SM]   [0] ReadFileLine
L 10/09/2017 - 23:26:20: [SM]   [1] Line 1540, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\PlayerSkin.sp::AddFilesToDownload
L 10/09/2017 - 23:26:20: [SM]   [2] Line 273, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\PlayerSkin.sp::OnMapStart
L 10/09/2017 - 23:26:20: [SM]   [4] ServerCommandEx
L 10/09/2017 - 23:26:20: [SM]   [5] Line 400, /home/builds/sourcemod/linux-1.8/build/plugins/basecommands.sp::Command_Rcon
[SM] Loaded plugin PlayerSkin.smx successfully.
Dont work :/
What?! Actually these errors arent releated for your problem but as i can see there is a servercommandex function is used that i never used ... I tested this with a guy with hat plugin and atore and he said it was all fine ..
__________________
ambn is offline
3axap
Member
Join Date: Dec 2012
Old 10-10-2017 , 01:11   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #166

Quote:
Originally Posted by ambn View Post
What?! Actually these errors arent releated for your problem but as i can see there is a servercommandex function is used that i never used ... I tested this with a guy with hat plugin and atore and he said it was all fine ..
I guessed ... Until the last update worked all Release Notes for 10/5/2017. Dont work any !chat command. Worked only sm_ in console or silent /command to chat. Maybe you can tell me how to solve it? (SourceMod Version: 1.8.0.6027)

Thank you.
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-10-2017 , 01:41   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #167

Quote:
Originally Posted by 3axap View Post
I guessed ... Until the last update worked all Release Notes for 10/5/2017. Dont work any !chat command. Worked only sm_ in console or silent /command to chat. Maybe you can tell me how to solve it? (SourceMod Version: 1.8.0.6027)

Thank you.
I'm using the same build and don't have any issues with chat commands, do you have any plugin modifying say command or change it's flag or hook OnClientSayCommand ? because any of these 3 actions can disable chat triggers + if i remeber correctly, there is a sourcemod cvar in sourcemod.cfg which also controls chat triggers check that too...


EDIT: Have you updated sourcemods stock plugins along the local sourcemod?
__________________

Last edited by ambn; 10-10-2017 at 01:42.
ambn is offline
3axap
Member
Join Date: Dec 2012
Old 10-10-2017 , 01:44   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #168

Quote:
EDIT: Have you updated sourcemods stock plugins along the local sourcemod?
Yeah.

Thank you so much! I will arrange a big cleaning for you PlayerSkin. Thank you for help! (this plugin block ! command). I tested again.

Last edited by 3axap; 10-10-2017 at 01:48.
3axap is offline
3axap
Member
Join Date: Dec 2012
Old 10-10-2017 , 01:58   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #169

In clear mod works fine). Thank you!
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-10-2017 , 01:59   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #170

Quote:
Originally Posted by 3axap View Post
In clear mod works fine). Thank you!
Awesome!
__________________
ambn 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 15:27.


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