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

[CS:GO] First Person View Models Interface (with World Models) [Updated 26-Jan-2021]


Post New Thread Reply   
 
Thread Tools Display Modes
NC.svtrade
Senior Member
Join Date: Nov 2015
Old 09-03-2017 , 06:32   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #151

Does plugin work in TF2?
NC.svtrade is offline
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 09-25-2017 , 06:55   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #152

Hello,
I have problem with model knife change.
My code change model when player use button "R" (reload) on knife (model crossbow). In the beginning it changes into crossbows, and then you can change back to a knife, but when i change back to a knife, i have bug - the model of the crossbow is and is with the knife model. To fix it, I have to change my weapon and go back to the knife...
Code:
	if(CW==CKNIFE)
	{
		if(!ma_kusze[id])
		{
			ma_kusze[id] = true;
			FPVMI_AddViewModelToClient(id, "weapon_knife", ICrossbow);
		}
		else
		{
			ma_kusze[id] = false;
			FPVMI_RemoveViewModelToClient(id, "weapon_knife");
		}
	}
Qes is offline
lemonpie
Junior Member
Join Date: Mar 2018
Old 03-04-2018 , 17:17   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #153

Hey there first time server runner for CSGO and I am absolutely lost on how to use this plugin I have SM_skinchoose working fine with player models but I am at a loss of how to get this to work for weapon models?
lemonpie is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 04-02-2018 , 13:40   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #154

Code:
Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
sad
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.

Last edited by kaeming; 04-02-2018 at 13:40.
kaeming is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-14-2018 , 12:36   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #155

Quote:
Originally Posted by NC.svtrade View Post
Does plugin work in TF2?
This plugins was made for CS:GO so no idea.

Quote:
Originally Posted by lemonpie View Post
Hey there first time server runner for CSGO and I am absolutely lost on how to use this plugin I have SM_skinchoose working fine with player models but I am at a loss of how to get this to work for weapon models?
Just drag and drop and use a third party plugin like this https://forums.alliedmods.net/showthread.php?t=276779

Quote:
Originally Posted by kaeming View Post
Code:
Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
sad
This plugin dont touch m_iItemIDLow in the current version.
__________________
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.


Last edited by Franc1sco; 04-14-2018 at 12:37.
Franc1sco is offline
Send a message via MSN to Franc1sco
aykocity
Member
Join Date: Sep 2017
Old 05-20-2018 , 14:25   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #156

L 05/20/2018 - 14:19:10: [SM] Exception reported: Invalid edict (114 - 114)
L 05/20/2018 - 14:19:10: [SM] Blaming: fpvm_interface.smx
L 05/20/2018 - 14:19:10: [SM] Call stack trace:
L 05/20/2018 - 14:19:10: [SM] [0] GetEdictClassname
L 05/20/2018 - 14:19:10: [SM] [1] Line 301, C:\Program Files (x86)\Steam\SteamApps\common\csgo plug\sourcemod-1.7.3-git5280-windows\addons\sourcemod\scripting\fpvm_inter face.sp::OnClientWeaponSwitchPost
aykocity is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 06-02-2018 , 08:55   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #157

I have an issuse with this model : https://gamebanana.com/skins/161564
Currently worldmodel is visible, but.. under player model. How to fix it?
supertimor is offline
Javierko
AlliedModders Donor
Join Date: Sep 2017
Location: Czech republic
Old 09-03-2018 , 04:14   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #158

Quote:
Originally Posted by Qes View Post
Hello,
I have problem with model knife change.
My code change model when player use button "R" (reload) on knife (model crossbow). In the beginning it changes into crossbows, and then you can change back to a knife, but when i change back to a knife, i have bug - the model of the crossbow is and is with the knife model. To fix it, I have to change my weapon and go back to the knife...
Code:
	if(CW==CKNIFE)
	{
		if(!ma_kusze[id])
		{
			ma_kusze[id] = true;
			FPVMI_AddViewModelToClient(id, "weapon_knife", ICrossbow);
		}
		else
		{
			ma_kusze[id] = false;
			FPVMI_RemoveViewModelToClient(id, "weapon_knife");
		}
	}
Is there any solution? I have same problem.
__________________
My Github & Sourcemod work.
If you like my work and if you want to support me, you can through PayPal.

Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
Javierko is offline
snoopy174
Member
Join Date: May 2016
Old 12-12-2018 , 02:20   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #159

hi can someone fix it ? I have the choice lost a knife model and knife hands
snoopy174 is offline
Send a message via Skype™ to snoopy174
Trsak
Junior Member
Join Date: Jul 2018
Old 12-17-2018 , 11:40   Re: [CS:GO] First Person View Models Interface (with World Models support)
Reply With Quote #160

I wonder if this would work for weapon_fists model? So make knife looks like fists and have it's animations? :O
Trsak 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 19:37.


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