Jump to content

Whats rong here...


SamB

Recommended Posts

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  

Link to comment

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

Link to comment
  • Recently Browsing   0 members

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