Scooby Posted April 16, 2007 Share Posted April 16, 2007 on *:SIGNAL:mta.command:{ if ($3 == !brb) { mta.text $1 $mta.nick($1,$2) Will Be Right Back. $iif($4 != $null,Reason: $4-) if ($mta.level($1,$2) > 2) mta.freeze $1 $2 } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) Is Back if ($mta.level($1,$2) > 2) mta.unfreeze $1 $2 } } theres so many different ways u can do this script... lol all of these look ok, we could go on forever making useless scriptsbits like this. personally i would have done away with the freezing, and had it all in 1 line. its all good Link to comment
SanZoR Posted April 17, 2007 Share Posted April 17, 2007 Lol, i just used that same stuff what was in AntiFreak's post. You cant be so idiot, as you cannot change it yourself. Just gus.level to mta.level And both of them will works just fine. Link to comment
Scooby Posted April 17, 2007 Share Posted April 17, 2007 lol u would be supprised, some people dont know what to do with it, let alone how to change it or what to change it to Link to comment
SanZoR Posted April 18, 2007 Share Posted April 18, 2007 So big fuss cause of some stupid little script Ok, there are them for mta.level AND gus.level There is goes: FOR GUS: on *:SIGNAL:mta.command:{ elseif ($3 == !brb) { if ($4 == $null) { mta.text $1 $mta.nick($1,$2) will be right back. if ($gus.level($1,$2) >= 3) { mta.freeze $1 $2 } } else { mta.text $1 $mta.nick($1,$2) will be right back. mta.text $1 Reason: $4- if ($gus.level($1,$2) >= 3) { mta.freeze $1 $2 } } } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) is back. if ($gus.level($1,$2) >= 3) { mta.unfreeze $1 $2 } } ...And for PRS: on *:SIGNAL:mta.command:{ elseif ($3 == !brb) { if ($4 == $null) { mta.text $1 $mta.nick($1,$2) will be right back. if ($mta.level($1,$2) >= 3) { mta.freeze $1 $2 } } else { mta.text $1 $mta.nick($1,$2) will be right back. mta.text $1 Reason: $4- if ($mta.level($1,$2) >= 3) { mta.freeze $1 $2 } } } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) is back. if ($mta.level($1,$2) >= 3) { mta.unfreeze $1 $2 } } ...And without any freezing stuff: on *:SIGNAL:mta.command:{ elseif ($3 == !brb) { if ($4 == $null) { mta.text $1 $mta.nick($1,$2) will be right back. } } else { mta.text $1 $mta.nick($1,$2) will be right back. mta.text $1 Reason: $4- } } } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) is back. } } This cannot be so hard anymore =D Link to comment
BetaDevil Posted April 18, 2007 Share Posted April 18, 2007 BADD!!! As Scooby said there are many ways to do this, so here is the fastest one! on *:SIGNAL:mta.command: { if ($3 == !brb) mta.text $1 $mta.nick($1,$2) will be right back! $iif($4,Reason: $4-) elseif ($3 == !back) mta.text $1 $mta.nick($1,$2) is back! } so stop making scripts because it won't help anyway. Link to comment
SanZoR Posted April 18, 2007 Share Posted April 18, 2007 You are stupid... I wont make that one, just fixing that fuxing AntiFreaks's script!!! So stop crying coz of this. ty. Link to comment
Scooby Posted April 18, 2007 Share Posted April 18, 2007 lol calm down its only a tiny brb/back script... they all work, use whichever u want. im sure by now everyone has this working just fine and theres no need for more versions, unless someone specifies they want to do other things with it other than freeze. Link to comment
Recommended Posts