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

[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 10-11-2017 , 13:38   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #181

Quote:
Originally Posted by Cripix View Post
Update French Franslate
Thanks! anyway according to sourcemod documentation his version didn't have problems but anyway i added yours as Version2 translation!

Thanks!!
__________________
ambn is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 10-11-2017 , 14:00   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #182

Quote:
Originally Posted by ambn View Post
Thanks! anyway according to sourcemod documentation his version didn't have problems but anyway i added yours as Version2 translation!

Thanks!!
He had sentences that made no sense and I corrected the faults!
__________________
My jailbreak Server :
Cripix is offline
3axap
Member
Join Date: Dec 2012
Old 10-11-2017 , 18:38   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #183

ambn, again one qestion. My server is crash if I choose - "Default skin" in your "PlayerSkin" plugin + FranugHat on server simulteniously. If turn off Franug - all is good. I'd like to use both plug-ins .
How hot fix, how i can hide first item about 1. Default Skin? (I add one default model for T and CT and this work fine, but first item ).
Thank you!

Last edited by 3axap; 10-11-2017 at 18:56.
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-12-2017 , 00:19   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #184

Quote:
Originally Posted by 3axap View Post
ambn, again one qestion. My server is crash if I choose - "Default skin" in your "PlayerSkin" plugin + FranugHat on server simulteniously. If turn off Franug - all is good. I'd like to use both plug-ins .
How hot fix, how i can hide first item about 1. Default Skin? (I add one default model for T and CT and this work fine, but first item ).
Thank you!
Well, i checked his code and could not found anything that cause crash in the case you say it just crashes on selecting default skin, anyway the def option is nothing that is really mattering you can edit the code your self to remove it or just add me and i'll do it for you but i don't think that's a problem...

EDIT: Remove this and you'll be fine.
PHP Code:
if (StrEqual(item"def")) 
                {
                    if(
RemoveSavedSkins(param1))
                    {
                        
PrintToChat(param1" \x10[PlayerSkin] \x01%T""SavedSkinsRemoved"param1);
                        
//PrintToChat(param1, " \x10[PlayerSkin] \x01 Your saved skins has removed!");
                    
}
                    
g_bUserHasSkins[param1] = false;
                    
CloseHandle(kv);
                    
CloseHandle(menu);
                    break;

                } 
__________________

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

Quote:
Originally Posted by ambn View Post
EDIT: Remove this and you'll be fine.
Your answer dont work :/.

I found and comment this:
Code:
//AddMenuItem(menu, "def", "Choose Default Skin");
on 965, 1028, 1059 and 1100 string
6 warnings, but work fine! Thank you!

But one moment. Can you add "Back item" in Category? If i choose category, i cant return to back. I can only 8 - Forward and 9 - Exit.

Maybe i have some bug becouse i use Hunger Games mod.
Attached Images
File Type: jpg ????? ??????01.jpg (58.0 KB, 107 views)

Last edited by 3axap; 10-12-2017 at 02:43.
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-12-2017 , 03:09   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #186

Quote:
Originally Posted by 3axap View Post
Your answer dont work :/.

I found and comment this:
Code:
//AddMenuItem(menu, "def", "Choose Default Skin");
on 965, 1028, 1059 and 1100 string
6 warnings, but work fine! Thank you!

But one moment. Can you add "Back item" in Category? If i choose category, i cant return to back. I can only 8 - Forward and 9 - Exit.

Maybe i have some bug becouse i use Hunger Games mod.
These warnings aren't really important just some stuff i added but never used in plugin and they will not make any trouble.

about returning to Categories menu, yeah i guess so will manage that in the next update ^^
Thanks for your support
__________________
ambn is offline
3axap
Member
Join Date: Dec 2012
Old 10-12-2017 , 03:41   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #187

Quote:
Originally Posted by ambn View Post
Thanks for your support
Thank you, thank you for perfectly Skins plugin!
3axap is offline
3axap
Member
Join Date: Dec 2012
Old 10-12-2017 , 04:04   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #188

hmm... it me again xD. Categories can sort only on Flag? Can not I make 2 categories with no flag?
Like this:
Code:
	"Standarts"
	{
		"Name"		"Default skins"
		"Flag"		""
		"u_id"		"menu_standarts"
	}
	"Users"
	{
		"Name"		"Others skin"
		"Flag"		""
		"u_id"		"menu_users"
	}
3axap is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 10-12-2017 , 05:08   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #189

Quote:
Originally Posted by 3axap View Post
hmm... it me again xD. Categories can sort only on Flag? Can not I make 2 categories with no flag?
Like this:
Code:
	"Standarts"
	{
		"Name"		"Default skins"
		"Flag"		""
		"u_id"		"menu_standarts"
	}
	"Users"
	{
		"Name"		"Others skin"
		"Flag"		""
		"u_id"		"menu_users"
	}
Im afaraid no
__________________
ambn is offline
3axap
Member
Join Date: Dec 2012
Old 10-12-2017 , 06:16   Re: [CS:GO] Player Skin (With flag support)
Reply With Quote #190

Quote:
Originally Posted by ambn View Post
Im afaraid no
I was hope split Default and Other Skins (no FLAG), or Male with Female). cat_id in categories.ini and skins.ini maybe. You is author of plugin, and you decide. And excuse me for importunity (╯_╰).

Last edited by 3axap; 10-12-2017 at 06:17.
3axap 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 01:57.


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