Jump to content

The_Stig

Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by The_Stig

  1. Hi all,

    Just wondering if anyone had a working server they have compiled they could send me..

    I own the popular [MgC] race server on DP2.3 but just cant get a linux server going at all for 1.0. Host doesn't know how to do it either.

    Tried to follow the instructions posted on the wiki but to a non linux user they make zero sense.

    Grateful for any help.

    Cheers,

    John.

  2. Download an older version of it.

    I asked for Arc to include this to stop idiots spawnkilling. Put an older version on and folk will just complain about the spawnkilling.

    Your choice though.

  3. Hi all,

    Looking to make a box similar to the design of the GUI in Arcs freeroam to display in the bottom right of the screen a small amount of text.

    Scrolling would be nice but static would do the job just grand.

    Not very good with this scripting at all lol

    Thanks,

    Stig.

  4. On my [MgC]DM Server i run the Freeroam script from arc and it is always busy day and night. I personally find it boring but the only reason i do run it is because i found if i changed it to another map it stayed empty for days until i changed it back and i don't pay to keep an empty server lol

    There is a lack of unique modes out there for the moment and i would love to be able to make one but i am utterly useless at scripting so that doesn't help lol

    In time i think it will pick up and become very popular indeed.

  5. your right i was looking at my edited version updated again

    Ok did that but i had a problem.

    The way the script came the ircechocore has this

    root = getRootElement() 
    szChans = {} 
      
    local s_Server = "91.192.210.54" 
    local s_Port = 6667 
    local s_Channel = "#freeroam" 
    local s_BotName = "ServerEcho" 
    local autoConnectionRetryTimer 
    local autoConnectionRetryTimer_onDC 
    

    Now with the changes you told me to do it connected to that IRC prefectly fine but silly me forgot to add the network and channel i wanted.

    So i changed it to this:-

      
    root = getRootElement() 
    szChans = {} 
      
    local s_Server = "irc.gtanet.com" 
    local s_Port = 6667 
    local s_Channel = "#MgCFreeroam" 
    local s_BotName = "ServerEcho" 
    local autoConnectionRetryTimer 
    local autoConnectionRetryTimer_onDC 
      
    local allreadyInit = false 
    

    and now it wont connect :redhotevil:

    Well it does connect. In my channel #MgCFreeroam channel it still says:-

    CONNECTION TO THE SERVERS CORE HAS BEEN ESTABLISHED

    But still no relay of any chat.

  6. Hi,

    Ok got it working kind of lol

    When i connect to my irc channel this happens

    [12:26:17] Querying game-monitor.com master server... success!

    [12:26:17] Server started and is ready to accept connections!

    [12:26:17] >>>IRC[Connected to IRC Server, Waiting for auth notice to join channels]

    [12:26:17] >>>IRC[NOTICE[GTANet -> ServerEcho: [Logon News - Jul 15 2007] The most up-to-date copy of the network's rules can always be found at http://www.gtaconnection.net/page/policy/rules/main]]

    [12:26:17] VRCON <> LUA ERROR: ...r/mods/deathmatch/resources/IrcEchoCore/IRC Echo.lua:160: attempt to compare number with nil

    [12:26:17] >>>IRC[NOTICE[GTANet -> ServerEcho: [Logon News - Aug 06 2007] Your host will be scanned for open proxies. Please disregard any firewall messages originating from our servers. If you do not agree to this scan please leave the network now.]]

    [12:26:17] VRCON <> LUA ERROR: ...r/mods/deathmatch/resources/IrcEchoCore/IRC Echo.lua:160: attempt to compare number with nil

    Note the LUA error. Any idea what could be causing this?

    In the IRC room i get " freeroam :CONNECTION TO THE SERVERS CORE HAS BEEN ESTABLISHED" but nothing is relayed :?:

    Cheers

  7. You could make a live chat relay too, which would be quite interesting. Maybe just allow the chat to be viewed rather than sent...

    Now that sounds superb :D

    Problem is how would we go about that? No idea where to start.

  8. Stig, i noticed the one on your site still has the Send message box.

    if you dont want just anyone in the public to be able to send messages direct to players from the map, get the recource from the following link:

    https://community.multitheftauto.com/index.php?p= ... anddescr=1

    The main reason i would reccomend this is, "The chat is only Inbound from the map, and people will more than likley use it to spam players.

    Ah yes completely forgot to change that lol

    Thanks for pointing it out :D

    EDIT:- fixed :D

  9. can you tell me how ou got the scoreboard happening? please?

    like the things to change in ACL?

    Just did the same as i did for the map. I haven't changed the ACL yet but i'm assuming i just need to add scoreboard like to the people who are allowed to see it.

    Not 100% sure though.

  10. itsa a little short mate.

    ive noticed when putting crap in an iframe, its best to have width as a % and the Height as an auctual pixel number..

    the code for mine is

    <iframe src="http://mta.potholestudios.com:33551/webmap/map.htm" width="100%" height="640"></iframe> 
    

    that way it stretches to fit the width of the web page, and does not end up only 20 pixels high.

    Yeah i was making mods to it when you must have looked at it lol

    Better now :D

    Added the scoreboard to it as well.

×
×
  • Create New...