Guest Posted January 28, 2007 Share Posted January 28, 2007 ok, i just set up my server, and what i now wanna do is adding some scripts. now i just have a simple 'Hello world' script when you type !hello, but how do i put it in my server? so my server can handle the script? thx. Angelo. ps. im new to the forums Link to comment
Jani Posted January 28, 2007 Share Posted January 28, 2007 http://mtavc.com/forum/viewforum.php?f=30 Link to comment
Guest Posted January 28, 2007 Share Posted January 28, 2007 ok, i still dont get it ?? i placed that entire mirc script in my mirc channel, added my script on the end, tried the command !hello, nothing worked..?? Link to comment
{CE}EyeZ Posted January 28, 2007 Share Posted January 28, 2007 like on:SIGNAL:mta.command: { if ($3 == !hello) mta.say $1 hello and welcome to my server! } [code] OR on:SIGANL:mta.join: { mta.msg $1 $2 Welcome to my server to see the list of command's type !commands mta.msg $1 $2 To register type !register } elsief ($3 == !register) mta.msg mta.name($1,$2) To register type /msg register Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now