Jump to content

!script me up


catman

Recommended Posts

Posted
Also is there a fully working script for the taxi.

A script for the taxi? Waht do you mean by that?

Posted

Nice one... i think it is next to the !fllvis script

In other words:

What the **** should it DO?

Posted

If you mean spawning a taxi to a player's location, this is not possible. It could PM players currently driving a taxi however to notify them that you want a lift.

Posted

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

  • 5 weeks later...
Posted

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!

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

  • Recently Browsing   0 members

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