• Table Issue
    1 replies, posted
Hey, I have a little problem. I want that if team runners wins, everyone who is still alive starts doing a random act and emits sounds. This is what it looks like: [url]http://pastebin.com/WLtNM5Qn[/url] But it doesn't work at all (nothing happens).
[lua] local dance = {"act cheer", "act dance", "act robot", "act salute"} [/lua] [lua] v:ConCommand(table.Random(dance)) v:EmitSound(table.Random(sounds), int, 100) [/lua]
Sorry, you need to Log In to post a reply to this thread.