Jump to content

GetID script


Recommended Posts

you haven't actually posted the requested script Lil'San^,^u<3, and why would you need to write this function once again if it's already in mta:ma?

on *:SIGNAL:mta.command:{ 
  if ($3 == !id) { 
    if (!$4) mta.text $1 $mta.nick($1,$2) $+ 's ID: $2 
    elseif (!$mta.getid($1,$4)) mta.text $1 Error - Absent Nick 
    else mta.text $1 $mta.nick($1,$mta.getid($1,$4)) $+ 's ID: $mta.getid($1,$4) 
  } 
} 

Link to comment
  • Recently Browsing   0 members

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