[UVA]Bart
Members-
Posts
359 -
Joined
-
Last visited
Everything posted by [UVA]Bart
-
thanks i got notepad ++ and wanna learn lua but i dont get how to test it lol just gonna have to wait i guess
-
better speak to toady lol i no expert with gus but i had a go at it lol so it might be wrong on *:SIGNAL:mta.finish: { if (4 > $mta.rank($1,$2)) { mta.text $1 $mta.nick($1,$2) Position: $replace($mta.rank($1,$2),1,1st,2,2nd,3,3rd) - Time: $mta.time($1,$2).text if ($mta.rank($1,$2) == 1) { !writeini " $+ $scriptdir $+ playerswins.ini" players $mta.nick($1,$2) $+ 1 $calc($slr.pos($1,$2) + 1) } if ($mta.rank($1,$2) == 2) { !writeini " $+ $scriptdir $+ playerswins.ini" players $mta.nick($1,$2) $+ 2 $calc($slr.pos($1,$2) + 1) } if ($mta.rank($1,$2) == 3) { !writeini " $+ $scriptdir $+ playerswins.ini" players $mta.nick($1,$2) $+ 3 $calc($slr.pos($1,$2) + 1) } } } alias slr.pos !return $iif($readini($scriptdir $+ playerswins.ini,players,$mta.nick($1,$2) $+ $mta.rank($1,$2)) == $null,0,$v1) that will write the players name + there rank then count there wins like todd1=2 todd2=1 todd3=5
-
thanks toady lol i noticed that in my death check its fixed now will update download when a have a min
-
can you say what you need it for ? when you write a ini it stores the values like say todd=1 so to write that to ini you would do !writeini -n slrplayer.ini players todd 1 so i am writinig now with mine = but its storing all the players nicks on the start of a race, which i dont understand because it will get preaty full and you wont be able to store any more by the way i fixed the other one lol wrote it like i write hash but half ini and half hash
-
are you after it for gus or prs FNdanielNL
-
think that will work not tested it lol just wrote it in here on *:SIGNAL:mta.startrace: { if ($mta.server($1).players > 0) slr.addplayers $1- } alias slr.addplayers { var %a = 0 while (%a < $mta.server($1).cmax) { if ($mta.nick($1,%a) > $null) { !writeini -n slrplayers.ini players $mta.nick($1,%a) $mta.nick($1,%a) } !inc %a } }
-
create a new script in mirc and put this in and save it, this when you do !players will return the players name and there ingame id number. on *:SIGNAL:mta.command { if ($3 == !players) slr.playerlist $1- } alias slr.playerlist { var %a = 0 while (%a <= $mta.server($1).cmax) { if ($mta.nick($1,%a)) { mta.pm $1 $2 $mta.nick($1,%a) $+ 's Id is: %a } inc %a } }
-
sorry, i changed it so that it writes in to ini the mode and then if no map modes are set it reads the ini and what ever it is it sets the map mode to it and making a secondry dialog that comes up when you click on the button kinda like the save button asking you to confirm your selection
-
ye better to do it in hash but ye why you want to do that anyway ?
-
theres a swear protector in scoobys script and also about perminant mute that can be done by saving the name of a player, or ip and then auto muting when they join this can be added with a command and removed by a command after the admin thinks they have served there time being muted will have a look later in to it for you, and will post what i come up with
-
lol button like in new slr should do a combined one muahahahahahah
-
lol hashed and now top gonna try and think of something new gimme a bit longer lol to come up with some thing random and new
-
on it tomorrow
-
add me om msn [email protected] lol im bored and will help you and you should be able to change the levels in the prs control pannel
-
i sent you a pm also brb look for this on *:SIGNAL:mta.command and put this under it below the stats command and the vars elseif ($3 == !brb) mta.text $1 $mta.nick($1,$2) will be right back!
-
will look in to it when i have a free min lol just got 3 assignments from collage
-
sorry not thinking streight annoyed with the gf this will work:- ok look for this part of the script: on *:SIGNAL:mta.part: { !writeini -n slrSeen.ini LastSeen $mta.nick($1,$2) $fulldate if ($slr.mode($1) == Deathmatch) slr.DeathMatchCheck $1- if ($slr.loggedin($1,$2) == loggedin) { !remini -n slradmins.ini adminlog $mta.nick($1,$2) } } and replace this line if ($slr.mode($1) == Deathmatch) slr.DeathMatchCheck $1- with this one if ($mta.server($1).players > 1) && ($slr.mode($1) == Deathmatch) slr.DeathMatchCheck $1-
-
sorry yes i updated the download all you have to do is remove the line you can do it or download the new one ok look for this part of the script: on *:SIGNAL:mta.part: { !writeini -n slrSeen.ini LastSeen $mta.nick($1,$2) $fulldate if ($slr.mode($1) == Deathmatch) slr.DeathMatchCheck $1- if ($slr.loggedin($1,$2) == loggedin) { !remini -n slradmins.ini adminlog $mta.nick($1,$2) } } and deleate this line: if ($slr.mode($1) == Deathmatch) slr.DeathMatchCheck $1-
-
ok do you use mirc, if you do then in the window type in /slr (then press enter) and it will bring up a control pannel where you set the ping and all sorts of things any more prob add me on msn [email protected] or post here.
-
small error unless you want it to do that look elseif ($did == 5) { if ($did(w_n,5) == Welcome: On) { !did -a w_n 5 Welcome: Off [color=#FF0000]!did -ra w_n 4 Off[/color] } else { !did -a w_n 5 Welcome: On } } elseif ($did == 7) { if ($did(w_n,7) == News: On) { !did -a w_n 7 News: Off [color=#FF0000] !did -ra w_n 6 Off[/color] } else { !did -a w_n 7 News: On } } } ?? why do you want the red bit to show that the button is "off" in the edit box ?
-
change the points price from the bank tab of the dialog where you input the levels for the commands also you need to type in !add for you to be the main admin level 10. then addmode race will work once you have set the levels in the control pannel.
-
lil if your gonna do it proper make a dialog that allows you to select a language from pull down list then it allows them to type the message in there lang and then save it, then add more languages kinda like the add item of scoobs prs then let the trace and what not do the rest and you muppet why you asking for languages just use google translator
-
has any one got any ideas for my new one ? please
