View Single Post
Old 09-11-2009, 07:12 AM   #5
Lt Llama
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Quote:
ARMORED FIRE IN MY LEIDAAAR


Btw, Hlstriker. If you really are bored, can't you make a dance plugin?
We have one on Euroskillz which Ramon made, but its a bit primitive. I have imagined a menu that pops up when you say /dance where you can select dances. I imagine you could make a few simple dance like functions. Maybe even make it so people can provide new dances in Pawn, and they are added as addons, a bit like the Hats plugin. You could even have a public vote for dancing which selects music + dance animations.

I mean, both you and me know all the late night dance orgys on conc_hell. People love it. And with a powerful dance plugin, this could just rock completelly. Hell, it may even be the start of a new Era in TFC skills, and even FF, ported to sourcemod.

The animation used on Euroskillz:

Quote:
public animation(id) {
new sequence = random_num(0,76)
new Float:frame = random_float(0.0,76.0)
entity_set_int(id,EV_INT_sequence,sequence)
entity_set_float(id,EV_FL_frame,frame)
client_cmd(id,"+jump;wait;-jump")
}
Yep, more like me dancing irl, random jumping, up and down, off beat.

p.s. Keep on being bored
__________________
http://www.signaturebar.com/uploads/images/50033.png
Lt Llama is offline   Reply With Quote