Guest Posted November 27, 2005 Share Posted November 27, 2005 hey i was wondering if anybody has a Admin and Moderator scritpt cause i dont like the number levels... plz help Link to comment
Vital Posted November 27, 2005 Share Posted November 27, 2005 try the all purpose script Link to comment
Guest Posted November 27, 2005 Share Posted November 27, 2005 but there are no command list i dont no how to make admins or mods Link to comment
Vicer/Spitfire Posted November 27, 2005 Share Posted November 27, 2005 It should have come with a readme that has all the commands Link to comment
{Static} Posted November 27, 2005 Share Posted November 27, 2005 All the commands are in GRS_MANUAL.TXT which you can get to by pressing the Readme button in the main window. Link to comment
MeanpantheR Posted November 27, 2005 Share Posted November 27, 2005 "i dont like the number levels... plz help" just make ur own, use somthing like ON *:SIGNAL:mta.pm:{ if ($3 == login) { if ($4 == imamod) { set %ismod $+ $1 $+ $2 True } } } on *:SIGNAL:mta.part:{ !unset %ismod $+ $1 $+ $2 } on *:SIGNAL:mta.command:{ if ($3 == !kick && %ismod $+ $1 $+ $2 == True) { if ($4 != $null) { mta.say $1 Kicking $mta.name($1,$4) $+ ! mta.kick $1 $2 } } } just wrote this in like 2mins os might not work hope u understand how it works tho Link to comment
Recommended Posts