Greg0rz Posted August 25, 2006 Share Posted August 25, 2006 on *:SIGNAL:mta.command: { if ($3 == !consolesay) { if ($gus.level($1,$2) >= 5) { mta.text $1 $4- } else{ mta.pm $1 $2 Error - You must be level 5 to use this command } } Im pretty sure the actual scripting is correct, but I just have no idea where the } and { 's go...... can anybody help out?[/code] Link to comment
lil Toady Posted August 25, 2006 Share Posted August 25, 2006 on *:SIGNAL:mta.command: { if ($3 == !consolesay) { if ($gus.level($1,$2) >= 5) mta.text $1 $4- else mta.pm $1 $2 Error - You must be level 5 to use this command } } Link to comment
Greg0rz Posted August 25, 2006 Author Share Posted August 25, 2006 Thanks man, I appreciate the help. Link to comment
{_AntiFreak_} Posted April 8, 2007 Share Posted April 8, 2007 elseif ($3 == !adminsay) || ($3 == !say) { if ($gus.level($1,$2) >= 5) { if ($4 == $null) { mta.pm $1 $2 Error - Syntax: $3 } else { mta.text $1 $4- } } else { mta.pm $1 $2 Error - You need to be level 5 to use this command. } } Link to comment
Recommended Posts