Jump to content

some usefull/fun with mirc in mta


CoZ

Recommended Posts

hi all

did anyone try and make something usefull / fun

so far i did include about 100 small 1-2 line jokes

but that wasnt hard :P

i had a few ideas

- would it be fun to show the map creator name and description - via center

- a lot of times people from odd foreign countries are online . is it possible to send translate requests to a translate site like babelfish and get results ingame

- small games .. like trivia ?

- dunno .. give me ideas :D

i already have a lot of random comments in my script

like when someone types hello. it goes

  
on *:SIGNAL:mta.text:{
elseif ($3- == hello) {
   set %rand $rand(0,6)
   if (%rand == 0 ) mta.text $1 Automessage: Heeeey !!
   elseif (%rand == 1 ) mta.text $1 Automessage: Good day 
   elseif (%rand == 2 ) mta.text $1 Automessage: Hi !!!
   elseif (%rand == 3 ) mta.text $1 Automessage: Welcome 
   mta.pm $1 $2 if people are racing they'll respond later 
 }
}

did someone make a full chatbot ?

so basically .. did people try and make fun/usefull stuff with mirc for mta (besides admin commands)

Link to comment
  • Recently Browsing   0 members

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