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

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


Post New Thread Reply   
 
Thread Tools Display Modes
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 11-17-2019 , 12:44   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #211

Quote:
Originally Posted by paulo_crash View Post
Would have to check if the models have animation, many do not have. Post here the list of models you use and have no animation, so it is easier to know if it is the model or a bug in the plugin.
Oops, that was for another plugin by the same author. Ill post in the appropriate thread
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
Lannister
Veteran Member
Join Date: Apr 2015
Old 12-06-2019 , 13:53   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #212

Fran, i wonder if you still giving support to this plugin, and also, recommend you if you could add a way to add "disable hat for this model" on your config,

For example, i've added an event on my community where all Terrorist have a Grinch model (which already have a Christmas hat by default) and CT's are all Santa, but people that uses custom models (Zephyrus store) are asking if i could add a Christmas hat so they can equip it with their custom model,

Thing is, i don't feel like it's a good idea to add a hat on Zephyrus items.txt because people will need to manually "buy" and equip them, which is not convenient since i'll disable that hat after december.

So with your plugin i'm abble to 'force' everyone to have Santa hat by default, which works great, however it also gives the hat to all the player models (remember i said most of my players have already a Grinch skin that already have a Santa hat) so the request here would be if you could add on your config a way to disable the hat for an specific model, for example

Code:
	"Santa Hat"
	{
		"model"		"models/player/holiday/santahat.mdl"
		"flag"	""
		"position"		"-0.500000 -2.000000 5.000000"
		"angles"		"0.000000 -0.500000 0.000000"
		"disableonplayermodel"  "models/player/custom_player/legacy/grinch_red/grinch_red.mdl"
		"disableonplayermodel"  "models/player/custom_player/legacy/santa.mdl"
		"playermodels"
		{
			"models&player&custom_player&legacy&tm_leet_variantA.mdl"
			{
				"position"		"-2.500000 -6.000000 -0.500000"
				"angles"		"1.000000 18.500000 15.000000"
			}
		}
	}
Also, some guy posted the same request and he made some code to make it work (sadly he couldn't figure it out) maybe it's useful for you too, https://forums.alliedmods.net/showthread.php?t=304010

Hope i explain myself well, thanks!!

Last edited by Lannister; 12-06-2019 at 15:02.
Lannister is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-28-2021 , 13:47   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #213

Could implement a slot option just like in the plugin store.

So I could put on various accessories without removing what we used, for example, putting on glasses, a hat and wings all together.

Last edited by paulo_crash; 02-28-2021 at 13:50.
paulo_crash is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 09-18-2021 , 00:55   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #214

Plugin loaded but hats are not working on CSS.
When I join my server, hats are not even downloaded to my client.
I just join the server without downloading anything.

My server.cfg
Code:
echo "Ejecutado: \cstrike\cfg\server.cfg"

decalfrequency "1.5"
motd_enabled 0
sm_cvar motd_enabled 0

//sv_downloadurl "https://axelmod.000webhostapp.com/cstrike/custom/axelmod/"
//sv_downloadurl "axelmod.great-site.net/cstrike"
sv_downloadurl "http://190.5.3.24/cstrike"
sv_allowdownload 1
sv_allowupload 1
sv_allow_wait_command 1
sv_alltalk 1
sv_consistency 0
sv_contact "[email protected]"
sv_flags "***"
//sv_gametypes ""
//sv_glowenable 0
sv_lan 0
//sv_maxcmdrate "30"
//sv_maxplayers "8"
	//sv_maxrate "1000"
sv_pausable 0
sv_region "2"
sv_search_key "***"
//sv_steamgroup "38732329"
sv_steamgroup "38732329"
sm_cvar sv_steamgroup "38732329"
sv_steamgroup_exclusive 0
sv_visiblemaxplayers "-1"
sv_voiceenable 1
sv_logbans 1

//log "off"

tv_enable 1
rcon_password "carajomierda"
mapcyclefile "mapcycleaxel.txt"

//bot_quota "9"
mp_flashlight 1
mp_roundtime "15"
mp_decals "0"
mp_forceautoteam 0
mp_freezetime "2"
mp_friendlyfire 0
mp_hostagepenalty "0"
mp_ignore_round_win_conditions 0
mp_tkpunish 0
mp_timelimit 15
mp_winlimit 2

sm_franughats_thirdperson "1" // Enable/disable third-person while using "sm_hats" or "sm_editor"

bot_kick
bot_allow_rogues 0
bot_difficulty 0
bot_join_after_player 0
bot_quota_mode "normal"
bot_quota 0
bot_auto_vacate 0
axelnieves2012 is offline
xeeek
Junior Member
Join Date: Jan 2017
Old 09-18-2021 , 07:26   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #215

How do I add 2 flags?
xeeek is offline
Laser32
AlliedModders Donor
Join Date: Sep 2006
Location: Germany (Schwerin)
Old 12-27-2021 , 04:33   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #216

is there also a plugin that allows you to move the weapons?

https://ibb.co/N6pL62w
Laser32 is offline
amogus
New Member
Join Date: Jan 2022
Old 01-01-2022 , 11:00   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #217

// franug_hats.sp(45) : error 050: constant 'Name' already defined
// franug_hats.sp(53) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// franug_hats.sp(26 : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// franug_hats.sp(296) : error 032: array index out of bounds (variable "g_array")
// franug_hats.sp(29 : error 032: array index out of bounds (variable "g_array")
// franug_hats.sp(299) : error 032: array index out of bounds (variable "g_array")
// franug_hats.sp(416) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePa...x#Enum_Structs
// franug_hats.sp(429) : error 032: array index out of bounds (variable "Items")
// franug_hats.sp(429) : error 029: invalid expression, assumed zero
// franug_hats.sp(429) : warning 215: expression has no effect
// franug_hats.sp(429) : error 001: expected token: ";", but found "]"
// franug_hats.sp(429) : fatal error 190: too many error messages on one line
amogus is offline
Turturel
New Member
Join Date: Aug 2022
Old 03-03-2023 , 21:02   Re: [CS:GO] Hats (with editor menu and 3rd person)
Reply With Quote #218

I put the cvar for thirt person in server.cfg but i still can.t see my mask in thirt person. What can i do?
Turturel 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 14:47.


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