Could anyone give me a script that makes everyone in the server dance?
Thanks in advance, None of the ones I can find will work and only make me dance.
{ [nil,_x,rSwitchMove, "ActsPercMstpSnonWnonDnon_DancingDuoIvan"] call RE; } foreach playableUnits;
^ All players dance
{ [nil,_x,rSwitchMove, "ActsPercMstpSnonWnonDnon_DancingDuoIvan"] call RE; } foreach allUnits;
^ all players and zombies.
Press thanks
{ [nil,_x,rSwitchMove, "ActsPercMstpSnonWnonDnon_DancingDuoIvan"] call RE; } foreach playableUnits;
^ All players dance
{ [nil,_x,rSwitchMove, "ActsPercMstpSnonWnonDnon_DancingDuoIvan"] call RE; } foreach allUnits;
^ all players and zombies.
Press thanks
Thank you very much sir!
Although, It still doesn't work for some reason! The dance starts to happen then stops?
Originally Posted by darkangel1
Thank you very much sir!
Although, It still doesn't work for some reason! The dance starts to happen then stops?
This one should work if its only for your self:
Code:
player playMoveNow "ActsPercMstpSnonWnonDnon_DancingDuoIvan"
Originally Posted by crinklymilk
This one should work if its only for your self:
Code:
player playMoveNow "ActsPercMstpSnonWnonDnon_DancingDuoIvan"
Yeah I have that one, The whole reason I wanted the whole server dance one was to do a mass TP, And troll with it, Playing funny music and making people dance. Haha.
Hmm sorry that the script doesn't work correctly, it might be detected maybe? Not entirely sure.
Ah I see, I think you need a remote exec for it.
It's probably best that you don't have this script anyways.
Originally Posted by pindrought
It's probably best that you don't have this script anyways.
Why not? So people wont make you dance?
I love the dance script, its a way i can prove i script to others.