Jump to content

{_AntiFreak_}

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by {_AntiFreak_}

  1. ok, i'll try to do it. and if it doesn't work, i'll stop it.
  2. But, i don't know how to do This
  3. But if I Copy it out of the GUS, it will Update my OWN Script to The new GUS. And it will delete my own Script
  4. Hello, How can i write an Updater like in GUS to update a Script
  5. hmm... ok, no problem. Thanks
  6. i meaned, i want to write PM's to Remote-Admins
  7. Hello, I've a question: Can i write PM's to an Admin like "/pm Admin "
  8. Can someone give me a script, that if i type "!admin", tere are shown the online RCON-Admins and not the GUS-Admins???
  9. elseif ($3 == !adminsay) || ($3 == !say) { if ($gus.level($1,$2) >= 5) { if ($4 == $null) { mta.pm $1 $2 Error - Syntax: $3 } else { mta.text $1 $4- } } else { mta.pm $1 $2 Error - You need to be level 5 to use this command. } }
  10. i've made brb-script with(out) reasons. Try it: elseif $3 == !brb) { if ($4 == $null) { mta.text $1 $mta.nick($1,$2) will be right back. if ($gus.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 ($gus.level($1,$2) >= 3) { mta.freeze $1 $2 } } } elseif ($3 == !back) { mta.text $1 $mta.nick($1,$2) is back. if ($gus.level($1,$2) >= 3) { mta.unfreeze $1 $2 } }
  11. 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 } } }
  12. Can someone give me a !voteban-script that really works? Hope for help. thx
  13. Use this one elseif ($3 == !lol) { if ($4 == $null) { mta.text $1 mta.nick($1,$2) is laughing out loud!!! elseif (%a == -1) { mta.pm $1 $2 Error - Absent ID } elseif (%a == $2) { mta.text $1 mta.nick($1,$2) is laughing out loud at himself!!! } else { mta.text $1 Mta.nick($1,$2) is laughing out loud at mta.nick($1,%a) !!! } }
×
×
  • Create New...