/*
+----------------------------------------------------------------------------------------------------------------+
| |
| USAGE: |
| ______ |
| |
| CODE: |
| src.Dyn.add_mt("Message string", "color", "font",maptext_width,maptext_height) |
| NOTICE: |
| for the colors... i went ahead and provided some incoded ones.... you can use the followings: |
| green, orange, yellow, blue, red, purple, pink, white. Or you could use a hex color depending on you... |
| if you do NOT use a color from what i stated above and do NOT use a hex color |
| (meaning not including the "#" in your code number) The proc will automatically assign it |
| to white... |
| EXAMPLE: |
| var/obj/hud = src.Dyn.add_mt("Greetings!","white","Consolas",25,25) |
| hud.screen_loc = "CENTER" |
| src.client.screen += hud |
| By: Zohan98 |
+----------------------------------------------------------------------------------------------------------------+
*/
if the dl link doesn't work besure to try dis:
http://www.filedropper.com/library
What is it with you and switching between completely different styles constantly? Pick one and use it, don't just do whatever you feel like doing, real messy stuff.
Learn what src means and stop using where you're not supposed to it's driving me insane.
Why do you randomly start going all Java on me and end your lines with a semi-colon? Are you serious, the line breaks itself, you don't need to tell it, completely redundant artifacts.
This is basic code a beginner should know how to write but for some reason you can't. It's ++ not +=1, that's not hard to remember man... I told you about it yesterday and you released this after I told you about it.
Shows me you really don't care about your code at all. This is another shocking first write up man.