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.

kfgkfc7dw.jpg
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

kfgkfc7dw.jpg
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)
}
}

OMG!

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?

Proud member of Multi Theft Auto

Founder of Full Metal Jacket

mtateam5fq.png

fmjbar2hk.png

Creator of MTA:mA:GRS

http://www.mtafmj.com

http://www.full-fat.com

Posted
Bleh, dont begin at scripting use grs

OMFG! You are so wise Niels...

"Never argue with an idiot. They bring you down to their level and beat you with experience."

"Arguing on the internet is like the Special Olympics. Even if you win, you're still retarded."

signature.gif

  • Recently Browsing   0 members

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