Jump to content

scripts


Guest Camcorder

Recommended Posts

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 :):wink:

Link to comment

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...