Jump to content

!script me up


catman

Recommended Posts

This should work, haven't tested it though...

on *:SIGNAL:mta.command:{
 if ($3 == !taxi) {
   if ($mta.admin+($1) == $true) {
     var %a = 0
     var %b = 0
     while (%a < $mta.maxplayers($1)) {
       if ((%a != $2) && ($findtok(Taxi Borgnine Cabbie,$mta.vehicle($1,%a).name,1,32))) {
         mta.msg $1 %a $mta.name($1,$2) needs a taxi at $mta.area($1,$2)
         inc %b
       }
       inc %a
     }
     mta.msg $1 $2 Message delivered to %b taxi drivers.
   }
   else mta.say $1 $mta.name($1,$2) needs a taxi.
 }
}

Link to comment
  • 5 weeks later...
very easy... all you gotta do is post it in a text document and save it as "something.mrc" lmao... that's what I did... xD thanks for the script!

no need to make a new mrc file just copy paste above in any other existing script u running at right place and it will do the same thing.

Link to comment
  • Recently Browsing   0 members

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