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

[TF2] Do The Twist 0.4 (08/10)


Post New Thread Reply   
 
Thread Tools Display Modes
PAL-18
AlliedModders Donor
Join Date: Jul 2010
Old 07-27-2011 , 22:39   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #21

This plugin breaks maps because the props dont always return to their original positions.

See the screenshot below to see what i mean:
Attached Thumbnails
Click image for larger version

Name:	2011-07-27_00001.jpg
Views:	303
Size:	65.8 KB
ID:	89576  
PAL-18 is offline
Selektionsfaktor
Junior Member
Join Date: Nov 2011
Old 01-18-2012 , 07:55   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #22

Quote:
Originally Posted by ILOVEPIE View Post
THIS IS HOW U DO THE AUDIO JINDO!
replace action:cTwist with the following
Code:
public Action:cTwist(client, args)
{
    
    g_count = 1;
    
    if (GetConVarBool(g_cvars[CVAR_DANCE]))
    {
    
        new bool:messagesEnable = GetConVarBool(g_cvars[CVAR_MESSAGE]);
        if (messagesEnable)
        {
            PrintCenterTextAll("Get ready to Do The Twist!");
        }
        PrecacheSound("twist/twist.wav");
        PrefetchSound("twist/twist.wav");
        EmitSoundToAll("twist/twist.wav");
        CreateTimer(1.5, tTwist);
        return Plugin_Handled;
        
    }
    else
    {
        
        ReplyToCommand(client, "Twisting is not enabled.");
        return Plugin_Handled;
        
    }
}
then make a new folder in sounds named twist and copy in the linked zip file's .wav
Hello, sorry for the thread necromancy.

I am not well in compiling, so could someone be so kind and compile this changed version for me? Also, it works with mp3s too, right? I already have a suitable twist.mp3. I imagine that is better for the clients, so they don't have to download a huge wav. Or is it somehow streamed?

Thank you!
Selektionsfaktor is offline
Vipes
Member
Join Date: May 2012
Old 05-13-2012 , 13:12   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #23

Yeah, it's not working anymore..
Vipes is offline
B_CANSIN
Senior Member
Join Date: Aug 2011
Location: B_CANSIN's SERVERS
Old 01-09-2014 , 20:23   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #24

Good see this plunig still working on 2014 lol It can be bug on some props after you used it but It working yay
B_CANSIN is offline
A_Squirrel
Junior Member
Join Date: Feb 2014
Location: Hessen, Germany
Old 03-03-2014 , 03:47   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #25

I can confirm that this plugin itself works but the prop reset part of the "notwist" command does not.
A_Squirrel is offline
7106
Senior Member
Join Date: Jun 2013
Old 05-12-2014 , 04:33   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #26

can u edit plugin for me?
i need plugin when i type /twist, play custom sound.
and when i type /notwist, sound stop
plz, help me!
7106 is offline
7106
Senior Member
Join Date: Jun 2013
Old 05-06-2015 , 08:09   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #27

can u make this plugin for csgo?
7106 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 12:14.


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