Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. You can replicate everything that is in VC / LC in SA.
  2. That MTA version has stopped development as far as I'm aware. So much more possibilities in SA. I (And some other people) have actually brought the maps from the older games into SA.
  3. Website is utter bull crap, these lads haven't a clue of what they are doing. (Talking about people who stole your name)
  4. Soon as Heretrics is ready, we'll be doing something similar actually. (Some things however will be kind of laid back because it's a game, and those things could make it quite boring after a while, but for the great bit, traffic rules will be enforced and what not unlike quite a few servers.) + it takes place in VC LC and SA.
  5. (Please note, I am not DaFoxx, I'm just posting this here for him due to account issues) Original Hey all! I'm Dafoxx, Co-owner of ICO (Internetcable Official), Proudly supporting heretrics.com Our steam group is here: http://steamcommunity.com/groups/internetcable We're looking to take more people on board our SSD filled server, you will not regret what you pay for , Pure speed and out matched up-time and performance to top it off with network speed hosted in one of best secure top end Data centers in Nottingham- UK. Please let me know your thoughts below, and i can make changes to pricing if required. If interested please PM me, or drop a reply here. (I'll forward Pms) Custom servers maybe made /up to 24 Vthreads. £10/10 GB additional disk space available is added on top of your servers rent Our packs range from: Col1 1/IP per vm 2Vcpu 2gb ram 10gb Disk space SSD 756mb/ r/w 160mb shared internet -DoSs/ hardware firewall Linux based OS £12 per/month Col2 1/IP per vm 4Vcpu 4gb ram 40gb Disk space SSD -756mb/ r/w 160mb shared internet- DoSs/ hardware firewall Windows or linux £18 per month
  6. May I ask, is the Radar you used a community radar, or your own?
  7. Here testTable = { {"Primary Weapon"}, {"Secondary Weapon"}, {"Pistols"}, {"Specially Weapon"}, {"Ammo"}, {"Food"}, {"Medic Stuff"}, {"Vehicle Parts"}, {"Items"}, {"Toolbelt"}, } for i = 1, #testTable do outputChatBox(testTable[i][1]) end
  8. If you would like I can remove those custom reflections for you.
  9. I really need to stop replying at one in the morning.
  10. Looks quite awesome Also @Simple01 using setVehicleComponentRotation I believe could be shader in play here though.
  11. May I get that in english?
  12. I was able to replicate the steering wheel in MTA by setting the rotation of the steering wheel part. As for the lights and what not, you will have to use dxDraw3D because they all use the same texture meaning applying shaders to them will not work.
  13. May you at-least raise it to an hour or so?
  14. Vice cry palms would fit a bit better due to them being created with the intention of being used in Vice city.
  15. The players account passwords are encrypted (If you use the default account system) so you don't much have to worry about that. As for the gppass thing , it was most likely from a back door script you have to watch out for those. Any ways there's nothing much at all the MTA devs can do about it.
  16. Oh whoops I'm sorry I did not read that correctly, remove the "" around the numbers, instead of "1" use 1. testTable = { [1] = {}, [2] = {}, [3] = {}, [4] = {}, [5] = {}, [6] = {}, [7] = {}, [8] = {}, [9] = {}, [10] = {}, } for catName,category in pairs(testTable)do outputChatBox(catName) end
  17. May you please explain better what you are trying to accomplish?
×
×
  • Create New...