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

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


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 08-31-2020 , 20:46   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #391

Quote:
Originally Posted by Valduga007 View Post
This working fine, but, I need to choose the skin again every round. Can you help me ?
I'm using it with the zombie:reloaded by franug, and always when a new round starts or when I reconnect the skin disappears and goes back to the original
We need you to provide error log and console, so we can rule out configuration errors on your part. If it is something in the plugin right there the author can check to fix it.
paulo_crash is offline
ownage13
AlliedModders Donor
Join Date: Apr 2015
Old 09-02-2020 , 12:16   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #392

So I have come to a couple weird issues and I do not see it in this thread already unless I missed it. But firstly I tried using MySQL and I setup a database and everything for it and it didnt work but when I switch it to sqlite it started working. How do I get the MySQL working id much rather have it on MySQL than sqlite. Secondly I pick the player model I want and it works for that round (can tell by the arms being different) but when it switches to a new round my arms get reset to default but the skin is still actively working. Is there a fix for this so it always shows the correct model arms or does this only work for the first round you put the model on?
ownage13 is offline
loko15
Junior Member
Join Date: Oct 2020
Old 10-22-2020 , 18:15   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #393

[PlayerSkin] You cannot change your skins anymore!

??
loko15 is offline
Focus Nation
Member
Join Date: Nov 2020
Old 11-20-2020 , 21:12   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #394

This plugin is super buggy, sometimes I can change skins any time of the map sometimes I can't change skins until restart all I want is to be able to change skin first 40 secs of round start like it's supposed to.. don't recommend this.
__________________

Focus Nation is offline
mck
New Member
Join Date: Apr 2019
Old 12-11-2020 , 03:24   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #395

i get a problem when i change teams the skins switch to default
what can cause that?
is there a fix?
mck is offline
0tane
New Member
Join Date: Dec 2020
Old 12-22-2020 , 15:18   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #396

Hello, thanks for your plugin, however I have a problem. When I upload the plugin to my server, I can no longer see the map, I find myself on a totally black map.

The second thing is: I don't understand why your plugin changes without asking for the default skins for the ct and t, I have a deadpool and a batman, I did not ask for that.

Can someone help me please, I really need a skins menu for my server.

Last edited by 0tane; 12-22-2020 at 15:19.
0tane is offline
Navid_16
New Member
Join Date: Jul 2020
Old 01-22-2021 , 12:12   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #397

[SM] Exception reported: Current result set has no fetched rows
L 01/22/2021 - 17:15:16: [SM] Blaming: PlayerSkin.smx
L 01/22/2021 - 17:15:16: [SM] Call stack trace:
L 01/22/2021 - 17:15:16: [SM] [0] SQL_FetchString
L 01/22/2021 - 17:15:16: [SM] [1] Line 1359, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\Version 5.0.1\addons\sourcemod\scripting\PlayerSkin.s p::IsUserWithSkins
L 01/22/2021 - 17:15:16: [SM] [2] Line 132, E:\_MyFiles\Sourcemod\Files\Working On\Released\SkinShop\Version 5.0.1\addons\sourcemod\scripting\PlayerSkin.s p:: PlayerSpawn

any help?

Last edited by Navid_16; 01-22-2021 at 12:23.
Navid_16 is offline
cinwin
New Member
Join Date: Feb 2021
Old 02-02-2021 , 10:12   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #398

This is a good skin plugin
But I want to ask how to use this sm_round_time 20
I added it to the server.cfg But it doesn't work
Now I'm confused
Thank you, developer
cinwin is offline
Golbanux
Member
Join Date: Apr 2020
Location: Romānia
Old 02-07-2021 , 14:26   Re: [CS:GO] Player Skin (Flag + SQL Support)
Reply With Quote #399

Quote:
Originally Posted by cinwin View Post
This is a good skin plugin
But I want to ask how to use this sm_round_time 20
I added it to the server.cfg But it doesn't work
Now I'm confused
Thank you, developer
Same problem! I have to restart server so the timeout works!
Reply me as soon as you solve it!
__________________
Golbanux is offline
koroshjam14
New Member
Join Date: Feb 2021
Old 02-08-2021 , 08:16   ThirdPerson View
Reply With Quote #400

hi. what i want to do is to change there view point to thirdperson, every time a player uses : !pskin, and when they close the menu, change the view point to first person.
now, i dont know anything about sourcepawn and sourcecoding, all i know is a bit of python..

but this is what i have tried till now and none have worked (cause i know nothing about source coding):

in the PlayerSkin.sp file, there was a couple of Classes or functions:
HTML Code:
1. public Action [B]Command_PlayerSkin(int client, int args) [/B]
i inserted [B]ClientCommand(client, "thirdperson");[/B] on top of its first line.

2. stock void [B]DisplaySkinMenu(int client, bool HaveCategories)[/B]
i did the same as i did with the firstone.

3. public int SkinMenuHandle(Handle menu, MenuAction action, int param1, int param2)
now in this one, there is no client variable so i checked the code bellow it, and it seemed like -[B]param1[/B]- is being used as the client, so i added[B] [ClientCommand(param1, "thirdperson");][/B] at the start of it, and then there was a [case MenuAction_End:] at the ed of it that had [B][CloseHandle(menu);][/B] in it, so i inserted [B][ClientCommand(param1, "thirdperson");][/B] above the closehandel function.
and Sorry if i have any typo or grammer issues, im not an native english speaker and not a good english typer.
+ sv_allow_thirdperson was set to 1
pls help me..
koroshjam14 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 17:30.


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