Jump to content

Scooby

MTA Contributors
  • Posts

    976
  • Joined

  • Last visited

Everything posted by Scooby

  1. Well if u want to get all technical... u added a } too many:P And u cant mix commands from mta:vc with mta:sa, u cant use mta.say & $mta.nick, its either: mta.say & $mta.name, for VC or, mta.text & $mta.nick, for SA. how about u just stick with.... on *:SIGNAL:mta.command: { if ($3 == !hello) mta.text $1 $mta.nick($1,$2) Says Hello All. } for SA.
  2. sorry im kinda busy to repost the lot, but basically at a quick glance looks like ur doing ur calculation lines wrong. U need to use $calc(calculation) eg: var %score = %waga * %points would be: var %score = $calc(%waga * %points) hope this helps.
  3. OMG all this time.. Me, Toady and Aeron have been working on something that doesnt even work in MTA RACE... OMG We are such n00bs. why did we waste our time...
  4. Well i didnt even add it to my script, i left it as a seperate file. maybe u broke it? i know i tried it on my server once and had some connection problems, it turned out, it wouldnt work because i had more than 2 other admins connected. any errors or is it just timing out?
  5. I think he said he tested it. it looks ok to me (noticed a missing bracket in it tho ), just doesnt work well with both race maps and DM maps, so ud have to add a checker if u run a server with both map types. on *:SIGNAL:mta.part: { if (!$mta.dead($1,$2)) set %cplayers $calc(%cplayers - 1) mta.end $1 $2 }
  6. I Asked the same and was told by a few that it wasnt possible. I'd Never noticed any lost maps/Unknown's Until i wrote the PRS. I put my ideas into play and knowing lil_toady had done a lot more socket work than me, i got him to write what i wanted, and this is what we came up with. Even tho this doesnt work 100%, Its probably the best u can hope for. If its still not retreiving all lost maps then its probably down to ur server or Ur connection to ur server.
  7. OK. have fun, good luck. I posted elsewhere on how to do ur points since u posted in different places.
  8. Yes driver2, you are right, however he did say he knew nothing about scripting, so if ur still unsure what to do Dazza, heres a few lines to maybe help u through it. (Its a very simple edit) ok, open mirc then press Alt + R Now your Scripts Editor should have opened. Make sure the 'remote' tab is selected. Click 'View' and Select mta.mrc the top line should read: on *:udpread:mta.sock.*: { at the top on the right, u should see a button saying 'Goto line' Click it and type in the box '363' then click 'ok' The top line should now read: if (%a < 6) { as driver2 pointed out. u can change the 6 to any number, this is the amount of times it will try to reconnect. once changed, either CTRL + S or by clicking 'file' then 'save' will save what u changed. Close the Editor window. Job Done.
  9. no, its not good, and yes, sorry, i was being sarcastic. u cant do both $3- and all words, and using a wildcard is not good on certain words, so to be safe ur better off just adding all ur words and using $findtok. if you see my signature i am from argentina and here the swear is very popular and is not the word for other use. and fintok dont support * or yes?? Well i can see that ur not english.. its all good, at least ur trying. i have some questions for u, since ur posting things all over the forums. 1) Are you using my script? (im confused because some of the things u talk about in other topics on these forums, are added to my script) 2) If u are, then why dont u just ask me to add a swear detector? (if u r not, then all these posts u have previously posted are not really in the right topic) if u are not using my script, i can easliy write you one, you just need to post in a new topic asking.
  10. I already told u there is no mta.endrace. And no, this wont work. Details on how to do this has already been covered in another section on these forums. look here> http://forum.mtavc.com/viewtopic.php?t=18786
  11. no, its not good, and yes, sorry, i was being sarcastic. u cant do both $3- and all words, and using a wildcard is not good on certain words, so to be safe ur better off just adding all ur words and using $findtok.
  12. This would kick if u say flock... how nice. It looks like the best swear detector ive ever seen U cant add more words. I have no idea what ur talking about anymore.... Did u set the map as a DM map? There is no: Signal Endrace. if u look at mta.mrc, aeron edited it out. use mta.finish. its in my script^
  13. The only way to do this would be to modify mta.mrc, seems kinda lazy to me though... why cant u just click connect? i have the auto conenct working now, but i need only how for when i open mIRC this auto load mta.mrc i things this is posible because if you download the mIRC of the mta.gus instalation this auto load mta.mrc. I need this because if happnes a shotdown of power or the machine restart i must do all i and if i am sleeping or on holiday wtf i do???? when u open mirc, mtama already pops up, as does the prs dialog, if u have auto connect working then what are u talking about:S - u dont need to reload it, its already loaded. if ur pc crashes/switches off... nothing u can do about that. if it restarts, then u could set up some kinda of restart thing to start mirc up again, i think this is possible. but dont ask me how since ive never tried. other than that, remote access if ur on holiday.
  14. The only way to do this would be to modify mta.mrc, seems kinda lazy to me though... why cant u just click connect?
  15. hehe ok np. Are u running the race list updater script? if not, u should get it.. it might help get rid of some of ur unknown maps. read this http://forum.mtavc.com/viewtopic.php?t=19162 then download it. any probs, just let me know.
  16. The split time is added. or do u mean the split for ur personal best? why r u finding unknown maps still? u shouldnt be getting them now:s to remove it, look for the line: on *:SIGNAL:mta.startrace: { the first 5 lines of this alias, is the restart unknown maps part. u can remove these lines completely, or just use a semicolon at the start of each line to stop them being read. if ($mta.race($1) == Unknown) { mta.text $1 Unknown Map Detected, Restarting Script And Map. .timer 1 5 mta.startrace $1 $rand(0,$mta.races($1)) prs.restart $1 }
  17. 1) I did state at the beginning, if u were happy running GUS, then u should continue to do so. 2) I added EVERY command i was asked for. so there shouldnt be any need to edit it. 3) anyone having problems with their current script and wanting to use this, i will help anyone who wants to add more custom commands to it. (as i have done already) if ur not skilled enough to edit/add ur own stuff to this, then all u need to do is ask. 4) who needs this? I originallly made it for Stig, for the =TmM= server, but i know a few people who now run this script. i didnt expect everyone to use it, just give people the opportunity to have other scripts availabe to use. I found out years ago, that saving stats etc in ini's is not a good way to do things. takes up a lot of cpu and can get very slow at times. my script uses hardly any cpu and is no slower now than when i started running it a year ago. i still find it hard to believe after so many releases of GUS, that is still has double aliases... although i dont want to criticise, it was the only main complete script available to u guys and to say tommis didnt know how to script before he started it, he's come a long way. of course, lil_toady ([FMJ]master) & [uVA]Kevuwk helped with this as did a few others in the beginning. Either way, its up to u guys out there to decide what u want from ur script. Use it or dont.. it makes no difference to me. I am here every day to help people out if they need it, also in IRC in the #mta.scripting channel.
  18. Yes, but there was a script on there too, with everything u could need. its called MTA:mA Release Script try it out see what u think. http://home.deds.nl/~aeron/
  19. Yes i would like a working one And my server is gonna run mtavc 0.5. ok i'll write u one when i get back from work. might be better to talk to u on msn or something, since u might want to change some other commands, plus i'll need to know what u use to detect admins. the method uve shown above is kinda nasty. my msn is: [email protected] add me and we can sort it out.
  20. mtasa dm ok the scripts i made for mtavc i never released, there were a few available to download at the time, so i never really bothered. theres tons out there if u look. did u check the one on that site i posted to u somewhere?
  21. i think the latest version for VC is mtama 3.24 if u dont have that u can get if from aerons site: http://home.deds.nl/~aeron/ if ur not sure what to do, just download and install MTAMA323.rar and try the updater that pops up. i noticed u also enquired about a script u had, that wasnt working, if u still cant get it working right, u can download MTA:mA Release Script also on that site.
  22. Haha..thx well spotted... typing has never been one of my greater talents.
  23. So...Do u want a new one or not? And if so, For which version (Ive noticed some other posts of urs and uve mainly talked about stuff for VC)
×
×
  • Create New...