• Help me!
    2 replies, posted
-Please delete...
That's because the Paint function is called every frame. Here's your problem [lua] HelpFrame.Paint = function() draw.RoundedBox( 8, 0, 0, HelpFrame:GetWide(), HelpFrame:GetTall(), Color( 0, 0, 0, 200 ) ) chat.AddText(Color(130,130,130), "PO Jackson: ",Color(255,255,255), "Hi. I can give you a list of persons in the city.") chat.PlaySound() end [/lua] Put [lua] chat.AddText(Color(130,130,130), "PO Jackson: ",Color(255,255,255), "Hi. I can give you a list of persons in the city.") chat.PlaySound() [/lua] Outside the Paint function.
Thanks:D
Sorry, you need to Log In to post a reply to this thread.