[KFC]KungFu Posted May 26, 2005 Posted May 26, 2005 were can i get i location script spelling aside... what an ironic question! the loc script is built into Oli's General Release Script that works with Aeron's MTAMAdmin. You can get both here http://www.aeron.tk They will both auto update to the latest versions and you can select the scripts you want to use in the interface.
[KFC]KungFu Posted May 26, 2005 Posted May 26, 2005 I was easy on you... the question is ironic because you want the location of the location script Kinda like when is the time script but that's stupid so I guess it's not like that at all... anyway follow the instructions and you should be fine
Niels Posted May 26, 2005 Posted May 26, 2005 on *:SIGNAL:mta.command: { if ($3 == !loc) || ($3 == !wru) { %b = $iif($4 isnum,$4,$mta.getid($1,$4)) if ($4 != $null) { mta.say $1 $mta.name($1,%b) are in $mta.location($1,%b) } else mta.say $1 $mta.name($1,$2) you are in $mta.location($1,$2) } }
Oli Posted May 26, 2005 Posted May 26, 2005 errr. niels... no! try this: on *:SIGNAL:mta.command: { if (!loc* iswm $3) { var %b = $iif($4 == $null,$2,$iif($4 isnum,$iif($ini($mta.dir $+ $1.ini,ID $+ $2),$4,-1),$mta.getid($1,$4))) if (%b == -1) mta.msg $1 $2 Invalid Name/ID else mta.say $1 $mta.name($1,%b) $+ 's location $mta.area($1,%b) } } Niels: Spot whats wrong with ures compared to this?
Aeron Posted May 27, 2005 Posted May 27, 2005 Bleh, dont begin at scripting use grs OMFG! You are so wise Niels...
Recommended Posts