Jump to content

Help me!


Guest Zack_91

Recommended Posts

Posted

I DOnt know how to do with the scripts i have IRC BUt what to do please can i get someones msn so he/she can help me with this plzzz..

Posted

Zack, this is not IRC Scripting, but MTA:mA Script here is a example:

on *:SIGNAL:mta.command: {
if ($3 == !zack) {
mta.say $1 Yo
}
}

if you typ !zack in server says admin 'Yo'

OMG!

Posted

This

on *:SIGNAL:mta.commands:{ 
 if $3 == !zack { mta.say $1 Zack is wkd!! }
}

Or

on *:SIGNAL:mta.commands:{ 
 if $3 == !zack { zack.say $1 }
}
alias zack.say {
mta.say $1 Zack is wkd!!
} 

:lol:

asherbert.png
Posted
This

on *:SIGNAL:mta.commands:{ 
 if $3 == !zack { mta.say $1 Zack is wkd!! }
}

Of course that'll only work with GRS :P

btw: /me hugs Oli for that idea :D

Posted
im sure u have confused the crap outta this guy lol

besides u can totally fit that on 1 line:

on *:SIGNAL:mta.commands:if $3 == !zack mta.say $1 Zack is wkd!!

And some i*d*i*o*t*s forgot the () for the if statement!

on *:SIGNAL:mta.command:if ($3 == !zack) mta.say $1 Zack is wkd!!

mta.command > mta.commands :wink: (Faster !!11!!!)

"Never argue with an idiot. They bring you down to their level and beat you with experience."

"Arguing on the internet is like the Special Olympics. Even if you win, you're still retarded."

signature.gif

  • Recently Browsing   0 members

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