Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. On Behalf of Space Data Centers- hosting the server for my community. Based in Nottingham. Offered to you or your clans or gaming groups flexible hosting planes that are self manged or with hardware support. (dedicated plans.) Be on top of the rest with - your own dedicated server with Ter3 redundancy (backup power systems and redundant internet) your service will be all ways available. Dedicated options: D1 Server Entry Level Server An excellent value, dedicated and managed entry level server. You will have full control over the operating system and application layer. We manage the hardware while you focus on the important applications supporting your business. Intel Xeon Quad Core Processor 8GB Ram 2x1TB Hard Disk Raid 1 24/7 Support Options Uptime guarantee Ideal for application testing and development. Hardware support and optional access to the server administration console. Prices from £70.00 per month D2 Server Performance server Utilising the latest server grade Xeon processors, this server is built to handle more intensive tasks (e.g. databases). If you need a mid-ranged processing workhorse, this server will easily meet your requirements. Intel Xeon Hex Core Processor 16GB Ram 2x1TB Hard Disk Raid 1 24/7 Support Options Uptime guarantee Ideal or applications requiring that extra bit of performance Hardware support and optional access to the server administration console.Prices from £75.00 per month D3 Server Power server If processing power is your number one requirement this is the server for you. The fastest Xeon processors are matched up with plenty of RAM and storage, all accessed by a high speed network connection –ensuring you have a powerful all-round server. Dual Xeon Hex Cores Processor 32GB Ram 3x2TB Hard disk Raid 5 24/7 Support Options Uptime guarantee Ideal for running multiple intensive applications that require exceptional performance, storage and connectivity. Hardware support and optional access to the server administration console. Prices from £100.00 per month Dedicated 4 BESPOKE Call us on 0115 975 82 85 Choice of OS Unlimited Bandwidth 24/7 Support Options Virtual server plans: V1 Server Entry Level Server Ideal for anything from a development server, network appliance, email server or small footprint database server. 2 vCPU Processor 2GB Ram 50GB (RAID5 disk array) 10Mbt vNetwork connection Phone/Email Support Uptime guarantee This virtual server benefits from industry standard hardware. Plenty of network bandwidth. Access to the server administration console. Ideal for application testing and development. Prices from £12.99 per month V2 Server Processing power Ideal when you require performance for a compute intensive application or need a little extra speed for your database transactions. 4 vCPU Processor 4GB RAM 100GB (RAID5 disk array) 10Mbt vNetwork connection Phone/Email Support Uptime guarantee Benefits from industry standard hardware. Plenty of network bandwidth. Access to the server administration console. Ideal for medium intensity applications. Prices from £17.99 per month V3 Server All round performing server Perfect for larger application and database servers which need to be available all the time and accessible every time. 6 vCPU Processor 8GB RAM 250GB (RAID5 disk array) Dual 100Mbt vNetwork connection's Phone/Email Support Uptime guarantee Industry standard hardware Plenty of network bandwidth. Access to the server administration console. Ideal for high end application hosting where high speed connectivity is essential. Prices from £44.99 per month V4 Server All round performing server Perfect for larger application and database servers which need to be available all the time and accessible every time. Quad vProcessor's 16GB RAM 500GB (RAID5 disk array) Dual 100Mbt vNetwork connection's Phone/Email Support Uptime guarantee Industry standard hardware Plenty of network bandwidth. Access to the server administration console. Ideal for high end application hosting where high speed connectivity is essential. Prices from £64.99 per month Choosing a bespoke server from Space Data Centres has many benefits. Call us today on 0115 975 82 85 to speak to one of our expert advisors about your requirements. https://www.spacedatacentres.co.uk (Reposted from my forums https://jseries.net/forums/index.php?/topic/1-space-data-centers/&tab=comments#comment-7)
  2. Im going to be uploading the updated versions of my maps to my website in a bit here and making a central link in the mapping selection
  3. It's impossible to do with default MTA crap.
  4. Wait until I'm done with my latest version and I'll add new downloads for my maps.
  5. If the modded vehicles txd has any light files delete them, having vehiclelightson128/vehiclelights128.png in a vehicles txd file will cause it go black.
  6. Their collisionless objects; yeh need to find the ID and remove them.
  7. Oh sorry forgot I use my own system that attaches the element less delay when in vehicles
  8. function BoneDimensions() local dimension = getElementDimension(localPlayer) local interior = getElementInterior(localPlayer) for i,v in pairs(getAttachedElements(localPlayer)) do setElementDimension(v,dimension) setElementInterior(v,interior) end end setTimer ( BoneDimensions, 1000, 0) -- Client sided.
  9. MTA uses .fx files along with lua. There's no way to make them functional on SP. SAMP I'd stay away from all together though it's a load of crap.
  10. From a players perspective yeh I'll give yeh that, (All that really matters I suppose) but from a developers perspective, it's easy to tell if a base is being used.
  11. With the right settings, the images retain their quality, while the file size drops a crap load. (I got 1.5GB worth of TXDs down to 513mb)
  12. You can compress TXDs, using magic TXDs; ass for DFFs they can be optimized, but not compressed
  13. It's not the fact that it's re-coded, it's just the fact in general that you're using a public base where the originality goes out the door.
  14. I support the server in general, but I hate seeing all these servers with OG or Valhalla as a base, sure it speeds up development time but where's the originality and creativity in that?
  15. Been a while so not too certain, but executeSQLQuery("UPDATE Xofflinemuts SET xDuration=? WHERE `playerSerial`=?", duration,Serial ) Not tested.
  16. or... tonumber(number) or nil right below function jogoDosDados (source, commandName, amount)
  17. `San Andreas' Response Services (SARS) => San Andreas Emergency Services (SAES)
  18. If anyone is interested in playing on VC / GTA 3 again check the latest showroom maps https://forum.multitheftauto.com/forum/73-showroom/
  19. I can at least answer the last one, from my experience, MTA only loads models into memory that are streamed in, and when they are streamed out they are unloaded. This is evident because when my streamer is running on static and I go to a different part of the map there's a few second load time until all of the models initialize
  20. I personally have never had an issue. Trying attaching with rotation 0,0,0 then setElementAttachedOffsets with rotations you want.
  21. Why wouldn't it, also; utf8.len only returns the length of it, not if the string is within the text.
  22. What I would recommend is using string.count and look for key words.
×
×
  • Create New...