Oxyzium Posted December 6, 2014 Share Posted December 6, 2014 I would like to know if you guys could add some more lua support? when will your next silent be released!Examples we have thought of (You may know what we mean or not, if not then tell me)Displaying images when triggeredet.DrawImage("images/boobs.tga",320,320,255)Displaying text when triggeredet.DrawText("kill this player",420,420,255)So as my friend put it:local x = 320local y = 200local alpha = 255local image = et.Image(src,x,y,alpha) -- Create Image objectlocal textobj = et.Text("This is text",x,y,alpha) -- Create text object ( Possibly add font and font size stuff to it? )et.Draw(image) -- Draw the objectet.Remove(image) -- Undraw the objectimage.x = 200 -- Move x coordinateimage.y = 6 -- Move y coordinate Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted December 6, 2014 Management Share Posted December 6, 2014 The next version is in the works. I don't know when it will be released. There is some interesting work going on at the moment. About the request, I don't know about the images. The text command sounds interesting. We can definitely consider these. Quote Link to comment Share on other sites More sharing options...
Oxyzium Posted December 6, 2014 Author Share Posted December 6, 2014 (edited) We want images to display because we are making extra premotions but thanks that you considered text Edited December 6, 2014 by Oxyzium Quote Link to comment Share on other sites More sharing options...
Purple Posted December 22, 2014 Share Posted December 22, 2014 I'm not sure about the image callback, nor do i care for it my self. Although the text callback would be awesome, it would allow people to display information on the screen for others to see allowing more advanced modifcations to be made with simpler displaying options of stats etc (hide n seek mod e.g.). Once such things get made and people can see that. Other admins and server owners will see this and want custom ways of displaying stats in their servers as well possibly bringing more lua programmers to the scene and maybe awesome future mods Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.