Chewd Posted February 15, 2004 Share Posted February 15, 2004 Please help with votekick script! I copied the posted script into notepad and renamed it votekick.mrc then put it into root directory of mIRC. It worked fine the first time but I can't get it to work since. I'm not sure what I'm doing wrong but if someone would be knid enought to share some info I'd appreciate it. I used the mentioned command of !votekick 0 and it's not working right. I even tried using the mIRC load script button.. and nothing. I really have minimal mIRC experience if you haven't noticed already. Thanxs again Link to comment
MAD_BOY Posted February 15, 2004 Share Posted February 15, 2004 please dont make too many thinks in the new server, we only need a security update, FAST... i was floddet 2 times in 5 minutes, thats not fine omg, this is for MTAMA, so script your own flood thingy Link to comment
Guest Posted February 15, 2004 Share Posted February 15, 2004 how do u add all this do u put the stuff into a notepad document or what Link to comment
pH Posted February 16, 2004 Share Posted February 16, 2004 Get mirc and use the script editor Link to comment
Point Blank Posted February 16, 2004 Share Posted February 16, 2004 where did the name kick go ? i cant seem to find it can some one please repost it or quote it if u can find it Link to comment
Guest Posted February 17, 2004 Share Posted February 17, 2004 I've searched ALL OVER the internet and i cant find any scripting sites for MTA:VICE CITY....the ones that go with mIRC...i was wonderin if somebody can send me a couple sites or at least one Link to comment
Gamefreek Posted February 17, 2004 Share Posted February 17, 2004 omg dude, U are on the site that deals with MTA:VC scripting Link to comment
[KFC]KungFu Posted February 17, 2004 Share Posted February 17, 2004 I've searched ALL OVER the internet and i cant find any scripting sites for MTA:VICE CITY....the ones that go with mIRC...i was wonderin if somebody can send me a couple sites or at least one dummy, And don't advertise your server on other servers. You can tell your friends that you are going to the 411 server but putting the IP in the chat and telling ppl to join you is wrong and you did this in GOONS yesterday. for scripts ( I can think crap up but I can't get these to work) Can you make a script that will take attendence? You turn on the script and everyone who isn't idle will have to type in !here or somehting and anyone who doesn't do this within 2 mins will be kicked. Even if they are kicked they can just rejoin but ppl who sit ingame idle for hours to keep the spot or thier score will be forced out. This would be turned on by the admin when they feel like it or it could be auto every hour or two. thanks kfg Link to comment
Guest Posted February 20, 2004 Share Posted February 20, 2004 Ok, i believe this is the script under 'alias mta.text {' in your script.mrc elseif ($3 == !countdown) { mta.say $1 Count down! .timer 1 1 mta.say $1 5 .timer 1 2 mta.say $1 4 .timer 1 3 mta.say $1 3 .timer 1 4 mta.say $1 2 .timer 1 5 mta.say $1 1 .timer 1 6 mta.say $1 GO go go go! } And i added it under the scripts.mrc under 'alias mta.text {' in script.mrc it doesnt work, what do i have to do after to make it work? Sorry but im a n00b when it comes to this mirc scripting thing. Thanks. Link to comment
Si|ent Posted February 20, 2004 Author Share Posted February 20, 2004 nos, that is the countdown script, you realise that right? as im unsure who you are telling 'ok this is the script' Anyway, if you have no other entries under alias mta.text simply change 'elseif' to 'if'. elseif is used to prevent mtama from performing more than one kick, say for example you have a kick on the word ni**er and a kick on coloured text, if somebody said the offensive word in colour mtama would attempt to kick them twice in a row. once for each offense. with elseif it ignores all other instructions below the first triggered one (the coloured text kick) however you cannot BEGIN with an elseif cos mtama will basically say 'elseif what? therere nothing else in here' So change to if, reload the scripts.mrc and countdown is enabled Link to comment
Guest Posted February 24, 2004 Share Posted February 24, 2004 Hey guys! I've been working on a script which will kick someone of a certain ping eg. Greater than 200. I noticed the average high ping kick on the forums, but i want them to be kicked straight away! i hate lag! I've tried adding a short code into the mta.join but have failed to accomplish it yet Could somebody give some help please. I'm a noob when it comes to mIRC! BTW Great work with MTA guys! Keep up the good work Link to comment
Aeron Posted February 24, 2004 Share Posted February 24, 2004 Hey guys! I've been working on a script which will kick someone of a certain ping eg. Greater than 200.I noticed the average high ping kick on the forums, but i want them to be kicked straight away! i hate lag! I've tried adding a short code into the mta.join but have failed to accomplish it yet Could somebody give some help please. I'm a noob when it comes to mIRC! BTW Great work with MTA guys! Keep up the good work When the player joind their ping comes later so you can't check it. That's why the timer: alias mta.join { timer 1 2 pingkick $1- } alias pingkick { if ($mta.ping($1-) > 200) mta.kick $1- } Link to comment
Guest Posted February 24, 2004 Share Posted February 24, 2004 Cheers Aeron m8! Your a star I thought that were the problem too, cos their ping will start at nothing! duh Thanx again. Keep up the good work for MTMA! It rox Link to comment
r14thomas Posted February 27, 2004 Share Posted February 27, 2004 I have a problem again of course MTAMA is the greatest thing ever seen but: I have MTA running on a Linux server and I went to run the scripts on the server, too... couse i cant be always online so cant u code a "MTAMA without MIRC version 4 Linux" (it were great, if the version can also connect to the IRC network ) hope u can help me *looking to Aeron* Link to comment
Aeron Posted February 28, 2004 Share Posted February 28, 2004 I have a problem again of course MTAMA is the greatest thing ever seen but: I have MTA running on a Linux server and I went to run the scripts on the server, too... couse i cant be always online so cant u code a "MTAMA without MIRC version 4 Linux" (it were great, if the version can also connect to the IRC network ) hope u can help me *looking to Aeron* eeeuuhhh, eeuuuhhh mIRC is the main engine and script part for MTAMA, without mIRC and custum scripts its a bit useless... Link to comment
Guest Posted February 28, 2004 Share Posted February 28, 2004 nos, that is the countdown script, you realise that right? as im unsure who you are telling 'ok this is the script'Anyway, if you have no other entries under alias mta.text simply change 'elseif' to 'if'. elseif is used to prevent mtama from performing more than one kick, say for example you have a kick on the word ni**er and a kick on coloured text, if somebody said the offensive word in colour mtama would attempt to kick them twice in a row. once for each offense. with elseif it ignores all other instructions below the first triggered one (the coloured text kick) however you cannot BEGIN with an elseif cos mtama will basically say 'elseif what? therere nothing else in here' So change to if, reload the scripts.mrc and countdown is enabled I'm n00b in mtama scripting i still cant install countdown script can some1 host the file.PLZ Link to comment
r14thomas Posted February 28, 2004 Share Posted February 28, 2004 eeeuuhhh, eeuuuhhhmIRC is the main engine and script part for MTAMA, without mIRC and custum scripts its a bit useless... I know that of course... but cant u or somebody other code a simple programm, that can handle .mrc files and connect to the irc network? I think somebody in this board can do that Link to comment
pH Posted March 1, 2004 Share Posted March 1, 2004 I'm n00b in mtama scripting i still cant install countdown script can some1 host the file.PLZ http://www.freewebs.com/mtamafia/race.mrc Link to comment
Guest Posted March 2, 2004 Share Posted March 2, 2004 Thanks!But can you host whole scripts.mrc file,because i don't know how to install it Link to comment
pH Posted March 2, 2004 Share Posted March 2, 2004 Thanks!But can you host whole scripts.mrc file,because i don't know how to install it You just load it in MTAMA as a normal gamemode and then if anyone writes !countdown in the chat it start counting down! Link to comment
[KFC]KungFu Posted March 3, 2004 Share Posted March 3, 2004 Can some smartypants host the !stats script I saw it working on another server in Italy and I can get this info from the admin so I can't be to hard for those with talent. I want the !stats script to be used to verify the 100 Kills Champ contest linked in my sig thanks, kfg Link to comment
Aeron Posted March 3, 2004 Share Posted March 3, 2004 Can some smartypants host the !stats scriptI saw it working on another server in Italy and I can get this info from the admin so I can't be to hard for those with talent. I want the !stats script to be used to verify the 100 Kills Champ contest linked in my sig thanks, kfg Italian server eh? Q: The server was GTA Network.it ? No: shit. Yes: i'm the admin Link to comment
[KFC]KungFu Posted March 3, 2004 Share Posted March 3, 2004 I don't think it was you because we talked to the admin and he didn't recognize our names. But... I looked like the only Italian server right? In any case your connection already does this I just want it added as a command in the chat "!stats" We need kills, time in game, deaths. Even cooler would be !stats # to check others stats but that would lead to abusive flooding I think. Link to comment
Ransom Posted March 3, 2004 Share Posted March 3, 2004 Hey guys! I've been working on a script which will kick someone of a certain ping eg. Greater than 200.I noticed the average high ping kick on the forums, but i want them to be kicked straight away! i hate lag! I've tried adding a short code into the mta.join but have failed to accomplish it yet Could somebody give some help please. I'm a noob when it comes to mIRC! BTW Great work with MTA guys! Keep up the good work Sometimes the pings go uber crazy for a second too, wouldn't the script catch that and kick everyone? Link to comment
Guest Posted March 4, 2004 Share Posted March 4, 2004 Sometimes the pings go uber crazy for a second too, wouldn't the script catch that and kick everyone? Yep, your correct thats exactly what happend It also seemed to just kick people when they joined so in the end i had to just disable the script. Dunno what went wrong, coding seems fine to me But then again i am a noob Link to comment
Recommended Posts