Jump to content

Adding2 [All look here!]


ImJohnMclane

Recommended Posts

Posted

Dudes, still not work . =(


on *:SIGNAL:mta.command:{ 
 var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
 if ($3 == !addmember) { 
   !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.name($1,%a) 1 
   mta.say $1 Member $mta.name($1,%a) Added Succefully! 
 } 
}

Plz all try to help me

Posted

MTA:SA

on *:SIGNAL:mta.command:{ 
 var %a = $iif($4,$iif($mta.nick($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
 if ($3 == !addmember) { 
   !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.nick($1,%a) 1 
   mta.text $1 Member $mta.nick($1,%a) Added Succefully! 
 } 
}

MTA:VC

on *:SIGNAL:mta.command:{ 
 var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
 if ($3 == !addmember) { 
   !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.name($1,%a) 1 
   mta.say $1 Member $mta.name($1,%a) Added Succefully! 
 } 
}

"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

  • 2 weeks later...
Posted

ok so this can add like a clan tag to an INI?

if so how would you go about maken it kick people with said tag that have not been added to the ini?

"IE" !addtag clone_war

so now anyone that enters with "clone" gets told to change there nick then it kicks them

Posted (edited)

JarJar is dat u Jarred "JarJar" Linwood if it is did u get bored form vc fourms and mods lol this is tim_maxwell2

Edited by Guest
images2.jpg
  • Recently Browsing   0 members

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