Point Blank Posted August 17, 2005 Share Posted August 17, 2005 there is a away command Link to comment
MrJax Posted August 17, 2005 Share Posted August 17, 2005 on *:SIGNAL:mta.command:{ if ($3 == !brb) mta.say $1 $mta.name($1,$2) will be right back } Link to comment
Niels Posted August 17, 2005 Share Posted August 17, 2005 This is mine: on *:SIGNAL:mta.command: { if ($3 == !away) { mta.say $1 $mta.name($1,$2) setted his status on away. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] away } if ($3 == !brb) { mta.say $1 $mta.name($1,$2) setted his status on be right back. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] brb } if ($3 == !setstatus) { if ($4 != $null) { mta.say $1 $mta.name($1,$2) setted his status on $4 set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] $4 } else mta.say $1 $mta.name($1,$2) Syntax: !setstatus } if ($3 == !pa) { unset %pa set %countpa 0 while (%countpa <= $mta.maxplayers($1) ) { if ($mta.name($1,%countpa) != Unknown) && (%away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ]) { if (%pa == $null) { %pa = $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } else { %pa = %pa $+ , $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } } !inc %countpa } if ( %pa == $null ) { mta.say $1 No people have a away status. } else { mta.say $1 Statuses: %pa } unset %pa unset %countpa } } Maybe is the english wrong Link to comment
Aeron Posted August 17, 2005 Share Posted August 17, 2005 Your wrong Niels, every scripter knows. Link to comment
Oli Posted August 17, 2005 Share Posted August 17, 2005 mta.say $1 $mta.name($1,$2) setted his status on be right back. love it! Link to comment
Harry Posted August 18, 2005 Share Posted August 18, 2005 mta.say $1 $mta.name($1,$2) setted his status on be right back. love it! Hahahahahahahahahahaha.. Oh my g... /me is going to buy a 'english for dummies' booklet and send it to the poor Niels... Link to comment
Selzi Posted August 18, 2005 Share Posted August 18, 2005 /me is going to buy a 'english for dummies' booklet and send it to the poor Niels... That's: "... an 'English for Dummies' booklet ..." Anyways, cool scripts! Link to comment
Harry Posted August 18, 2005 Share Posted August 18, 2005 Got to buy a new keyboerd as well Ah well... im not English as well.. writing nouns with capitals is german.. and i dont wanna write german in here Link to comment
Aeron Posted August 19, 2005 Share Posted August 19, 2005 Warum nicht? Es ist doch Spass! Link to comment
Harry Posted August 21, 2005 Share Posted August 21, 2005 is 1337 talk allowed? As you're going it (/me stops spamming this thread after this one) Link to comment
Recommended Posts