This is a simple script
When you join the server a message will display short after you have joined. With some colors. Looks cool
this is very simple.
This is my first script, so write some comments here
http://forums.eventscripts.com/viewtopic.php?f=27&t=37563
Installation
Put es_load hostmsg in your autoexec.cfg
You only have to edit this there is written with red
es_delayed 5 es_tell event_var(userid) #multi #default[color=#FF0000]Server Owned By[/color]#green[#lightgreen[color=#FF0000]Doxxi and Sammsen[/color]#green] #default[color=#FF0000]Hosted by[/color]#lightgreen[color=#FF0000]www.LJ-data.dk[/color]#default
Version Notes For Eventscript 2.0+
Updated on: 2010-04-17 13:57:52 EST by m0rthzx (View Zip Contents)
// This addon is created by m0rthzx
// This is server join msg
{
event player_activate
{
es_delayed 5 es_tell event_var(userid) #multi #defaultServer Owned By #green[#lightgreenDoxxi and Sammsen#green] #defaultHosted by #lightgreenwww.LJ-data.dk#default
}
}
{
event player_activate
{
es_delayed 5 es_tell event_var(userid) #multi #defaultServer Owned By #green[#lightgreenDoxxi and Sammsen#green] #defaultHosted by#lightgreenwww.LJ-Data.dk#default.
}
}