View Single Post
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 12-07-2019 , 04:34   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #106

Quote:
Originally Posted by RealEdan View Post
Still have the issue where gloves are disappearing franug.. Any resolutions?
Quote:
Originally Posted by _GamerX View Post
Here is FIX for deleting /hats, gloves and next parented items from player model on end emotes.

Code:
		char emoteEntName[50];
		GetEntPropString(iEmoteEnt, Prop_Data, "m_iName", emoteEntName, sizeof(emoteEntName));
		SetVariantString(emoteEntName);
		AcceptEntityInput(client, "ClearParent", iEmoteEnt, iEmoteEnt, 0);
		DispatchKeyValue(iEmoteEnt, "OnUser1", "!self,Kill,,1.0,-1");
		AcceptEntityInput(iEmoteEnt, "FireUser1");
this add to StopEmote and TerminateEmote functions
instead this

Code:
		AcceptEntityInput(client, "ClearParent", client, client, 0);
		AcceptEntityInput(iEmoteEnt, "Kill");
__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX