Jump to content

A Little Help


Vital

Recommended Posts

Ok I Need Help I Understand The Whole Scripting But What i don't get is that Syntax something like this

on *:SIGNAL:mta.command:{
     if ($3 == !arrest) {
      if (Cop* iswm $mta.skin($1,$2).name) { 
        mta.say $1 $mta.name($1,$mta.getid($1,$4)) You Are Under Arrest Pull Over By Cops : $mta.name($1,$2)
     }   
     else mta.msg $1 $2 Error - !arrest 
  }

how can i make it a syntax and only cops an do it?

Link to comment
Ok I Need Help I Understand The Whole Scripting But What i don't get is that Syntax something like this

?

on *:SIGNAL:mta.command:{
     if ($3 == !arrest) {
      if ($mta.skin($1,$2).name == Cop) { 
        mta.say $1 $mta.name($1,$mta.getid($1,$4)) You Are Under Arrest Pull Over By Cops : $mta.name($1,$2)
     }   
     else mta.msg $1 $2 Error - !arrest 
  }

There u go and u said u been working on it for 5 years :lol:

Link to comment
  • Recently Browsing   0 members

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