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

[CS:GO|CSS|L4D1&2] Fortnite Emotes Extended version (dances and emotes)[5-April-2023]


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-30-2019 , 14:44   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 18-October-2
Reply With Quote #101

Quote:
Originally Posted by DruGzOG View Post
Already expressed that wasn't the issue.
Files are in both the fast download and game server and yet does not post any error logs or anything else
So send us the FastDL download link, let's test if everything is ok.
paulo_crash is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 11-30-2019 , 19:29   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 18-October-2
Reply With Quote #102

View the attached. It's there.

There are other plugins that are running that use fast dl and they work without an issue. This is the only plugin. I posted above what could be the reason but unsure if the thread author has taken a look at it or not.
File's even download but does not do what its supposed to do
Attached Thumbnails
Click image for larger version

Name:	test.png
Views:	361
Size:	12.2 KB
ID:	178550  
__________________

Last edited by DruGzOG; 11-30-2019 at 19:42. Reason: added more details.
DruGzOG is offline
Send a message via AIM to DruGzOG
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-06-2019 , 11:27   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #103

-Fixed some memory leak & added Pre Forward
__________________
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; 12-06-2019 at 11:27.
Franc1sco is offline
Send a message via MSN to Franc1sco
Dim_oK
AlliedModders Donor
Join Date: Feb 2011
Location: Mother Russia
Old 12-06-2019 , 14:40   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #104

Please add a cvar to choose who will be available to the command CT/T/ALL
__________________
Sorry for my bad english
Dim_oK is offline
RealEdan
Member
Join Date: Dec 2016
Location: United States
Old 12-07-2019 , 03:01   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #105

Still have the issue where gloves are disappearing franug.. Any resolutions?
__________________
RealEdan is offline
_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
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-07-2019 , 07:19   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #107

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");


It would be interesting if you merged into the original project, have you tried to pull GitHub?
paulo_crash is offline
lugaa
Senior Member
Join Date: Dec 2018
Old 12-08-2019 , 03:34   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #108

Downloading http://fastdl.1st.mn//sound/kodua/fo...1_Loop.wav.bz2.
Error downloading http://fastdl.1st.mn//sound/kodua/fo...1_Loop.wav.bz2
Downloading http://fastdl.1st.mn//sound/kodua/fo...ix_01_Loop.wav.
Error downloading http://fastdl.1st.mn//sound/kodua/fo...ix_01_Loop.wav
Downloading http://fastdl.1st.mn//sound/kodua/fo...ippy_A.wav.bz2.
Error downloading http://fastdl.1st.mn//sound/kodua/fo...ippy_A.wav.bz2
Downloading http://fastdl.1st.mn//sound/kodua/fo...te_zippy_A.wav.
Error downloading http://fastdl.1st.mn//sound/kodua/fo...te_zippy_A.wav


some sounds name fixed
emote_zippy_a.wav to emote_zippy_A.wav
hip_hop_good_vibes_mix_01_loop.wav to Hip_Hop_Good_Vibes_Mix_01_Loop.wav


and sometimes hands is missing

Last edited by lugaa; 12-08-2019 at 03:41.
lugaa is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 12-08-2019 , 14:37   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #109

on multigames/minigames maps when you choose a mod in a multigame map and when someone is dancing not teleporting to the minigame choosen
ayrton09_arg is offline
Cruze
Veteran Member
Join Date: May 2017
Old 12-22-2019 , 07:38   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 06-Dec-2019]
Reply With Quote #110

Make a version for zeph store please? if exists, can someone provide link because I cannot find it!
__________________
Taking paid private requests! Contact me
Cruze 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 20:41.


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