Jump to content

AlienX

MTA Contributors
  • Posts

    313
  • Joined

  • Last visited

Everything posted by AlienX

  1. Hey guys... Just thought i would let u know that ive setup a small community based forum for this server, for ideas - bugs etc etc to be reported. Visit any time u feel bored http://freeroam.mtabeta.com (no activation email is required to signup)
  2. VRocker - just one small request: please add a "To" param to the PrivMsg event, this would either be the channel name, or the bots name (for PM), because at the moment its impossible for the LUA scripts to dectet if a message was either a PM or a global in the channel. Also, last thing. I've noticed that checking to see if a nick is a Op, or a owner etc etc does not work for newly set nicks. For example: 1) bot joins channel 2) I join channel, chanserv sets my mode - lovely 3) i type in a command that uses the check for Owner 4) it tells me im not an owner ^^ You can fix this by getting the bot to part and rejoin the channel, the reason is that any nicks that were in the channel before the bot came in are reconised and saved with their permissions, and users that join after the bot do not get their permissions saved thus the commands dont work aginst them. Hope u get internets soon Cya bud.
  3. Dazza, ive made my own now, it supports: - Fading the icon in and out as a player starts to chat and stops chatting - Distance between players effects the size of the icon - Icons are linked to your FPS, so they do not lag around. - Icons are not displayed if the element is not on the screen. I shall give it to you shortly, do u have MSN?
  4. Thats kinda weird, seeing as isChatBoxInputActive() does not work in DP2 Are you having us on *edit* Pics or it didnt happen
  5. I love this idea!... do you mind if i were to "Borrow" that speach icon? - might code this in my freeroam 2nite! *edit* could also shove AFK n stuff above their heads too! *edit2* Just read this: So, MINE
  6. (Dont bother to read if you dont own a Router) Heavy Air, in order to do port fowarding to an IP address you need to set whats called a "Static IP" on your workstation, and also change the routers DHCP settings. I can allready see that your router is dishing out IP's in the following range: 192.168.2.2 -> 192.168.2.254 (I guess it starts at .2) What you need to do is login to your routers control panel and goto DHCP settings, in there (if ur router is good enough) you should be able to change the start and ending IP addresses that your router gives to workstations that connect to your system. First off change the Starting Ip address, for example lets say we wanted to free up 2 IP addresses to be used as a static IP on Workstations you have at your home and your routers starting IP was 192.168.2.2, You would change the starting IP to 192.168.2.4, this gives us two IP addresses to be used as a static address which are: 192.168.2.2, 192.168.2.3. Change the port fowarding to foward to one of these new IP addresses that you have assigned Once thats done, you need to change your workstations IP address to the static address that your assigned in your routers port fowarding, from reading your old post you allready know how to change your IP address, but not how to do it correctly (as you internet died) - Follow these steps to find out your settings. start > run > cmd > ipconfig > press enter here you can see your current system IP address, your subnet mask and your default gateway (which is your router). Begin by typing in the static IP you assigned in the router into your workstations TCP/IP Properties window, then copy your subnet mask, and assign the default gateway as it reads out in ipconfig... You only have one DNS server which is also your default gateway. This way your able to foward ports to your workstaton without having to change the port fowarding settings every time the router changes your IP address, and also you know what your IP address is around the home if you have more than one workstation. Hope this helps and its not confusing.
  7. could u not load up firefox, type ur password in leave the firefox browser open then play DM? If u cant do that, it sounds like ur uni might have disabled online gaming over the internet connection there.
  8. I've started a little forum for the freeroam community amoung us. Feel free to headover to it, register, give ur ideas to make the server better etc. http://freeroam.mtabeta.com Hope to see you there.
  9. I've decided to start this radio station up again in the new month, it was allways a bit of fun to get the radio online
  10. AlienX

    Tdma Error

    playerblips makes blips on players when a resource does not do it for you... All gamemodes etc make blips on players so its not nessessary to have this running
  11. Thats well mean U can spawn vehicles on players with the admin tool in your own server, go on give it a go **EDIT** Good times my friend, good times haha
  12. AlienX

    Tdma Error

    TDMA does not use maplimits, just ignore it
  13. Because i did make this for only myself, and i made it in 5 minutes... Its not ment to be a good resource, its just ment to work.
  14. Good Morning all. I've just put up a REAL freeroam server, feel free to join it whenever you like! Servername: $AlienXs Freeroam Server Server IP: 91.192.210.235:22550 Click here to quick join!
  15. AlienX

    Gotocar

    Nearly everything needs to have an end, the "end" name is just a way of letting LUA Know that "Between Here and the End is a ". The can be alot of things, such as a function, an if statement, for loops, while loops, all stuff like that. So, if you have a IF Statement, you need to close it off with an end if ( this == that ) --Do Something end Same with loops for k=1, 100 do outputChatBox ( "Current Number: " .. k ) end List goes on and on really.
  16. At present your unable to start gamemodes automatcially using mtaserver.conf when you boot your server up, this way you can. As for putting a console message up, you can clearly see that the gamemode has started as the two resources you put into settings.map would have loaded.
  17. It all depends on when you uploaded them, i know that when i started to host it i had a few problems and had to revert to a old backup so all maps etc would have been lost. but in general, the MTA Team and the MTA Center website dont delete maps.
  18. You cant change where the tracks are, simple as that.
  19. AlienX

    button D:

    Even better: button = guiCreateButton( 0.1, 0.2, 0.10, 0.03, "Admin!", true, WindowForm ) button1 = guiCreateButton( 0.1, 0.3, 0.10, 0.03, "Admin!", true, WindowForm ) addEventHandler ( "onClientGUIClick", button, function (button, state, x, y) outputChatBox ( "Admin! I Need You!, Help Me!!" ) end ) addEventHandler ( "onClientGUIClick", button1, function (button, state, x, y) outputChatBox ( "Admin! I Need You!, Help Me!!" ) end )
  20. viewtopic.php?f=91&t=21531 There ya go
  21. Hello Seen alot of people wanted this, so ive made one... Read the readme on how to use it! Download: http://www.alienxsoftware.co.uk/mta/Ali ... tarter.zip
  22. I can allready see a potentiol problem in this. - From my understanding, your saying that anyone can create objects and make their own city, how are you going to protect people from spawning, lets say a piece of moutain right in the middle of someone elses build?, some protection system needs to be put in place. (I know this is a MASSIVE issue from previous mods i have made, a good example of this is Basebuilder for Medal Of Honor: Allied Assault which was a massive hit but you get the noobs that block doors or shove crap on other peoples forts etc) Thats the only concern i have at the moment, but it looks very nice - keep up the good work!
×
×
  • Create New...