Jump to content

location script


Recommended Posts

Posted
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.

Posted

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

Posted
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)
}
}

Posted

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?

  • Recently Browsing   0 members

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