Jump to content

MB|Lagzilla

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by MB|Lagzilla

  1. Thanks....tried all the code suggested still not much luck.....I just want to make a reliable wins system... Anything anyone could suggest?
  2. If I want to check if someone's alive the code would be: ($mta.dead($1,$2) == $false) Or is this wrong? This is how I'm using it: on *:SIGNAL:mta.part: { if ($mta.dead($1,$2) == $false) set %cplayers $calc(%cplayers - 1) mta.end $1 $2 }
  3. MB|Lagzilla

    GUS wins ?

    on *:SIGNAL:mta.part: { if (!$mta.dead($1,$2) set %cplayers $calc(%cplayers - 1) mta.end $1 $2 } Correct me if I'm wrong but is there not a bracket mismatch on line 2 of that piece of code? I would of thought it'd be: on *:SIGNAL:mta.part: { if ($mta.dead($1,$2)) set %cplayers $calc(%cplayers - 1) mta.end $1 $2 }
  4. Had this for several days now, the server list never completely loads. Maybe 1/2 or 1/3 does and the rest dosen't...any idea's anyone?
  5. Basicly, we have a hacker on our server, I have tried a normal ip ban and a subnet none of which slowed him up. He can't do anything atm because he has no access, what he does do is try to fake admins with Rcon to get an Rcon pass. Any sugestions of how we could ban him would be appreaciated....
  6. I belive this site's also blocked now. No longer working for me anyway..
  7. Ah ok, thought as much. Thanks.
  8. It's ok we have worked this out now. $mta.nick($1,$prs.getid($1,$4)) Got the result we wanted. This allowed us to make a command to say Welcome someone to the server so you could type. And the script command would output.
  9. Hi, I'm starting to make my own admin script including all the basic functions to start with. Seen as pretty much all the users will be on Dynamic ip's is it possible to make a /login commands to login to the admin level? Not particually keen on giving all admin's Rcon as I've had many strange incident's using this, such as lower level admins banning higher ones.
×
×
  • Create New...