Jump to content

Niels

Members
  • Posts

    204
  • Joined

  • Last visited

Everything posted by Niels

  1. Niels

    DNS

    How call a dns function in mIRC? For like to make a Host Ban System...
  2. Niels

    !backup and !status

    on *:SIGNAL:mta.command: { if ($3 == !backup) { mta.say $1 The Police Force needs Backup } if ($3 == !status) { if ($4 != $null) { %b = $iif($4 isnum,$4,$mta.getid($1,$4)) mta.say $1 $mta.name($1,%b) is $mta.status($1,%b).text } else mta.say $1 $mta.name($1,$2) is $mta.status($1,$2).text } }
  3. The Clan: XenoGamers is now lead the Battle Of Teams.
  4. Niels

    Spree Script

    Found the error STUPID! Forgot to calc: if ($calc($readini(spree.ini,current,$mta.name($1,$3))) >= $calc($readini(spree.ini,top,$mta.name($1,$3)))) {
  5. Niels

    Spree Script

    No i dont ask it, i found it in a great script and it isnt work...
  6. Niels

    Spree Script

    I dont need other script, can somone fix this: (He dont count the top spree) if ($mta.name($1,$3) != Unknown) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } !writeini -n spree.ini current $mta.name($1,$2) 0 }
  7. Niels

    Spree Script

    if ($mta.name($1,$3) != Unknown) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } !writeini -n spree.ini current $mta.name($1,$2) 0 } Is too not working
  8. Niels

    Spree Script

    on *:SIGNAL:mta.kill: { if ($mta.mode($1) == Deathmatch) { if ($mta.name($1,$3) != Unknown) && ($2 != $3) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } } !writeini -n spree.ini current $mta.name($1,$2) 0 } He isn't counting the top spree. If i got 13 spree and i type /kill he dont set the spree as top...
  9. if ($3 == !slap) { var %a = 1 while (%a < 6) { mta.slap $1 $4 } !inc %a }
  10. Niels

    Spree Script

    I have one but it's not working i got 14 spree and i type /kill and he doenst save it as top. I post it as i'am on home.
  11. Niels

    Spree Script

    Have's somone a spree script?
  12. I think that your host you dont give exec rights...
  13. KungFu is there a Vice City version of the script?
  14. Is this script there for Vice city too?
  15. A clan got that script... VCES i think, dont know
  16. Niels

    !brb command

    This is mine: on *:SIGNAL:mta.command: { if ($3 == !away) { mta.say $1 $mta.name($1,$2) setted his status on away. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] away } if ($3 == !brb) { mta.say $1 $mta.name($1,$2) setted his status on be right back. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] brb } if ($3 == !setstatus) { if ($4 != $null) { mta.say $1 $mta.name($1,$2) setted his status on $4 set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] $4 } else mta.say $1 $mta.name($1,$2) Syntax: !setstatus } if ($3 == !pa) { unset %pa set %countpa 0 while (%countpa <= $mta.maxplayers($1) ) { if ($mta.name($1,%countpa) != Unknown) && (%away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ]) { if (%pa == $null) { %pa = $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } else { %pa = %pa $+ , $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } } !inc %countpa } if ( %pa == $null ) { mta.say $1 No people have a away status. } else { mta.say $1 Statuses: %pa } unset %pa unset %countpa } } Maybe is the english wrong
  17. Niels

    ATS No Limits

    Nice, i love ATS (k)
×
×
  • Create New...