Jump to content

Rmst

Members
  • Posts

    17
  • Joined

  • Last visited

Details

  • Gang
    cnr.game-host.org
  • Location
    cnr.game-host.org
  • Occupation
    cnr.game-host.org cnr.game-host.org cnr.game-host.org cnr.game-host.org
  • Interests
    cnr.game-host.org cnr.game-host.org cnr.game-host.org

Rmst's Achievements

Square

Square (6/54)

0

Reputation

  1. Rmst

    Wriehs echo bot!

    on *:TEXT:!stopecho*:#:{ if ( $nick == $me ) /mta.disconnect 1 } on *:TEXT:!startecho*:#:{ if ( $nick == $me ) /mta.connect 1 } on *:TEXT:!setecho*:#:{ if ( $nick == $me ) /set %echochannel $2- if ( $nick == $me) /set %echochan $2- if ( $nick == $me ) /set %echoserverid 1 } this part wil NOT work since you cant trigger a command from the same side as the scripts are loaded and you got the prefix if ($nick == $me) so it will say that if the nick is the same called as the bot it does work.. but you cant have 2 same names in IRC so it wont work lol anyway nice try and some other points.. the script could be shortened for 50% if you would do this: on *:text:*:#:{ if ($aalalalal == lalalalala) mta.connect 1 } than its in one line
  2. rofl. looking at most of these posts and all i can see that it is crap, those of scooby might / can work but i made similar script myself in only 15 lines of text.
  3. rofl. looking at most of these posts and all i can see that it is crap, those of scooby might / can work but i made similar script myself in only 15 lines of text.
  4. did i see a player called grim reeper ?? i know him is that you ?
  5. did i see a player called grim reeper ?? i know him is that you ?
  6. use ID eg !kick ID since it isnt wildcard nor nickname based
  7. on *:TEXT:!start:#:{ if ($nick == yournick) { /run "C:/program files/mta san andreas/server.exe } else .notice $nick error not correct user modes }
  8. on *:Signal:mta.disconnect:{ mta.connect $1 }
  9. Rmst

    MTA automessages.

    /timerspam1 off that will stop timerspam1
  10. Rmst

    wildcard name

    YAY thx Scoobadoo It works
  11. Rmst

    wildcard name

    Nope it works when i type the Full nickname but not when i just type a part of the name
  12. Rmst

    wildcard name

    So what do i have to change the MTa.getid ?? im a bit confused, i know what you mean but i dont know what i have to change this is what ive got on *:TEXT:*:#:{ %serverID = 1 var %a = $iif($2-,$iif($mta.nick(%serverID,$2-) != $null,$2-,$mta.getid(%serverID,$2-))) if ($1 == !getid) { if ($2 == $null) { .notice $nick you have to state a name } else { /msg #test1 $mta.nick(%serverid,%a) 's ID: %a } } }
  13. Rmst

    wildcard name

    k thx but that wont work with wildcard so for example !freeze r Rmst has been frozen by $nick at IRC it wil say mta.freeze invalid parameters couse it says that the name R doesnt exist ingame
  14. Rmst

    !id script

    yeh lol always forget the last one (oftopic is it me or is this new forum bugged as hell i have to login 3 times to reply and then i check the box login on every visit i have to login to, it just wont work)
  15. Rmst

    !id script

    dis will work definatly on *:TEXT:*:#:{ %serverID = 1 %chan = #yourchannel var %a = $iif($2,$iif($mta.nick(%serverID,$2) != $null,$2,$mta.getid(%serverID,$2))) if ($1 == !getid) { if ($2 == $null) { .notice $nick you have to state a name } else { /msg %chan $$2 $+ 's ID: %a } }
×
×
  • Create New...