Jump to content

{Static}

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by {Static}

  1. {Static}

    crack scripts ?

    A simple way would be to write a dll that is loaded with the script, and the DLL checks "myscript.mrc" to see how big the file is, and if it's the wrong size it's obviously been edited somehow. This isn't by far the best method though.
  2. Yes, for all three of your questions, you would have to modify the SCM. But then the spawns would only be different for you, and you're not allowed to mod it anyway.
  3. Would be a nice feature to have, but I agree it could get too tedious after a while
  4. Can make for some interesting gamemodes
  5. Nice work, I must say I am impressed by that video. I don't mean to sound all clever or anything, but having some knowledge of programming and DirectX etc, I can appreciate how much work and effort you must've put into that feature. Also, as far as PHP goes, I'm assuming you intend on integrating some kind of stats feature so server admins can upload race stats to the MTA webserver?
  6. I was looking forward to getting out of my car and snipering the other driver in the head through his windshield. I guess I wont be
  7. Simple fix to stop the motd looknig like rubbish. might have already been posted. i found it out my accident. if u use the mtaserverconfigtool.exe in wizard mode it isnt decrypted. if u use the classic tool, it is worked fine for me
  8. I reinstalled like 4 times, but every time I try to connect, it says: You are running a modified version of the MTA client. Please reinstall. Its really annoying
  9. lmfao lag = false if it was only that simple... i guess funny though...
  10. {Static}

    Word-warn

    Is it possible to do this?: Some one swears. A message comes up saying; You have been word-warned. Two more warnings and your kicked; Reason: Swearing/insulting whatever. Then the next time it says Two more warnings and your kicked; Then if they swear again, they are kicked. So similar to the !warn system, but its seperate and automatic. Thanks Jamie
  11. lol yeah i noticed that. thanks for all the help. il edit later with result. thanks jamie BTW: what are they all? I know that $1 is server and $2 is id but what are the others??
  12. If I have more than one banned word it dosent work for the second, third one etc. I have this: if ($3 == f*ck) { mta.say $1 Kicking $mta.name($1,$2) , Reason: Swearing; Swearing is NOT allowed! mta.kick $1 $2 elseif ($3 == sh*t) { mta.say $1 Kicking $mta.name($1,$2) , Reason: Swearing; Swearing is NOT allowed! mta.kick $1 $2 elseif ($3 == message 1message 1message 1message 1message 1) { mta.say $1 Banning $mta.name($1,$2) , Reason: Suspected spam with bot. mta.ban $1 $2 }
  13. how do you get it to vive a reson when you kick someone? I have elseif (f*ck isin $3-) mta.kick $1 $2 Reason: Swearing is not allowed But it dosent give a reason
  14. {Static}

    Taxi Driver

    I'm having trouble with it too. !new dosent work, !allow dosent work Also, you can't enter your admin name if you load it from the personal scripts loader in MTA:mA:GRS. So then you have to unload taxi.mrc, and load MTA:mA:GRS, which then resets the admin name. So you cant do it. Can you not just have it so that if you are in the admin panel, you can use !allow?
  15. Thanks Mike, helped a lot
  16. If you have two scripts to go under, say alias mta.join, how do you add the second script? What brackets go where? This is the end of the first script: mta.ban $1 $2 } } alias mta.part { So, I want to put anothe script/snippet above alias mta.part What would I do? Jamie
  17. Sorry, I have edited that bit out. I wasn't asking people to do that, just saying that if it was to br done, it would be a way of solving the problem.
  18. When the script resets itself, it will PM everybody, telling them that Nickserve has benn activated, please login etc. It looks like that has happened, and there is so much text because it PM'd all the people, so if you had a lot, it would cause havoc. There are also flooders where if you made it flood: !stats 1 !stats 2 !stats 3 etc, it will go through everyone. They could be doing something like that, which resets the script, or logs everyone out. As you know, /msg logout logs the user out, they will then be asked to login again. So if that command is being hacked, it would create that problem. My advice would be to check to see if it starts to happen when someone joins, and also, check the pings to see if someone is constantly on 0 - some bots never send their ping. Hope this helps you, Jamie
  19. Cool I'll look out for that. Same though. Thanks Jamie
  20. {Static}

    Multi Scripts

    Is there an easier way of running more than 2 scripts? I have MTA:mA:GRS v2.51. Yes I know that the personal scripts loades is there, but that only allows you to add ONE more script. I know that you can go through the scripts and add the seperate bits of code under every alias, but on two large scripts, that would take ages!! So is there an easier way? Like maybe a way of loading up two MTA:mA:GRS's and using the Personal scripts loader on both? Jamie
×
×
  • Create New...