Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. To me also yes. It has been denied 100 times, but still people post. Ok, one this is clear: THIS CANNOT BE DONE BY MTA DEVELOPERS. WE NEED A BIG ENOUGH TEAM TO DO THIS AND EVEN LEARN THE LANGUAGE. ( sorry for caps ).
  2. possible ofcourse. It needs a proper maths guy and he might do it
  3. I'm working on it. Fixed some bugs too. I don't think I'll release it!
  4. shutup!! Well this from your respect and about android are you can tell me if MTA Team made it.. what is the language will use to make scripts ? sure you can't use Lua Language? Dude.. Make the game in java android and scripting for lua: https://github.com/mkottman/AndroLua it might work, or you can use android for it with restrictions!
  5. It never happend with me, did you update your MTA:SA client? Might be a bug
  6. Masry? Buggy? Do you think Andriod is buggy? Then shutup. It all depends how you work on it. You can make it's hard to and scripting.etc in it will be to complicated. There are some reasons
  7. Sorry but afaik the Image Files are compiled. You can't read the code, every image file gets downloaded. There is no way to protect it.
  8. Anubhav

    I.V.S.E [1.0]

    Awesome!! Cheap & good!
  9. , meri 10th se shuru hongi aur end ho gi 11th January <3
  10. Maybe trigger from client again while firing>
  11. 1. They cancel the connection so you don't connect , they provide for web mainly. Some only allow the connections. They ask for upgrading. 2. Yes, PHP_SDK will do the job!
  12. I'll work on it once I reach home. I'll be in home at 8th December! Sorry!
  13. https://community.multitheftauto.com/ind ... s&id=15836 See it and compare basic rp game-mode panel.. https://community.multitheftauto.com/ind ... s&id=10336 DONE
  14. Still, get it on namecheap.com. It's 100% trusted!
  15. local Names = {} function onPlayerChangeNick(o,n) local pSerial = getPlayerSerial(source) if not Names[pSerial] then Names[pSerial] = {} table.insert(Names[pSerial], {o, n}) else table.insert(Names[pSerial], {o, n}) end for i , v in ipairs (Names[pSerial]) do outputChatBox(i..": Old: "..v[1].." -> New: "..v[2], source) end end addEventHandler('onPlayerChangeNick',root,onPlayerChangeNick) --ERROR : aborting; infinite running script 'script name'
  16. local Names = {} function onPlayerChangeNick(o,n) local pSerial = getPlayerSerial(source) if not Names[pSerial] then Names[pSerial] = {} table.insert(Names[pSerial], {o, n}) else for i , nick in ipairs(Names[pSerial]) do if nick ~= o and nick ~= n then table.insert(Names[pSerial], {o, n}) end end end for i , v in ipairs (Names[pSerial]) do outputChatBox(i..": Old: "..v[1].." -> New: "..v[2], source) end end addEventHandler('onPlayerChangeNick',root,onPlayerChangeNick) --ERROR : aborting; infinite running script 'script name'
  17. Ok I had the same problem from Hostinger VPS. I realy don't suggest this company, because it closed my VPS in 1 week ( I bought it for 1 month ). I din't had any illegal script or something but still they did. You should better get from a good company like VortexHosting. Get your refund! Actually whenever I asked for help they're to bullshit. They told we don't provide help for those things. Good luck!
  18. Anubhav

    give weapon

    change resourceRoot to root. + 2nd line if ( isElement( killer ) and getElementType( killer ) == "player" ) then
×
×
  • Create New...