Jump to content

Ins

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Ins

  1. Excuse me, but the link goes to some ad link?
  2. I'm truly sorry for a late post, but the link seems dead, and doesn't work, I really like these maps just by hearing about them . Any help?/Extra Links?
  3. Also about that 0$ showing, it happened to me also, it fixed after going to the Dialog box by Scooby>PGS Main, and reentering the 5000$ of starting amount, so delete it and reenter, and click save.
  4. Ins

    MTA:MA Scripting

    I think you blocked me , or appear offline, because your never on now
  5. Ins

    MTA:MA Scripting

    I'm using PRS now. And also for posting on here I gathered the whole script and made it separate but I really put the aliases in the alias section and the commands in the command section, so I don't know why it's not working, btw, I edited the code, because in my script it shows the $prs.getid, must've worked on it after also
  6. Ins

    MTA:MA Scripting

    Ok, . None of them has a !trace command, I also searched this forum but couldn't find anything . I know there is a working one as I saw in the wankenstein 100% server . Thanks. Also how come this !pmute script doesnt work? I gathered the SLR permmute script, changed it up a bit and it mutes but doesn't auto mute them again when they join back. Help . on *:SIGNAL:mta.command { if ($3 == !pmute) { var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$prs.getid($1,$4)),$2) if ($4 == $null) mta.pm $1 $2 Error: !pmute <nick> else { if ($prs.level($1,$2) >= 3) { !hadd -n prsbans mute $+ $mta.ip($1,%a) $mta.nick($1,%a) !hadd -n prsbans mute $+ $mta.nick($1,%a) yes mta.pm $1 $2 $mta.nick($1,%a) is now permuted. mta.mute $1 %a } } } } elseif ($3 == !unpmute) { var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$prs.getid($1,$4)),$2) if ($4 == $null) mta.pm $1 $2 Error: !unpmute <nick> else { if ($prs.level($1,$2) >= 3) { !hdel -n prsbans mute $+ $mta.ip($1,%a) !hdel -n prsbans mute $+ $mta.nick($1,%a) mta.pm $1 $2 $mta.nick($1,%a) is unpermuted. mta.unmute $1 %a } } } on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) isin $prs.ip($1,$2)) { prs.cpmute $1- ===== alias prs.cpmute { var %a = $iif(($4 == $null),$2,$iif(($prs.getid($1,$4) == $null),$2,$v1)) if ($prs.muted($1,%a) == yes) && ($mta.nick($1,%a) isin $prs.ip($1,%a)) { mta.text $1 $mta.nick($1,%a) is permuted. Muting.. mta.mute $1 %a } } alias prs.ip !return $hget(prsbans,mute $+ $mta.ip($1,$2)) alias prs.muted !return $hget(prsbans,mute $+ $mta.nick($1,$2))
  7. Ins

    MTA:MA Scripting

    Thanks alot everyone for all the help, I am learning alot in this scripting . In the link viewtopic.php?f=30&t=19267&p=250622&hilit=x16#p250622 It shows a GUS Extended, but the link is bad and I cannot download it, is there another place I can download it from?
  8. Ins

    MTA:MA Scripting

    I have made a new file and it seems it still doesn't work, it shows nothing with I do !addswear ? I pressed it and nothing shows. EDIT:: It works but you have to change the mta.level to gus.level hehe since I'm using the GUS one.
  9. Ins

    MTA:MA Scripting

    I did search alot, but seems that I was searching for curse filter, foul language script, and that but never thought of swearing hehe. I did it as he said and it still didn't work. And it keeps messing up my whole script so no commands work .
  10. Ins

    MTA:MA Scripting

    I searched but didn't find a auto muter that mutes people when they use foul language. I think this would be very useful, I see it in the PRS Script but somehow It doesn't work when I try to put it in my script. Thanks.
  11. Oh yes, it does work with !msg, but the !kick/!ban and other admin commands doesn't work? Also it doesn't show when people do anything with ! infront of it in IRC or when someone does /me something.
  12. It works! Thanks, but the !kick/!ban/!freeze/!mute doesn't work , do I do those commands from IRC? Also, I know I saw a topic somewhere about talking from IRC to ingame. Can you help me find it please?
  13. Ins

    MTA:MA Scripting

    Yay the Player kick script works Thanks Scooby. I pm'ed you my email .
  14. Ins

    MTA:MA Scripting

    The problem is fixed. I will edit when I do that player kick script.
  15. Ins

    MTA:MA Scripting

    Added, your not on .
  16. Ins

    MTA:MA Scripting

    ok well try this: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == Player) { mta.pm $1 $2 Warning: INVALID NICKNAME! .timer 1 5 mta.kick $1 $2 } } that should work. I wish I can try that script, Scooby, but now another problem came! MTA:MA won't even connect to the server anymore, I click connect and it times out. I haven't changed anything, and I reinstalled the server and it still won't connect, also I can join the server, I don't know why MTA:MA won't join.
  17. Ins

    MTA:MA Scripting

    I did what wannaknow did and it didn't work still .
  18. Sorry to bump the topic for a few months, I also downloaded Lil_Toady's script, but It is not working for me, these are the only things I changed. set %echoserverid 1 set %echochan #insserver These are correct to me but it is still not messaging anything in the server. Please help. Thanks, -Ins
  19. Ins

    MTA:MA Scripting

    Hello, Is there a script that kicks the name "Player" ? I searched this topic and didn't find any. Also I'm using GUS scripts, so if I want to add the caps script, I saw there was no "SIGNAL.mta.text" line so do I add it manually now? I'm playing GTA SA. Hehe, and I'm kind of a beginner in these kind of stuff, I know the simple scripts to make like $+, and making text commands, so can you help me out of how to put the alias into the script. Thanks, - Ins
×
×
  • Create New...