Jump to content

BetaDevil

Members
  • Posts

    153
  • Joined

  • Last visited

Details

  • Gang
    [RLS]

BetaDevil's Achievements

Busta

Busta (15/54)

0

Reputation

  1. BADD!!! As Scooby said there are many ways to do this, so here is the fastest one! on *:SIGNAL:mta.command: { if ($3 == !brb) mta.text $1 $mta.nick($1,$2) will be right back! $iif($4,Reason: $4-) elseif ($3 == !back) mta.text $1 $mta.nick($1,$2) is back! } so stop making scripts because it won't help anyway.
  2. NO!!! how do you make your scripts? Notepad or something? And why do you still use GUS in standalone Standalone on *:SIGNAL:mta.command:{ elseif ($3 == !brb) { if ($4 == $null) { mta.text $1 $mta.nick($1,$2) will be right back. if ($mta.level($1,$2) >= 3) { mta.freeze $1 $2 } } else { mta.text $1 $mta.nick($1,$2) will be right back. mta.text $1 Reason: $4- if ($mta.level($1,$2) >= 3) { mta.freeze $1 $2 } } } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) is back. if ($mta.level($1,$2) >= 3) { mta.unfreeze $1 $2 } } }
  3. you want ppl to by bans, lol... kicks, ok, but a ban is to extreme... they can ban everyone and the admins don't want it, so they'll unban...
  4. I didn't notice it was broken, I'll upload again... [ Zipped ] [ .mrc-file ]
  5. Change: if ($readini($scriptdir $+ admin.ini,ADMIN,$mta.nick($1,%aa)) >= 2) { to if ($mta.level($1,%aa) >= 1) {
  6. did you use the adminpassword or the password for your account? Maybe you used uppercase instead of lowercase.
  7. you inserted the wrong password too many times so you're banned.
  8. There's no reason for this, 'cause basically everyone likes PRS more (ok, I make my own scripts and never used PRS).
  9. lol, you need to say that (and yeah, I have something against YOU, Team.D and uD).Sorry for this admins.
  10. I never scripted this way before, but thiss will work (I hope)... alias prs.votekick { if ($3 == !votemap) votemap $1- elseif ($prs.votekicking($1) != yes) mta.pm $1 $2 Votekicking Is Currently Disabled. elseif ($prs.players($1) < 4) mta.pm $1 $2 Error: Not Enough Players - 4 needed. else { var %a = $iif((!$4),$2,$iif(($prs.getid($1,$4) == $null),$2,$v1)), %b = $chr(40) $+ $2 $+ $chr(41) if ($3 == !votekick) { if ($prs.votenick($1) != $null) mta.pm $1 $2 Error: Votekick Already Running on $mta.nick($1,$prs.votenick($1)) elseif (%a == $2) mta.pm $1 $2 Error: !votekick else { !hadd prstemp $mta.nick($1,$2) $calc($hget(prstemp,$mta.nick($1,$2)) + 1) if ($hget(prstemp,$mta.nick($1,$2)) >= 3) mta.pm $1 $2 Error: You votekick to much else { !hadd prstemp votenick %a !hadd prstemp voters %b mta.text $1 Type !vote If You Want $mta.nick($1,%a) Kicking. mta.text $1 Total Votes Needed: $ceil($calc($prs.players($1) / 2)) .timervotekick 1 90 prs.endvotekick $1- } } } elseif ($3 == !vote) { if (%b isin $hget(prstemp,voters)) mta.pm $1 $2 Error: You Have Already Voted! else { !hadd prstemp voters $hget(prstemp,voters) $+ %b mta.text $1 Total Votes: $numtok($hget(prstemp,voters),41) $+ / $+ $ceil($calc($prs.players($1) / 2)) prs.checkvotes $1- } } } } alias prs.checkvotes { if ($numtok($hget(prstemp,voters),41) == $ceil($calc($prs.players($1) / 2))) { mta.text $1 Kicking $mta.nick($1,$prs.votenick($1)) mta.kick $1 $prs.votenick($1) } } alias prs.endvotekick { if ($prs.votenick($1) != $null) mta.text $1 Votekick Ended On $mta.nick($1,$hget(prstemp,votenick)) !hdel prstemp voters !hdel prstemp votenick } on *:SIGNAL:mta.disconnect: { !hdel prstemp $mta.nick($1,$2) }
  11. maybe you can post the vkick....
  12. You only changed the text and timers, and you added a unnecessary if.
  13. You can't, you can only let the bots say if they're online, or you need to make your scripts work with MySQL and things.
×
×
  • Create New...