Jump to content

BetaDevil

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by BetaDevil

  1. lol, funny to see 4 screens at the same time
  2. he disconnects you if you're computer is out of memory (I think )
  3. BetaDevil

    Auto kick

    on *:SIGNAL:mta.text: { if ($findtok(oops1,$3-,32)) mta.kick $1 $2 if (oops2 isin $3-) mta.kick $1 $2 } it kicks with this: he oops1 oops2sas
  4. yeah, but Ywa has a DM Server so he need it for that . I'm trying to make him a script but it doesn't work, anyone knows the solution? on *:SIGNAL:mta.endrace: { var %a = 0 while (%a < $mta.server($1).cmax) { if ($mta.nick($1,%a) != -1) { if ($calc($mta.dead($1) + $mta.frozen($1) + 1) == $mta.server($1).players) { if ($mta.dead($1,%a) != 1 && $mta.dead($1,%a) != 2 && $mta.dead($1,%a) == $null) { mta.text $1 $mta.nick($1,%a) won! } } } !inc %a } }
  5. I do everything by myself I made my own admin+rpg for MTAmA 4, but my server is not online anymore
  6. I think it will be out this time Tues Jan 09, 2007 15.54 pm
  7. BetaDevil

    Help needed

    thanks, I didn't know that and I need it
  8. nice map, I think I'm gonna play it many times
  9. on *:SIGNAL:mta.spawn:{ if ($mta.skin($1,$2) == 5) { .timer 1 1 mta.say $1 Blokada Anty VCC Wlaczona. .timer 1 2 mta.say $1 Paszol won $mta.name($1,%a) $+ za VCC!! .timer 1 3 mta.msg $1 $2 Nigdy Wiecej VCC a to jest nauczka .timer 1 6 mta.kick $1 $2 } else mta.say $1 $mta.name($1,$2) zrespawnowal sie jako $mta.skin($1,$2).name } alias mta.level !return $readini(nickserver.ini,$mta.name($1,$2),level) alias mta.ingame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 2) %b = %b + 1 !inc %a } !return %b } alias mta.outgame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 1) %b = %b + 1 !inc %a } !return %b }
  10. BetaDevil

    Help needed

    on *:SIGNAL:mta.text: { if (david isin $3) mta.text $1 David is nice! }
  11. You give small answers Aeron
  12. the ppl with Vista only have to wait for DM, it's just a little bit longer
  13. no, that command was deleted with some others... to make sum1 admin you have to use: !setlevel <1-9>
  14. maybe they could release a video and just say at the end that the release will be january 2007, they will stop with it...
  15. no it isn't... if you don't insert a name it shows your own name...
  16. if ($3 == !kickme) { mta.text $1 $mta.nick($1,$2) wants to be kicked... mta.pm $1 $2 3 !.timer 1 1 mta.pm $1 $2 2 !.timer 1 2 mta.pm $1 $2 1 !.timer 1 3 mta.pm $1 $2 Cya! !.timer 1 4 mta.kick $1 $2 !.timer 1 5 mta.text $1 and kicked $mta.nick($1,$2) $+ ! }
  17. No, it's not correct. with mta.getid it shows the ID.. this will be correct: alias mta.getnick { var %a = 0 while (%a <= $mta.server($1).cmax) { if ($2 isin $mta.nick($1,%a)) !return %a !inc %a } !return -1 } on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !ty) { if (%a == -1) mta.pm $1 $2 Error - Absent ID else mta.text $1 $mta.nick($1,$2) $+ :: Thank you, $mta.nick($1,%a) $+ !! } }
  18. is this 'cause you need help with it or are you giving it away
  19. I know that, but you never know
  20. It could be made, but I don't know if MTAmA works for SA DM, and if it works it doesn't support the hoods where you are.
×
×
  • Create New...