StormaX Posted November 5, 2006 Posted November 5, 2006 Hey, I suggest we gonna make a big script. Like i start and then ppl who see this topic post a little addon so at the end , maybe we have a good script Toady! on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } Post ! StormaX Edit: I almost missed that bracket.
Aeron Posted November 5, 2006 Posted November 5, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) { mta.say $1 The l33t mIRC Wizard } }
MeanpantheR Posted November 5, 2006 Posted November 5, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) { mta.say $1 The l33t mIRC Wizard } } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' }
StormaX Posted November 5, 2006 Author Posted November 5, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) { mta.say $1 The l33t mIRC Wizard with sexy pants. } else mta.say $1 Those pants suck cock lol } elseif ($3 == !advert && $4 == on) mta.say $1 The Advert system is now on MAN! } } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' }
lil Toady Posted November 5, 2006 Posted November 5, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) { mta.say $1 The l33t mIRC Wizard with sexy pants. } else mta.say $1 Those pants suck cock lol } elseif ($3 == !advert && $4 == on) mta.say $1 The Advert system is now on MAN! } } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' } and of course u fucked up the whole script on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) mta.say $1 The l33t mIRC Wizard with sexy pants. elseif ($findtok(!toady !master !lil_Toady,$3,32)) mta.say $1 $right($3,$calc($len($3) - 1)) pwnz j00! elseif ($3 == !advert && $4 == on) mta.say $1 The Advert system is now on MAN! } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' } muhahhahaha
Aeron Posted November 6, 2006 Posted November 6, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) mta.say $1 The l33t mIRC Wizard with sexy pants. elseif ($findtok(!toady !master !lil_Toady,$3,32)) mta.say $1 $right($3,-1) pwnz j00! elseif ($3-4 == !advert on) mta.say $1 The Advert system is now on MAN! } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' } on *:START: { if ($mta.admin+(1) != $null) { !enable mta.vc !disable mta.sa } else { !enable mta.sa !disable mta.vc } } #mta.vc off alias mta.text mta.say $1- alias mta.pm mta.msg $1- alias mta.nick return $mta.name($1-) [ $+ $iif($prop != $null,. $+ $prop) ] #mta.vc end #mta.sa off alias mta.say mta.text $1- alias mta.msg mta.pm $1- alias mta.name return $mta.nick($1-) [ $+ $iif($prop != $null,. $+ $prop) ] alias mta.skin return Disabled #mta.sa end
lil Toady Posted November 6, 2006 Posted November 6, 2006 hmm aeron, if i have admin+ off it will enable mta.sa! maybe check the mtama version on *:SIGNAL:mta.start:{ var %v = $right($gettok($dialog(mta).title,6,32),-1) if (%v < 4) { !enable mta.vc !disable mta.sa } else { !enable mta.sa !disable mta.vc } }
StormaX Posted November 6, 2006 Author Posted November 6, 2006 on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) mta.say $1 The l33t mIRC Wizard with sexy pants. elseif ($findtok(!toady !master !lil_Toady,$3,32)) mta.say $1 $right($3,-1) pwnz j00! elseif ($3-4 == !advert on) mta.say $1 The Advert system is now on MAN! } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' } on *:START: { if ($mta.admin+(1) != $null) { !enable mta.vc !disable mta.sa } else { !enable mta.sa !disable mta.vc } } #mta.vc off alias mta.text mta.say $1- alias mta.pm mta.msg $1- alias mta.nick return $mta.name($1-) [ $+ $iif($prop != $null,. $+ $prop) ] #mta.vc end #mta.sa off alias mta.say mta.text $1- alias mta.msg mta.pm $1- alias mta.name return $mta.nick($1-) [ $+ $iif($prop != $null,. $+ $prop) ] alias mta.skin return Disabled #mta.sa end Woot , but what is gettok ?
Aeron Posted November 7, 2006 Posted November 7, 2006 /help $command_you_don't_understand /help /command_you_don't_understand /help /quit /help $gettok
Harry Posted November 8, 2006 Posted November 8, 2006 Nice idea, but keep the script clean and no useless psots so i wont have to close this thread!
StormaX Posted November 8, 2006 Author Posted November 8, 2006 Ok harry , any peepz can make a lil RPG idea into the script?
Harry Posted November 8, 2006 Posted November 8, 2006 Sure, as long as it inst a gay addition like Aeron did and the script gets one big mess... Its fine with me.. If this thread gets spammed with useless posts (like mine and your last one) i'll have to close it.
The_Stig Posted December 20, 2006 Posted December 20, 2006 Sure, as long as it inst a gay addition like Aeron did and the script gets one big mess... Its fine with me.. If this thread gets spammed with useless posts (like mine and your last one) i'll have to close it. LOL well didn't you put a dampner on this thread LOL. Lighten up eh? its a forum many posts will not be constructive but thats why forums exist
Recommended Posts