DutchCaffeine Posted June 3, 2008 Share Posted June 3, 2008 (edited) Release This is my first release!This box system can be very handy if you need/want a box system, it has 4 important boxes:Error box Warning box Info box Confirm box The current version is: 1.0.1 Bug fixes Client confirm action check. Fixed. Important update: This the last release of the 1.0.* versions. All the other bug fixes will be fixed in the new sub version release! Version 1.1.0 Futures Futures for the version 1.1.0Adding an load box. Adding an good box.Changing the images.Testing to use it as a misc resource, while testing in an other resource Install In your gamemode/script dir in the resource folder create:DIR: clientDIR: client - imagesDIR: serverput the next files in:error.png, warning.png, info.png, question.png in:client/imagesclient_core.lua, client_funtions.lua, client_example.lua in:clientserver_functions.lua, server_example.lua in:serverAdd in your meta.xml file: <file src="client/images/error.png" type="client" /> <file src="client/images/warning.png" type="client" /> <file src="client/images/info.png" type="client" /> <file src="client/images/question.png" type="client" /> <script src="server/server_functions.lua" type="server" /> <script src="server/server_example.lua" type="server" /> <script src="client/client_core.lua" type="client" /> <script src="client/client_functions.lua" type="client" /> <script src="client/client_example.lua" type="client" /> Then test it with the next commands:Client: /cerror - Show error box /cwarning - Show warning box /cinfo - Show info box /cconfirm - get you million. server: /serror - Show error box /swarning - Show warning box /sinfo - Show info box /sconfirm - get you million. Legal This system is licensed with the gpl public license.GPL public license Final notes For the usage take a look in server_example.lua or client_example.lua.To report bugs just type:Bug name: Your bug nameBug explain: You bug explainDownload from community:https://community.multitheftauto.com/index.php?p= ... ils&id=173I hope you are happy with this system! Edited June 3, 2008 by Guest Link to comment
50p Posted June 3, 2008 Share Posted June 3, 2008 From what I read here I understand it's not a resource, right? Why don't you make it as a resource? Link to comment
DutchCaffeine Posted June 3, 2008 Author Share Posted June 3, 2008 It is an resource, misc. But i don't know if it is a misc that i can use it in an other resource. So that's why i explained how to install it. If you can use it in other resources, what i'm going to test for 1.1.0! But first release a bug fix, very soon (maybe tonight) 1.0.1 Link to comment
eAi Posted June 3, 2008 Share Posted June 3, 2008 The resource type has no effect on anything in MTA. We don't even read that. It's purely for information and for the website. Oh, and other resources can use it too, if they wish... Link to comment
HouseMD Posted June 3, 2008 Share Posted June 3, 2008 why would you use the gpl license on the script to show that it's legal? i mean its not as serious as someone as creating a program (.exe types i mean) so, why the gpl license? Link to comment
Ace_Gambit Posted June 3, 2008 Share Posted June 3, 2008 why would you use the gpl license on the script to show that it's legal? i mean its not as serious as someone as creating a program (.exe types i mean) so, why the gpl license? Probably because that is 1337. Link to comment
HouseMD Posted June 3, 2008 Share Posted June 3, 2008 well... lol, ok then... 1337 it is... still the gpl license bothers me Link to comment
DutchCaffeine Posted June 3, 2008 Author Share Posted June 3, 2008 well... lol, ok then... 1337 it is... still the gpl license bothers me First why it bothers you. Second the gpl license is not only for .exe files, but for every file extensions. Even .lua. Third you can edit the script, but not release it without my (written) permission. (thats gpl) Fourth i really don't bother either you like the license or not. ==== 1.0.1 bug fix released. This is the last release of the 1.0.* versions. The new version what is coming is 1.1.0 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