Jump to content
  • 0

Scream and dance


Guest

Question

Hey,

I´m sure everyone saw the new Franky episode....

I really like this crazy scream and dance script on the MGT server :P 

Someone has this too?

I would appreciate some help

Exp

Link to comment
Share on other sites

19 answers to this question

Recommended Posts

  • 0

It comes with the newer Infistar updates, so anyone who uses infistar has those functions on their servers.

Wow wow wow what ? o.O

I use inistar :P

Is it automatically enabled with the following commands ?

 

You just have to type /dance or /scream or /karate or / dance2 (put space after slash then type dance2 then backspace at the d)

/ d\ance2 xD ?

Link to comment
Share on other sites

  • 0

no it will be /dance2 but you cant type that in because when you type /dance it will do that one so you have to type it as / dance2 then delete the space between / and d

okie?

Thanks  B)  :rolleyes:

Sometimes I am a bit slow :P

Link to comment
Share on other sites

  • 0

I got some other dance scripts too if you want.. Pretty easy stuff though just google around a little and play off the animations (they are in Arma )

 

Yeah, I have those

                                if (_txt in ['dance','/dance']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingStefan'] call RE;
				};
				if (_txt in ['club','/club']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoIvan'] call RE;
				};				
				if (_txt in ['dancing','/dancing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoStefan'] call RE;
				};
				if (_txt in ['karate','/karate']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exerciseKata'] call RE;
				};
				if (_txt in ['pushup','/pushup','pressup','/pressup']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisePushup'] call RE;
				};
				if (_txt in ['squat','/squat']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisekneeBendA'] call RE;
				};
				if (_txt in ['workout','/workout']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle56kliky'] call RE;
				};				
				if (_txt in ['boxing','/boxing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle68boxing'] call RE;
				};				
				if (_txt in ['handstand','/handstand']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle70chozeniPoRukou'] call RE;
				};
				if (_txt in ['excercise','/excercise']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle69drepy'] call RE;
				};
Link to comment
Share on other sites

  • 0

 

Yeah, I have those

                                if (_txt in ['dance','/dance']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingStefan'] call RE;
				};
				if (_txt in ['club','/club']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoIvan'] call RE;
				};				
				if (_txt in ['dancing','/dancing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoStefan'] call RE;
				};
				if (_txt in ['karate','/karate']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exerciseKata'] call RE;
				};
				if (_txt in ['pushup','/pushup','pressup','/pressup']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisePushup'] call RE;
				};
				if (_txt in ['squat','/squat']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisekneeBendA'] call RE;
				};
				if (_txt in ['workout','/workout']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle56kliky'] call RE;
				};				
				if (_txt in ['boxing','/boxing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle68boxing'] call RE;
				};				
				if (_txt in ['handstand','/handstand']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle70chozeniPoRukou'] call RE;
				};
				if (_txt in ['excercise','/excercise']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle69drepy'] call RE;
				};

NICE :P 

EDIT: Never mind i just have to create a .sqf right ? dance.sqf or something and call it from the ini

 

Cheers

Exo

Link to comment
Share on other sites

  • 0

For this to work you'll have to add it in the AH.sqf of infistar!

Could you tell my where ?

At the beginning? (Where the other if condition are?)

 

Cheers 

Exo

Link to comment
Share on other sites

  • 0

It's already in the infistar just type the commands mentioned above

 

Yes but I do not have the latest version and forgot to register when I perchased it..... 

Thats why I asked :)

Link to comment
Share on other sites

  • 0

 

Yeah, I have those

                                if (_txt in ['dance','/dance']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingStefan'] call RE;
				};
				if (_txt in ['club','/club']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoIvan'] call RE;
				};				
				if (_txt in ['dancing','/dancing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'ActsPercMstpSnonWnonDnon_DancingDuoStefan'] call RE;
				};
				if (_txt in ['karate','/karate']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exerciseKata'] call RE;
				};
				if (_txt in ['pushup','/pushup','pressup','/pressup']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisePushup'] call RE;
				};
				if (_txt in ['squat','/squat']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_exercisekneeBendA'] call RE;
				};
				if (_txt in ['workout','/workout']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle56kliky'] call RE;
				};				
				if (_txt in ['boxing','/boxing']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle68boxing'] call RE;
				};				
				if (_txt in ['handstand','/handstand']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle70chozeniPoRukou'] call RE;
				};
				if (_txt in ['excercise','/excercise']) then
				{
					(_display) closeDisplay 0;
					[objNull, player, rplayMove,'AmovPercMstpSnonWnonDnon_idle69drepy'] call RE;
				};

May I ask how you are monitoring that chat?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...