Raised This Month: $ Target: $400
 0% 

[CS:GO] Hats (with editor menu and 3rd person)


Post New Thread Reply   
 
Thread Tools Display Modes
3axap
Member
Join Date: Dec 2012
Old 10-05-2017 , 14:02   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #171

I took from the Gmod hat models. Many models have 5 or more skins.
3axap is offline
3axap
Member
Join Date: Dec 2012
Old 10-09-2017 , 02:50   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #172

After last update Release Notes for 10/5/2017 dont work any !chat command. Work only sm_ in console or silent /command to chat. I use Version 3.1 with perview HATS.
3axap is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-09-2017 , 04:20   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #173

Quote:
Originally Posted by 3axap View Post
After last update Release Notes for 10/5/2017 dont work any !chat command. Work only sm_ in console or silent /command to chat. I use Version 3.1 with perview HATS.
Check for log errors in the addons/sourcemod/logs directory
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
3axap
Member
Join Date: Dec 2012
Old 10-09-2017 , 06:12   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #174

Quote:
Originally Posted by Franc1sco View Post
Check for log errors in the addons/sourcemod/logs directory
I cleaned the folder before launching, and after start server only one write:
Code:
L 10/09/2017 - 13:07:54: SourceMod error session started
L 10/09/2017 - 13:07:54: Info (map "zm_z_zavod_yantar_go") (file "errors_20171009.log")
L 10/09/2017 - 13:07:54: [SM] Exception reported: Array index is out of bounds
L 10/09/2017 - 13:07:54: [SM] Blaming: franug_hats.smx
L 10/09/2017 - 13:07:54: [SM] Call stack trace:
L 10/09/2017 - 13:07:54: [SM]   [1] Line 187, E:\franugcompiler\include\smartdm.inc::Downloader_AddFileToDownloadsTable
L 10/09/2017 - 13:07:54: [SM]   [2] Line 360, franug_hats.sp::OnMapStart
If I remember right, this error was and before the update. (use dhooks-2.1.1-hg120-linux.tar.gz)

Tell me, can we count on an update? Fixes for this and update for "skins group" option? There are lots of models for rework (decompiling for change skins) or waiting for your update

Thank you, Master scripter ;)

Last edited by 3axap; 10-09-2017 at 06:33.
3axap is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-14-2017 , 17:18   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #175

Some of the Hats are bugged.

I got the version that is here: https://github.com/Franc1sco/Franug-hats

The hats in question that appears this BUG is this:
Quote:
"Sheep (Bloody)"
{
"model" "models/player/holiday/facemasks/facemask_sheep_rloody.mdl"
}
Here are the BUG images: Attachment 166002

How can I fix it?

[EDIT]
This is happening with another model too, the Zomrie Fortune
Quote:
"Zomrie Fortune"
{
"model" "models/player/holiday/facemasks/facemask_zomrie_fortune_plastic.mdl"
}
These BUGS only started when I updated to the latest version of the plugin.

Last edited by paulo_crash; 06-03-2020 at 13:39.
paulo_crash is offline
3axap
Member
Join Date: Dec 2012
Old 10-14-2017 , 17:28   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #176

You have not model. Check sm_download ini.
3axap is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-14-2017 , 17:31   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #177

Quote:
Originally Posted by 3axap View Post
You have not model. Check sm_download ini.
I do not use the sm_download plugin.

I've never had a problem with the other hats, only this one now.

Last edited by paulo_crash; 10-14-2017 at 17:32.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-14-2017 , 21:01   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #178

And there's one more problem.

When we use the sm_reloadhats command it gives the following error:
Quote:
L 10/14/2017 - 21:593: [SM] Exception reported: Invalid client index 0
L 10/14/2017 - 21:593: [SM] Blaming: franug_hats.smx
L 10/14/2017 - 21:593: [SM] Call stack trace:
L 10/14/2017 - 21:593: [SM] [0] ThrowError
L 10/14/2017 - 21:593: [SM] [1] Line 71, E:\franugcompiler\include\multicolors/colors.inc::C_PrintToChat
L 10/14/2017 - 21:593: [SM] [2] Line 55, E:\franugcompiler\include\multicolors.inc::CP rintToChat
L 10/14/2017 - 21:593: [SM] [3] Line 206, E:\Github\Franug-hats\scripting\franug_hats.sp::Reload
L 10/14/2017 - 21:593: rcon from "185.50.105.223:51080": command "sm_reloadhats"

Last edited by paulo_crash; 10-14-2017 at 21:02.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-23-2017 , 10:35   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #179

Someone has the solution to these errors:
https://forums.alliedmods.net/showpo...&postcount=175

https://forums.alliedmods.net/showpo...&postcount=178
paulo_crash is offline
3axap
Member
Join Date: Dec 2012
Old 10-26-2017 , 06:32   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #180

Franc1sco, what about "skins"(for model with one more skingroup) flag and "team" (ct&t) in config? Thank you)
3axap 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 10:24.


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