Jump to content

Can someone give me a !shutdown script !!!


thomeke

Recommended Posts

U can shutdown server from remote admin :P

I think this command is useless

yeah thats true , you can shutdown bij remote but i'm in my server playing a map but on my computer takes it 5 min. to quit the game and the server pc is another computer.

i don't use a remote eather because i got hacked 1 time by the remote so ...

Link to comment
on *:SIGNAL:mta.command: {
 if ($3 == !shutdown) {
   if ($mta.level($1,$2) == 5) || ($gus.level($1,$2) == 10) mta.shutdown $1
   else mta.pm $1 $2 Error - You need a higer level for this command!
 }
}

I made it for GUS and RCON ;)

Thank a lot betadevil but i still need 1 script.

i have a clan and people come in with my clan tag but they aren't members.

can i get a script fot that, if someone enter with my clan tag but he isn't member that he get kicked by the console

i search for it but i never find it

Link to comment

Thomeke, If you want that tag script you will have to make a command that will store all your members with IP adresses and stuff. That's alot of work. The easiest way is to make someone Level 1, then he wont be an admin and change the script that it will kick a faker that comes with an other IP than the name that's stored in admin.ini . Now that only happens with level 2 I thought. And I'ts also possible that when people typ !lvl on a person that's level 1 this text will appear: is a Member. Or something like that, if you can't do it yourself I'll try to help you!

Link to comment
  • 4 weeks later...

Try this one, but it´s much work. You need to write in here all Nicknames of members you have in the clan:

on *:SIGNAL:mta.join: {
 if ( isin $mta.nick($1,$2)) {
   if ($mta.nick($1,$2) == ) {
     mta.pm $1 $2 Hello $mta.nick($1,$2)
   }
   elseif ($mta.nick($1,$2) == ) {
     mta.pm $1 $2 Hello $mta.nick($1,$2)
   }
   elseif ($mta.nick($1,$2) == ) {
     mta.pm $1 $2 Hello $mta.nick($1,$2)
   }
   elseif ($mta.nick($1,$2) == ) {
     mta.pm $1 $2 Hello $mta.nick($1,$2)
   }
   elseif ($mta.nick($1,$2) == ) {
     mta.pm $1 $2 Hello $mta.nick($1,$2)
   }
   else {
     mta.text $1 $mta.nick($1,$2) has the Clan-tag, but he is not a clanmember!!!
     mta.kick $1 $2
   }
 }
}

Link to comment
  • Recently Browsing   0 members

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