Jump to content

chrislabricole

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by chrislabricole

  1. Hi all, My post is particularly addressed to the developers. Is it possible to get the sources of the small software "MTA Remote Admin.exe" (On RaceMod 1.1.1) I would want to do an other software adapted to my needs (and why not distribute it ...) If it isn't possible, can you give me the specifications about the sockets commands etc ... Thanks by advance, Best regards
  2. Hi all In the log file, I've noticed that the numbers (separated by : ) in the firsts chars at each lines are wrong ! I've made an experience, and when I get the time on my server (with a !time command), I get this line in my log : Why the line isn't : ? I specify that my timezone is the same of my server. I don't understand ! Thanks for your replies !
  3. Hi all, I post here because I get an error when I go to a place, the error is : My map has got a problem ? What is it ? I don't understand ... Thanks ! Regards.
  4. Hi all ! (i'm french, sorry for my english...) I post here for ask this question : I use Multi Theft Auto mIRC Admin (by Aeron) I want the window "MTA Admin by Aeron" to be in the main window of mIRC it's possible ? because, i have got a lot of server and this window perhaps can be in mIRC main window... I don't know the mIRC language... Thanks for your helping !!
  5. Hello ! I HAVE GOT A IDEA !!! add the command !kill nick you understand ? Thanks
  6. oh ! thanks for your script ! i love it !
  7. That's what I did not understand Lot of Big Thanks for your helping It work Thanks
  8. Hi (sorry for my bad english...) I not understand the IRC echo Script ! My configuration : ;echo script by lil_Toady. If you want to suggest something PM me on the mta forums. on *:START:{ set %echoserverid 5 set %echochan #funserversa } on *:TEXT:*:%echochan:{ if ($1 == !msg) mta.text %echoserverid $nick $+ : $2- elseif ($nick isop %echochan) { if ($1 == !kick) mta.kick %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !freeze) mta.freeze %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !unfreeze) mta.unfreeze %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !mute) mta.mute %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !unmute) mta.unmute %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !ban) mta.ban %echoserverid $mta.getid(%echoserverid,$2) } } on *:QUIT:{ if ($chan == %echochan) mta.text %echoserverid $nick has left the IRC channel! } on *:JOIN:{ if ($chan == %echochan) mta.text %echoserverid $nick has joined the IRC channel! } on *:SIGNAL:mta.text:{ if ($1 == %echoserverid) /msg %echochan $mta.nick($1,$2) $+ : $3- } on *:SIGNAL:mta.adcon:{ if ($1 == %echoserverid) /msg %echochan 5 $+ Admin: $3- } on *:SIGNAL:mta.join:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) has joined the game. } on *:SIGNAL:mta.part:{ if ($1 == %echoserverid) { if ($3 == 1) /msg %echochan 3 $+ $mta.nick($1,$2) has been kicked. elseif ($3 == 2) /msg %echochan 3 $+ $mta.nick($1,$2) has been banned. elseif ($3 == 3) /msg %echochan 3 $+ $mta.nick($1,$2) timed out. else /msg %echochan 3 $+ $mta.nick($1,$2) has left the game. } } on *:SIGNAL:mta.freeze:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) Frozen } on *:SIGNAL:mta.mute:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) Muted } but, the channel #funserversa is on the irc.gtanet.com server.... Where can I configure it ?.... Thanks for your helping!
  9. Thanks for your Script, a lot a principal functions ! , i love ^^ Thanks (and a very difficult code ! )
  10. ok, what's the last version for "Multi Theft Auto mIRC Admin" ? me, i have got : version 4.15, it is the last ? thanks
  11. a ok, but, your script work with MTA:Race R1 ?? thanks !
  12. ok like this ? - the welcome message by text work - the welcome message by pm doesn't work - the timed message doesn't work
  13. ow ! you script is very good !! the welcome message by pm doesn't work, but, by text, yes.... and the timed msg 1 and 2 doesn't works its.... but else, i love your script How to add an admin ? (level 10) Thanks !! PS: I add you in my MSN and i live in france, the time at me is 01:42am...
  14. but, where is the slr controle pannel ???
  15. ok I have download slr-v-1.1 10 level admin system i have unload script.mrc and load mtasa race&dm 1.1.mrc Afterward, what should I do? Thanks
  16. The script does not work I will must include mtagus.mrc whit this code ?
  17. your script say [20:57] My Script Reactivated but it not say "Hello Nick , Welcome To My Server." when a person connecting on my server... What the new problem ?
  18. So, a have create a new file .mrc (script.mrc), i have put in : With "Multi Theft Auto mIRC Admin v4.15 by Areon" I have included script.mrc by : General > Scripts... I have click on Load button and i have browser my script.mrc ==> * Scripts: "C:\Program Files\mIRC\script.mrc" loaded. There is the only file (script.mrc) included What the problem ? Thanks
  19. this???? it send in chatbox : 2 Welcome nickname! (the server say this message at everybody...)
  20. my mta version is "MTA:SA R1"(mod Race) i have pasted in the file "script.mrc" and this file is included by "General" > "Scripts..." Remember, the script : work ! (but everybody can read the message on the server... ) I wasn't put the 2 script together... I don't know why this code doesn't work : Thanks
×
×
  • Create New...