Jump to content

Whats rong here...


SamB

Recommended Posts

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.

Do not PM me, im not going to read it anyway.

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  

coz_sig_oob.png

Server Blog | Server quickinfo

STFU and dont bug the mta team with ''when is DM comming''

or risk theyre spending more time explaining they're still working on DM than actually getting work done :shock:

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

coz_sig_oob.png

Server Blog | Server quickinfo

STFU and dont bug the mta team with ''when is DM comming''

or risk theyre spending more time explaining they're still working on DM than actually getting work done :shock:

  • Recently Browsing   0 members

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