• MjcMOTD - Very Basic
    29 replies, posted
[U][B]MjcMOTD[/B][/U] A very simple/basic MOTD with 2 buttons. Its very simple and easy to use. If there are any errors please post a comment with the lua error and i be glade to help. [IMG]http://i.imgur.com/IdkAKMu.png[/IMG][U][B] Ingame screenshot[/B][/U] [IMG]http://i.imgur.com/trMmm26.png[/IMG] [U][B]Installation[/B][/U] Drag & Drop MjcMOTD folder into "garrysmod/addons/" [U][B]Download[/B][/U] [URL="https://garrysmods.org/download/13787/mjcmotd"][IMG]https://garrysmods.org/download/13787/button.png[/IMG][/URL] [URL]https://github.com/mjctechguy/MjcMOTD2[/URL] [U][B]Versions[/B][/U] [U][B]1.0[/B][/U] Initial Release [U][B]1.1[/B][/U] Added Simple Confiig Added HTML Support [U][B]1.1A[/B][/U] Fixed client config lua error [B][U]2.0 [/U][/B]Massive Update Whole UI Change and much more [B][U]2.1[/U][/B] Added more stuff to config Hover buttons added for close and main buttons Removed Buttons stable from cl_mjcmotd_config.lua to cl_mjcmotd_buttontable.lua Removed cl_mjcotdbuttontable.lua [B][U]2.2[/U][/B] [B]Fix error[/B] [ERROR] lua/includes/modules/draw.lua:198: attempt to index local 'color' (a nil value) 1. RoundedBox - lua/includes/modules/draw.lua:198 2. unknown - addons/mjcmotd2-master/lua/autorun/client/cl_mjcmotd.lua:100 [B][U]Trello - ToDo list [/U][/B][URL]https://trello.com/b/WLf0zShx/mjcaddons[/URL]
That's really nice!
Take this off of garrysmod.org now and put it up on scriptfodder.com That is an award winning motd. Though I have 3DMotd, still that is pretty nice. Sell that on scriptfodder dude. Its worth it
[QUOTE]Take this off of garrysmod.org now and put it up on scriptfodder.com That is an award winning motd. Though I have 3DMotd, still that is pretty nice. Sell that on scriptfodder dude. Its worth it[/QUOTE] Why should i make money off stuff i make. I'm not like that
[QUOTE=mjctechguy;47511546]Why should i make money off stuff i make. I'm not like that[/QUOTE] I like you.
[U][B]Version 1.1[/B][/U] Added Simple Confiig Added HTML Support
The style is really f*cking nice. Nice work.
It's really good that you don't want to sell it even after someone told you that you should. [editline]13th April 2015[/editline] Also forgot to say it's pretty nice.
[QUOTE=insanezanes;47521234]It's really good that you don't want to sell it even after someone told you that you should. [editline]13th April 2015[/editline] Also forgot to say it's pretty nice.[/QUOTE] I'm not that type of person who really cares about money with scripts. It either i give the script to public for free or keep it to myself for my servers and stuff and also thanks Any other features you would like to see on the MOTD I also working on a HUD [B][U]Trello - ToDo list [/U][/B][URL]https://trello.com/b/WLf0zShx/mjcaddons[/URL]
[U][B]Version 1.1A[/B][/U] Fixed Client config lua error [code][ERROR] addons/mjcmotd/lua/autorun/client/mjcmotd_config.lua:4: '<name>' expected near 'true' 1. unknown - addons/mjcmotd/lua/autorun/client/mjcmotd_config.lua:0[/code] [URL]https://github.com/mjctechguy/MjcMOTD/commit/e4dd0bb4edccbc92faf7b43b98c927621e34ff09[/URL]
@mjctechguy Sorry, this might not be the correct place to post this but I couldn't PM you... but what program is that with the code in it? The program you use to code... If you don't mind could you tell me what it is or the theme for the program its for? Thanks! Otherwise it's a great MOTD! Good job on it!
[QUOTE=nearbyplayer;47542261]@mjctechguy Sorry, this might not be the correct place to post this but I couldn't PM you... but what program is that with the code in it? The program you use to code... If you don't mind could you tell me what it is or the theme for the program its for? Thanks! Otherwise it's a great MOTD! Good job on it![/QUOTE] Subline Text 3 : [url]https://www.sublimetext.com/3[/url] Color Scheme: [url]https://packagecontrol.io/packages/Behave%20Color%20Scheme[/url] Theme : [url]https://packagecontrol.io/packages/Theme%20-%20Midnight[/url] Any also thanks :)
Version 2.0 - Massive UPATE Infinity Buttons Change the colours and stuff
Oh hey, that design looks really nice! I'm going to be a tad arrogant and assume you looked at my MOTD since the overall format is quite similar and you use the exact same error text for if a button isn't giving a function :v: Couple of tips though, you're creating AddMjcMOTDButton in cl_mjcmotdbuttontable.lua and then again at the top of the config file, but both are using a different table for some reason. Maybe expand the config overall as well, allow users to enter their own colours and stuff
[U][B]V2.1[/B][/U] Added more stuff to config Hover buttons added for close and main buttons Removed Buttons stable from cl_mjcmotd_config.lua to cl_mjcmotd_buttontable.lua Removed cl_mjcotdbuttontable.lua [editline]28th April 2015[/editline] [QUOTE=NiandraLades;47616744]Oh hey, that design looks really nice! I'm going to be a tad arrogant and assume you looked at my MOTD since the overall format is quite similar and you use the exact same error text for if a button isn't giving a function :v: Couple of tips though, you're creating AddMjcMOTDButton in cl_mjcmotdbuttontable.lua and then again at the top of the config file, but both are using a different table for some reason. Maybe expand the config overall as well, allow users to enter their own colours and stuff[/QUOTE] Also yes i did look at multiple MOTDs including yours
I get this error: [code] [ERROR] lua/includes/modules/draw.lua:198: attempt to index local 'color' (a nil value) 1. RoundedBox - lua/includes/modules/draw.lua:198 2. unknown - addons/mjcmotd2-master/lua/autorun/client/cl_mjcmotd.lua:100 [/code] Any idea why?
[QUOTE=LukeDell;47703695]I get this error: [code] [ERROR] lua/includes/modules/draw.lua:198: attempt to index local 'color' (a nil value) 1. RoundedBox - lua/includes/modules/draw.lua:198 2. unknown - addons/mjcmotd2-master/lua/autorun/client/cl_mjcmotd.lua:100 [/code] Any idea why?[/QUOTE] Could you provide your cl_mjcmotd.lua and cl_mjcmotd_config.lua use paste bin or something, or if you want we could use join.me if so pm your meeting id
I'm not very confident in these viewer applications... so I'll provide the sources: [B]cl_mjcmotd.lua: [/B] [url]http://pastebin.com/LP1pNApF[/url] [B]cl_mjcmotd_config.lua[/B] [url]http://pastebin.com/0BFPBndC[/url]
I forgot to update the repo so it never got added sorry about that. I added on the file long time ago i thought i updated it [editline]11th May 2015[/editline] Repo updated [URL]https://github.com/mjctechguy/MjcMOTD2/blob/master/lua/autorun/client/cl_mjcmotd_config.lua[/URL] Just copy and paste the whole file into the old config unless you want to just copyied what i forgot to update [U][B]Version V2.2[/B][/U] Fixed an error [ERROR] lua/includes/modules/draw.lua:198: attempt to index local 'color' (a nil value) 1. RoundedBox - lua/includes/modules/draw.lua:198 2. unknown - addons/mjcmotd2-master/lua/autorun/client/cl_mjcmotd.lua:100
Ah, okay! Thank you for the quick support! :)
[QUOTE=LukeDell;47704428]Ah, okay! Thank you for the quick support! :)[/QUOTE] Np :) anytime
when set !motd all players open. Not personally personally who scored. Fix Plz
[QUOTE=dok441;47732837]when set !motd all players open. Not personally personally who scored. Fix Plz[/QUOTE] What? That dose not make any sense please explain?
He says that whenever he uses the chat command, the MOTD opens on everyone's screen. This is because in your chat hook you never perform a ply == LocalPlayer() check.
Fixed the Player opens on all screens when !MOTD is used Thanks for the help zerf. Check Github and download the new update
[QUOTE=mjctechguy;47733977]Fixed the Player opens on all screens when !MOTD is used Thanks for the help zerf. Check Github and download the new update[/QUOTE] Nice work! Thank's for fixing that, was literally going to ask that as-well. But no need. :)
Would you mind if I edit your work? I'll credit you and will give you my edits obviously in the sake of cooperation.
[QUOTE=mectus11;47744971]Would you mind if I edit your work? I'll credit you and will give you my edits obviously in the sake of cooperation.[/QUOTE] Yes if you don't redistribute anywhere else
[QUOTE=mjctechguy;47745796]Yes if you don't redistribute anywhere else[/QUOTE] Fair enough, thanks :smile:
Would you be able to make it so you can type on the Web Browsers? As It won't let me type.
Sorry, you need to Log In to post a reply to this thread.