Jump to content

Scooby

MTA Contributors
  • Posts

    976
  • Joined

  • Last visited

Everything posted by Scooby

  1. Scooby

    MTA Echo

    they both do that, mine echos everything without the need to type !say, whatever u type in irc, shows in game, and whatever u type in game, shows in irc, IP's and pm's can be disabled with only a few lines. People hardly ever send pm's anyway. something like: if (*.*.* iswm $5) !msg #uva.echo $3 $4 as ur 1st line of my.echo would remove ip's from showing. But Stylos looks the easier option, just paste his into a new .mrc file and load it up (dont forget to edit the details) it may have a couple of bugs, but it looks like it should work
  2. Scooby

    MTA Echo

    well its a server echo... its echos everything... i did say that and mine doesnt show ip's.
  3. Scooby

    MTA Echo

    i havent seen one available to download anywhere, i wrote a simple one on my server in a few minutes tho, and havent got round to updating it yet. i opened mta.mrc, under mta.echo look for: !did -a mta $1 $+ 03 $crlf $+ $timestamp $2- under this line i added my.echo $1- then at the very bottom of the script, i added: alias my.echo { if ( IRC: !isin $1-) { if (Admin isin $2) !msg #uva.echo $3- else !msg #uva.echo $2- } } on *:TEXT:*:#uva.echo:{ mta.text 1 IRC: $nick $+ : $1- } replace #uva.echo with ur channel name, of course, this will just echo the info back and fourth from server to irc and irc to server. if u want additional commands, u will need to add them. Im not sure how everyone else has done theirs. this was just a quick workround for me.
  4. Scooby

    -->ayyyy

    No, but with minor editing the PRS1.1 script and PGS1.1 will do almost everything u ask for... only a few things will need adding. Of course, the PGS1.0 doesnt work on DM maps, but 1.1 will be out next week which will. for now u could try them out and see what u think, maybe get used to them.
  5. Scooby

    -->ayyyy

    well there is no script exactly as u require, there are scripts out there that can do almost what u need, but u would need to add a !buy/!use system which wouldnt be too hard i guess. The PRS1.1 has the ability to set maps as either RACE - DM - RS-DM so if u just have DM maps, that would work for u. The PGS1.0 Has the cash system, i'll be updating it over the weekend to work for DM and RS-DM maps, since it only works on Race's with cp's at the moment. After that, it wouldnt be a big job to add a few 'items' to buy and use.
  6. Just make sure u match up those timers Cool coz urs is different 2paq, $+(!.timermta.points,1,$2)
  7. ok, i'll see what i can do for u, i'll post it in the PRS topic tho, since its an alteration to the PRS. leave it with me
  8. on *:SIGNAL:mta.join:{ if ($mta.nick($1,$2) != Player) { $+(.timer,mta.points,$1,$2) 0 600 mta.addpoints $1 $2 } } on *:SIGNAL:mta.part:{ if ($mta.nick($1,$2) != Player) { $+(.timer,mta.points,$1,$2) off } } on *:SIGNAL:mta.disconnect:{ .timermta.points* off } alias mta.addpoints { mta.pm $1 $2 You've played for more than 10 minutes and 2 points were added - RESET TIMER! !writeini -n " $+ $scriptdir $+ timepoints.ini" TIMEPOINTS $mta.nick($1,$2) $calc($readini($scriptdir $+ timepoints.ini,TIMEPOINTS,$mta.nick($1,$2)) + 2) } I think he meant this
  9. Scooby

    Listing?

    Mirc > Help > search > $read everything u need is there.
  10. No probs, most of the things can be changed easily, also adding other stuff is pretty simple now too. i'll start working on the version for PRS users this weekend, so it'll work with the other modes. Glad to hear u havent had any probs:) Btw, i only set it to 30 secs because some of my maps are under a minute long. feel free to set it to whatever tho
  11. 1, u didnt even need to write to a text file at all. 2, the while loops arent needed. 3, the script might work, but has errors.(just coz u dont see them doesnt mean theyre not there) You didnt write this... i wrote it, u just made it into a pile of useless crap by adding junk in it when really u have no idea what ur doing. maybe u should spend some more time learning how to make things, things that more than just 'work' i mean it was only a few days ago we had to tell u how to read info from an ini...
  12. ok i think i see the problem. his nick is .GranT- u ask in (3) is nick > 0 try using something like: %nick1 = $iif(%nick1 == -1,n/a,$v1) or: if (%nick1 == -1) %nick1 = n/a or change it to n/a in the var line in (2) any of these should fix it.
  13. There wasnt really any need to try tho, it worked fine b4, he just changed a few words and calls it his own. Its not even bug free, it has errors. I know its kinda harsh moaning about it, but imagine if u had sat and wrote this script, spent maybe an hour making it, for the public, only for some1 to rob it, change a few commands then repost it as their own. i know he mentioned toadys name etc, but im sure he wasnt asked.
  14. u stole my script, edited a few text commands and filled it with bugs, and im supposed to be ok with that. why did u even use gus get.id u couldnt even write ur own? whats wrong with mta.getid? if u wanna feel important, write ur own scripts, dont steal mine and other peoples and fill them with bugs. what does it even do... it doesnt make sense? why do u need to write to 2 files... do u even know what ur doing??
  15. Sad. There once was a day when people used to ask b4 they stole ur work. now they dont even bother... Oh and fix ur bugs.
  16. is ur script loaded? do !info and see if it says MTA:mA:GUS, if not then u need to try to load ur script again.
  17. sorry... i cant see it, half doesnt fit on my page and i dont know how to fix.
  18. whats the full line? kicsimicky, hes still making it, he knows it has bugs and thats what we're talking about, he also knows that there are better ways that this can be made. noone has made it tho, noones had time, so, in the mean time, he is learning while he makes it. we already said his script was huge:P but if it works and he made it all himself, then its a good start, later he can work on ways to improve it. or maybe others will post their ways of recording the top 10 times.
  19. well u said it was a write error, without seeing the read and write info i couldnt say. im sure u will figure it out anyway. i thought it might be the . but it was a guess, without doing a check i wouldnt know, the other chars look fine tho. im sure by now uve probably fixed that tho.
  20. View this post for all ur needs: http://forum.mtavc.com/viewtopic.php?t=19267 GUS Is very limited and isnt the only one out there
×
×
  • Create New...