Have you ever wanted to write your name on a map?
Now you can with my completely random addon! It took me a long time of math to make

so I hope y'all enjoy it.
Scripters can copy and paste this into there script, if they want. It also has a stand alone feature where people can type !ll "letter/word/sentence they want to say" in console and it'll make it appear above their head!
If you want to use this in your own script, the syntax is (after you've pasted my script at the top of yours)
letters(letter).create(x, y, z, life, red, green, blue)
Example:
PYTHON:
| def es_client_command(ev): |
| userid = ev['userid'] |
| command = ev['command'] |
| loc = es.getplayerlocation(userid) |
| if command == '!a': |
| letters('a').create(loc[0], loc[1], loc[2] + 100, 25, color[0], color[1], color[2]) |


This took my 5 hours, but it was worth it, 'cause I wrote my name in lasers

(see my sig)
And yeah, I know this could be done w/o ES_Tools but, I already had started with it so tough, I'm not redoing it xD
special thanks to Joeyt2008 who turned 200+ lines to 30 I just made the big dict
http://www.nomorepasting.com/getpaste.p ... ide=python 
players can type !ll then the letter/word/sentence they want in console or chat and it'll "appear" above their head