Jacobob14 Posted February 23, 2014 Share Posted February 23, 2014 it is possible to spawn a screenshot is taken the player and display miniature in screen something like this http://prntscr.com/2v92e2 Link to comment
50p Posted February 23, 2014 Share Posted February 23, 2014 You can have pictures of all the skins available on your server and then simply display them in the corner of the screen. You can take a screenshot of each skin yourself and crop the face/head of them. Then you should learn some GUI scripting to display pictures and you should have no problem with that. It seems you have no or very little scripting knowledge so don't expect us to do it for you. Link to comment
Jacobob14 Posted February 23, 2014 Author Share Posted February 23, 2014 mmm would be something like this avatar = guiCreateStaticImage(sWidth-250,sHeight-103 ,60, 50, "skins/"..getElementModel(localPlayer)..".png", false) Link to comment
50p Posted February 23, 2014 Share Posted February 23, 2014 Yes. You would keep all your skin images/thumbnails in "skins/" folder. Their names would be ".png", so for example "20.png" for skin ID 20. Link to comment
Jacobob14 Posted February 23, 2014 Author Share Posted February 23, 2014 ok thanks for your help I could already do Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now