Jump to content

Console Say Script Problems


Greg0rz

Recommended Posts

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
  • 7 months later...
  • Recently Browsing   0 members

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