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

[CS:GO] Fortnite Emotes Demo (v1.0.2, 20 Sep 2019)


Post New Thread Reply   
 
Thread Tools Display Modes
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 09-09-2019 , 10:52   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #11

I hope we will meet in other projects too^^
Nexd is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 09-09-2019 , 11:15   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #12

my godness this is awesome, good job
__________________
NanoC is offline
Send a message via Skype™ to NanoC
szogun
Senior Member
Join Date: Apr 2016
Old 09-09-2019 , 12:10   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #13

I don't know what I'm doing wrong, but my characters don't dance
It looks just like on screenshot

https://zapodaj.net/images/e7ed477cc9bc7.jpg
szogun is offline
einsfuhrer
Member
Join Date: Jun 2019
Old 09-09-2019 , 13:37   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #14

How do I change the length of the sound. I want to lower how far away the sound is going. How do I do that?
einsfuhrer is offline
einsfuhrer
Member
Join Date: Jun 2019
Old 09-09-2019 , 13:51   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #15

I also got some bugs that you should fix.

- If someone jumps on someones head, then dance. And then the player under moves away, the player above will float in the air: https://gyazo.com/c6d03c70fba3aa77afaa76a858cbb23a

- If you buy a grenade, then throw it and then emote. You will get your nade back.

- If you emote at a place on the map, then the enemy team will see you in the center of the map, on the radar: http://prntscr.com/p3wlka

Last edited by einsfuhrer; 09-09-2019 at 13:51.
einsfuhrer is offline
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 09-09-2019 , 14:24   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #16

PHP Code:
stock bool IsClientCrouching(int client)
{
    if(
GetEntityFlags(client) & FL_DUCKING)
        return 
true;

    return 
false;
}

stock bool IsClientIsOnGround(int client)
{
    if(
GetEntityFlags(client) & FL_ONGROUND)
        return 
true;

    return 
false;


Last edited by Nexd; 09-09-2019 at 14:24.
Nexd is offline
einsfuhrer
Member
Join Date: Jun 2019
Old 09-09-2019 , 14:44   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #17

Quote:
Originally Posted by Nexd View Post
PHP Code:
stock bool IsClientCrouching(int client)
{
    if(
GetEntityFlags(client) & FL_DUCKING)
        return 
true;

    return 
false;
}

stock bool IsClientIsOnGround(int client)
{
    if(
GetEntityFlags(client) & FL_ONGROUND)
        return 
true;

    return 
false;

Where should I put that? Like on which row?
einsfuhrer is offline
greatblader
AlliedModders Donor
Join Date: Nov 2016
Location: Cave
Old 09-10-2019 , 05:26   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #18

Hi, i am using this plugin but i encountered one issue together with the Advanced Noscop plugin. Whenever someone noscope another player who is doing the emote, the distance goes like 300m although the noscop happened literally 1m away. I tested it with other emotes and it seems to be bugged with long distance like 200m and 300m. Any help?
greatblader is offline
Virginia
Member
Join Date: Aug 2015
Old 09-10-2019 , 05:27   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #19

Quote:
Originally Posted by einsfuhrer View Post
How do I change the length of the sound. I want to lower how far away the sound is going. How do I do that?
Line 265
Code:
EmitSoundToAll(g_sEmoteSound[client], EmoteSoundEnt, SNDCHAN_AUTO, SNDLEVEL_CONVO, _, 0.8, _, _, vec, _, _, _);
Try changing SNDLEVEL_CONVO to SNDLEVEL_HOME, SNDLEVEL_FRIDGE or SNDLEVEL_LIBRARY. But the player who is using the emote will hear it lower too, so i think SNDLEVEL_CONVO is the best setting.
Virginia is offline
Virginia
Member
Join Date: Aug 2015
Old 09-10-2019 , 06:04   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #20

Quote:
Originally Posted by einsfuhrer View Post
I also got some bugs that you should fix.

- If someone jumps on someones head, then dance. And then the player under moves away, the player above will float in the air: https://gyazo.com/c6d03c70fba3aa77afaa76a858cbb23a

- If you buy a grenade, then throw it and then emote. You will get your nade back.

- If you emote at a place on the map, then the enemy team will see you in the center of the map, on the radar: http://prntscr.com/p3wlka
1) I already fixed that, will update plugin in few days.

2) I'm still investigating that.

3) Not sure why this happens atm.
Virginia 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 06:28.


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