Jump to content

Niels

Members
  • Posts

    204
  • Joined

  • Last visited

Everything posted by Niels

  1. Niels

    MTAMA Scripting

    set %ownerpoints. [ $+ [ %vercettiowner ] ] 0 set %ownerpoints $calc(%ownerpoints. [ $+ [ %vercettiowner ] ] )+1) that?
  2. Niels

    MTA:mA 3.19

    * Connecting to 62.195.25.8:****... (Admin+) * MOTD URL: http://members.lycos.nl/warland/motd.rtf * Connected! * Game: GTA:VC | Mode: Deathmatch | Sub mode: | 1 / 8 * Disconnected: Timed out. * Auto reconnect in 5 seconds. :S
  3. Niels

    MTA:mA 3.19

    Aeron, fix the intern ip's can use
  4. Niels

    MTAMA Scripting

    set %ownerpoints. [ $+ [ %vercettiowner ] ] 0 set %ownerpoints $calc(%ownerpoints. [ $+ [ %vercettiowner ] ])+1) What's wrong the points stay 0
  5. My admin panel is not working: (15:40:47) ADMINPLUS-JOIN: 'admin3679', ID = 0 (127.0.0.1) (15:41:09) ADMINPLUS-QUIT: 'admin3679', ID = 0 ... quit due to timeout.
  6. * Connecting to XXX.XXX.XXX.XXX:XXX... (Admin+) Can you for the logging the time example: 14:53:12 * Connecting to XXX.XXX.XXX.XXX:XXX... (Admin+)
  7. Niels

    MTAMA Scripting

    to close a progam example: i have turned on winnamp i will close that with mIRC is that possable ?
  8. Niels

    MTAMA Scripting

    i need a funtion to close a progam is it in mIRC?
  9. Niels

    MTAMA Scripting

    if ($3 == !clanban) { if ($4 != $null) { %a = 0 while (%a < $mta.maxplayers($1)) { if ($4 isin $mta.name($1,%a)) { if ($5 == $null) mta.say $1 All members of clan $4 are banned. else mta.say $1 All members of clan $4 are banned, Reason: $5- writeini "shitlist.ini" Clanban clan $4 ;<-- What edit my here? mta.ban $1 %a } inc %a 1 } unset %a } else mta.say $1 $mta.name($1,$2) Syntax: !clanban }
  10. Niels

    MTAMA Scripting

    mIRC Says this: * /if: insufficient parameters (line 845, script2.mrc)
  11. Niels

    MTAMA Scripting

    on *:SIGNAL:mta.join: { if ($readini(shitlist.ini,clanban,clan) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } if ($readini(shitlist.ini,clanban,clan1) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } if ($readini(shitlist.ini,clanban,clan2) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } if ($readini(shitlist.ini,clanban,clan3) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } if ($readini(shitlist.ini,clanban,clan4) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } if ($readini(shitlist.ini,clanban,clan5) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } } It's a great script
  12. Niels

    MTAMA Scripting

    if ($readini(shitlist.ini,clanban,clan) isin $mta.name($1,$2)) { mta.say $1 Your clan is clanbanned here. mta.ban $1 $2 } This is work with one clan. I ban more clans and he don't rember the old clan. Can somone fix this, or telll my what the error is ? (Sorry for my bad english)
  13. Niels

    MTAMA Blacklist

    Huh he's under a other ip
  14. Niels

    ManHunt

    Go to options of mtama deselect Include Nick in admin text and try again !mh on/off
  15. Niels

    MTAMA Scripting

    http://home.deds.nl/~aeron aka http://www.aeron.tk offline ?
  16. Niels

    MTAMA Scripting

    Lol, no thanks i hate GRS, but i have the answer from somone else Edit: i don't hate grs. I don't LIKE grs
  17. Niels

    MTAMA Scripting

    Can somone please tell my how make i a !kills script (Weapon kill counter)
  18. Niels

    MTAMA Scripting

    ThnX Harry! In Dutch, i can not good write english: Harry hij doet het maar ik bedoel dat hij tussen 10 uur en 18 uur de tijd niet verandert dus 10 smorgens en 10 savonds en als het bijvoorbeeld 18:01 is dat hij weer terug zet naar 10:00 dus aleen dag tijd.
  19. Niels

    MTAMA Scripting

    on *:SIGNAL:mta.event: { if $readini(weather.ini,main,time) { if ($2 == Time && $mta.time($1) < 10:00 ) && $mta.time($1) > 6:00 ) { mta.say $1 Time locked to day time mta.settime $1 10:00 } } Why is this don't work ??
  20. Niels

    MTAMA Scripting

    (Ja, dat klopt mij engels is niet zo goed )
  21. Niels

    MTAMA Scripting

    Als you help my i understand that
×
×
  • Create New...