Jump to content

OpiuM.

Members
  • Posts

    889
  • Joined

  • Last visited

Everything posted by OpiuM.

  1. [uSC] as well, but i think they stick to stunt server, main [] stunt is overidden with modders
  2. OpiuM.

    MTAMA Scripting

    easy, i would post, but...ahhh what the hell alias mta.text { if ($3 == insult) { mta.say $1 No insults please. mta.kick $1 $2 } if i am wrong, and it dosnt work, post here again, or correct me and of course change the "insult" to whatever word u DONT want to be said
  3. OpiuM.

    MTAMA Scripting

    first u need a server then u need the mIRC MTA admin tool 2.004 or igher i think, then u open script.mrc (C;//program files/mIRC/script.mrc) with notepad, then where u see the aliases add that shit, but take out the liases in the page, that were already there
  4. OpiuM.

    MTAMA Scripting

    yes, but mine combines te ingame admin script, and the vtekick, so u can stop it, and kick the idiot at the same time, without leaving the game...its just nifty is all
  5. OpiuM.

    MTAMA Scripting

    i also wanna make a timer kick for the votekick, amybe you could disable it b4 they r kicked?
  6. OpiuM.

    MTAMA Scripting

    alright {ULK}Dross suggested a awesome idea, and here it is: alias mta.text { if ($3 == !votekick) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.say $1 Votekick "!vote" if u want that $mta.name($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.say $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.say $1 Another votekick is running: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.say $1 $mta.name($1,$2) You have already voted } elseif ($readini($scriptdir $+ $1.ini,ID $+ $2,op)) { if ($3 == !vkstop) mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } } alias mta.pm { if ($3- == admin as well>) { mta.say $1 Admin rights given to $mta.name($1,$2) writeini $+(",$scriptdir,$1.ini") ID $+ $2 op 1 } } basiccly, if some moron is abusing votekick, if ur quick enough, and logged in as admin u disable the votekick by typing !vkstop
  7. yo, i ould use a admin, why did KFCz ban Point_ , kuz he quit KFC? thats just cold.
  8. I think he means those pesky things, where u wanna make a password, and u have to restart, that or changing the name of the server
×
×
  • Create New...