Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. groups with 4 and 6 teams would be better imho, so there will be pairs in every group..
  2. you're about level checks? Thats better than check the players level in every command, takes less space
  3. hmm, did you edit the script? try to download it again, i updated the link.. But thats a very strange problem.. for me it works fine here and i dont see mistakes in the code. anyway, redownload it p.s: no need to start a new topic all the time, post in one topic about my script
  4. on *:SIGNAL:mta.command:{ if (!admin* iswm $3) { var %a = 0,%b,%c,%d while (%a <= $mta.maxplayers($1)) { %d = $readini($scriptdir $+ admins.ini,$mta.name($1,%a),level) if (%d >= 6) %b = $iif(%b,%b $+ $chr(44) $mta.name($1,%a),$mta.name($1,%a)) $+ (Level: %d $+ ) elseif (%d >= 2) %c = $iif(%c,%c $+ $chr(44) $mta.name($1,%a),$mta.name($1,%a)) $+ (Level: %d $+ ) !inc %a } mta.say $1 $iif(%b,Admins: %b,No admins currently present.) if (%c) mta.say $1 Moderators: %c } } And you can get my 10 levels admin system here, it includes lots of commands
  5. call the ini 'admins.ini' and put it in the same dir as the script on *:SIGNAL:mta.command:{ if (!admin* iswm $3) { var %a = 0,%b while (%a <= $mta.maxplayers($1)) { if ($readini($scriptdir $+ admins.ini,$mta.name($1,%a),level) >= 2) %b = $iif(%b,%b $+ $chr(44) $mta.name($1,%a),$mta.name($1,%a)) $+ (level: $readini($scriptdir $+ admins.ini,$mta.name($1,%a),level) $+ ) !inc %a } mta.say $1 $iif(%b,Admins: %b,No admins currently present.) } }
  6. http://forum.mtavc.com/viewtopic.php?t=18095 P.S: my nick is lil Toady
  7. Lots of people asked me about some 10 levels admin system, and as i was bored this evening i made a little one You can get it here i did not really test it so if it has any bugs, post here.. COMMANDS: register/login: /msg register /msg login no level: !admins !skin !level !ping !idle !hp !car !loc !time !count <# secs> !in !out !list level 2: !settime !sun !fog !cloud !rain level 3: !ip level 4: !slap # level 5: !kick level 6: !constant level 8: !ban !addban level 9: !subnetban level 10: !setlevel !clankick !clanban
  8. Finished scripts? You already have got mta:ma working, now just download GUS and load it with the mta:ma scripts loader
  9. You're to connect to the game port with an admin connection? you need a different port for admin, make sure admin server is set up in you config and connect to the admin port you set (default 44003)
  10. maybe you don't need that many.. however that's your champ, organize it well, gl
  11. lmfao ImJohnMclane, be more specific. you want a script for mta:sa or mta0.5? what commands/levels etc you want..?
  12. Palster, i don't think it's fair to have players who take part in the tourney also as referees
  13. lol, that won't help much, i dont think many people know your language anyway try this on *:SIGNAL:mta.command: { var %a = $iif($4 != $null,$iif($ini($mta.dir $+ $1.ini,ID $+ $4),$4,$mta.getid($1,$4)),$2) if ($3 == !setadmin) { if (($5 > 10) || ($5 < 6)) mta.msg $1 $2 Podales bledny Poziom. Poziomy Admina 6-10. elseif ($readini(nickserver.ini,$mta.name($1,$2),level) < 10) mta.msg $1 $2 Nie masz uprawnien do wywolania tej komendy! elseif (!$5) mta.msg $1 $2 Blad! Wpisz: !setadmin elseif ($readini(nickserver.ini,$mta.name($1,%a),level) == $5) mta.msg $1 $2 Blad! $mta.name($1,%a) ma juz ten Poziom! elseif ($readini(nickserver.ini,$mta.name($1,%a),logged) != 1) else mta.msg $1 $2 $mta.name($1,%a) jest niezarejestrowany! else { mta.say $1 $mta.name($1,%a) dostal przywileje Admina. (Poziom: $5 $+ ) writeini -n nickserver.ini $mta.name($1,%a) level $5 } } if ($3 == !setmoder) { if ($readini(nickserver.ini,$mta.name($1,$2),level) < 6) mta.msg $1 $2 Nie masz uprawnien do wywolania tej komendy! elseif (($5 >= 6) || ($5 < 2)) mta.msg $1 $2 Podales bledny Poziom. Poziomy Moderatora 2-5. elseif (!$5) mta.msg $1 $2 Blad! Wpisz: !setmoder elseif ($readini(nickserver.ini,$mta.name($1,%a),level) == $5) mta.msg $1 $2 Blad! $mta.name($1,%a) ma juz ten Poziom! elseif ($readini(nickserver.ini,$mta.name($1,%a),logged) != 1) else mta.msg $1 $2 $mta.name($1,%a) jest niezarejestrowany! else { mta.say $1 $mta.name($1,%a) dostal przywileje Moderatora. (Poziom: $5 $+ ) writeini -n nickserver.ini $mta.name($1,%a) level $5 } } } and make sure that nickserv.ini is in MIRC dir
  14. well, there are few tables, one that stores account info, like user/pass, one for death/kills, and 3 more for vehicles/skins/weapons used, we have over 300 registered users by now and i can't say there are problems with it however if it's gonna be hard for the server handle all those tables, i can always set up a second server somewhere, so ill split users on two servers and they wont be loaded that hard
  15. I'd like to see nicks under the player, like in mta0.x And if the player is far enough from you the nick to be smaller
  16. Our server is coded in c++ and doesn't take much cpu (thnx to Tommis who hosts it) And the site is located on a completely diff hosting, it's a little bit crap but no major problems with it and pages do open fast enough
  17. playing other towns in VC lol? there's only one big VC map and you can't do anything with it
  18. No, nobody knows when it's going to be released, even the developers as bugs appear here and there. And it is not even at beta stage yet
  19. No that's not possible to add cars and pedestrians like in single player
  20. lil Toady

    Wild LOop

    yeah, great map!
  21. There were articles about it in several magazines. And sometimes there were mta installers in the gaming magazine's CDs ( at least here, where i live )
×
×
  • Create New...