Trickydude19 Posted September 9, 2009 Share Posted September 9, 2009 Hi, I was wondering if it were possible to have a script that puts the logo of your server somewhere on the screen. I know there is already an image script out, (https://community.multitheftauto.com/index.php?p= ... ils&id=187), but it turns out that it's a gamemode, and i need a script of this. Thanks to anyone who can help! Link to comment
DutchCaffeine Posted September 9, 2009 Share Posted September 9, 2009 Here, i got something, something great, and works the way you want (with a bit of work) magic click Good luck with it. And o yes, that resource you showed, you can use it as every other resource, add in you gamemode meta.xml file: Link to comment
Ardril Lerfai Posted September 10, 2009 Share Posted September 10, 2009 just modify the files and wow your gamemode is now a plugin Link to comment
Dark Dragon Posted September 13, 2009 Share Posted September 13, 2009 if theres already what you want but as a gamemode you could also just change the type="gamemode" in its meta.xml to type="script" Link to comment
Trickydude19 Posted September 13, 2009 Author Share Posted September 13, 2009 Awesome, thanks ever so much guys! Link to comment
flemm Posted October 29, 2009 Share Posted October 29, 2009 yo bit late this posts, but anyways... i also downloaded that imagen recource today and found out bymyself, that i need to edit the xml from 'gamemode' into 'script', but now i got a new problem... it say´s, the position is right under the mini map.... thats just a "lie", because many players got many different solutions, so the image got many places, where it could be. So i decided to edit the postition from bottom left corner into right upper corner, so the image/text can´t overlapp the mini map Can anybody give me a position, where the text is in the right upper corner? I tested it bymysef, but i failed hard... tyvm Link to comment
driver2 Posted November 4, 2009 Share Posted November 4, 2009 You may want to use guiGetScreenSize and calculate the position based on that. You could for example take the width of the screen and substract the width of the image. You could also try if you could use the height of the screen to position the image under the radar based on the players resolution. 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