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
TRV
New Member
Join Date: Nov 2011
Old 10-06-2019 , 05:37   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #21

do this for CSS please
TRV is offline
erdembkc
Junior Member
Join Date: Nov 2018
Old 10-06-2019 , 07:19   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #22

Files uploaded, but not dancing

Edit: I restarted the server, improved thanks

Last edited by erdembkc; 10-06-2019 at 07:48.
erdembkc is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-06-2019 , 07:54   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #23

@sneaK thanks! merged.
@TheBOSS added admin force command and the menu cvar with some fixes. About gloves fix you are creating a new glove so add it to the main plugin will cause in plugin unnaproved, we could search another method for fix, for example set ActiveWeapon to -1 instead of remove all the weapons like in the original fortnite emotes demo_c version.


New version 1.0.5

-Jump cancels animation.
-Fix some emote names.
-Added forwards, fixed some tabs.
-add cvar sm_emotes_allow_clients_menu 0/1
-add Command force admin emote players sm_setemotes <#userid|name> <emote ID> , (emote ID from 1 to 84)
__________________
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
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 10-06-2019 , 12:04   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #24

Quote:
Originally Posted by arcticx2 View Post
i get this error for all of the sounds, even in other plugins like Franc1sco thanos , the funny thing is the thanos model will be downloaded by fastdl but the sounds wont ! do you get this error for this emote only ? or for all of them like me ?
hello, only for this emote
ayrton09_arg is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-07-2019 , 05:06   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #25

Quote:
Originally Posted by arcticx2 View Post
i get this error for all of the sounds, even in other plugins like Franc1sco thanos , the funny thing is the thanos model will be downloaded by fastdl but the sounds wont ! do you get this error for this emote only ? or for all of them like me ?
Maybe is problem of your csgo client. Try this in your console: cl_downloadfilter all
__________________
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
Di3Z1E
Member
Join Date: May 2018
Old 10-07-2019 , 06:43   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 6-October-2
Reply With Quote #26

strange orange justice is not in the list
here's the OG pack, maybe some one will add it?
idk if there's in the "v2" pack but there is in the attachment one
Attached Files
File Type: zip fortnite_emotes.zip (6.63 MB, 267 views)
Di3Z1E is offline
arcticx2
Senior Member
Join Date: Nov 2011
Old 10-07-2019 , 09:35   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #27

Quote:
Originally Posted by Franc1sco View Post
Maybe is problem of your csgo client. Try this in your console: cl_downloadfilter all
omg its fixed my problem !!!!! thanks ! ahhh i wanted to bang my head over the wall thanks again for this and your work. BUT how can we add this to all players joining the server ? isnt there any better way to just tell them use this command ( cl_downloadfilter all ) ? can we force it via server ? NVM got the answer from other post , seems like you CANT force it and you can just kick them and show them some error to use this value

but still got this errors :
Quote:
[Sound] S_StartSound(): Failed to load sound '*\kodua\fortnite_emotes\br_emote_shred_guita r_mix_03_loop.wav'. File is missing from disk/repository.

Last edited by arcticx2; 10-07-2019 at 10:11.
arcticx2 is offline
TheBOSS
Member
Join Date: Nov 2018
Old 10-07-2019 , 10:44   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 5-October-2
Reply With Quote #28

PHP Code:
public void OnClientPostAdminCheck(int client)
{
    
QueryClientConVar(client"cl_downloadfilter"QueryConVarclient);
}

public 
int QueryConVar(QueryCookie cookieint clientConVarQueryResult result, const char[]cvarName, const char[] cvarValue)
{
    if (
strcmp(cvarValue"none"false) && strcmp(cvarValue"maps"false))
    {
        return;
    }
    
KickClient(client"Your setting for cl_downloadfilter is wrong, please set : cl_downloadfilter all");
    return;


Last edited by TheBOSS; 10-07-2019 at 11:07. Reason: fixed :D
TheBOSS is offline
BReeZ
AlliedModders Donor
Join Date: Feb 2013
Location: Denmark
Old 10-07-2019 , 11:02   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 6-October-2
Reply With Quote #29

Nice update on the plugin.
Just like jump cancels the emote. Can you do WASD too?
__________________
BReeZ is offline
Di3Z1E
Member
Join Date: May 2018
Old 10-07-2019 , 11:09   Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes) [updated 6-October-2
Reply With Quote #30

Quote:
Originally Posted by BReeZ View Post
Nice update on the plugin.
Just like jump cancels the emote. Can you do WASD too?
line 566
change
Code:
static int iAllowedButtons = IN_BACK | IN_FORWARD | IN_MOVELEFT | IN_MOVERIGHT | IN_WALK | IN_SPEED | IN_SCORE;
==>
Code:
static int iAllowedButtons = IN_SCORE;
Di3Z1E 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 20:50.


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