Jump to content

Whats rong here...


SamB

Recommended Posts

Posted

on *:SIGNAL:mta.command: { 
 if ($3 == !members) { 
  mta.text $1 To join {XN}, please visit the !forum 
 }
}

Got the general code from another script, when I changed some things it didnt work :?

Posted

on *:SIGNAL:mta.command: {
 if ($3 == ) {
  mta.text $1 
 }
}

Words in <> change to whatever, command must be with ! in front or it won't work.

Posted
on *:SIGNAL:mta.command: { 
 if ($3 == !members) { 
  mta.text $1 To join {XN}, please visit the !forum 
 }
}

Got the general code from another script, when I changed some things it didnt work :?

To join {XN}, please 

the problem is the { } part of XN makes the script go wrong

try

To join $chr(123) XN $chr(125), please visit the !forum  

Posted

the problem is the { } part of XN makes the script go wrong

try

To join $chr(123) XN $chr(125), please visit the !forum  

$chr(125),

->

$chr(125) $+ $chr(44)

Posted

the problem is the { } part of XN makes the script go wrong

try

To join $chr(123) XN $chr(125), please visit the !forum  

$chr(125),

->

$chr(125) $+ $chr(44)

tnx :D

oh ..ps ..

Whats rong here...

the typo in the title :P

  • Recently Browsing   0 members

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