08 Sep 12, 04:57PM
(08 Sep 12, 03:32PM)HarDZi!nN+ Wrote: guys i want a script that when i join a server it says Hi or something like that for i edit the message can someone help me?
[cubescript]if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways onconnectmsg)) [ add2alias mapstartalways [ if $connected onconnectmsg ] ]
onconnectmsg = [ say "Theres a snake in my boots." ][/cubescript]