Jump to content

x86

Retired Staff
  • Posts

    334
  • Joined

  • Last visited

Everything posted by x86

  1. Hello, The new MTA Voice isn't in 1.1-unstable yet. x86
  2. Hello, There are no problems with remote calls. Remote calls are getting deleted after using. How much are you creating? Which version? x86
  3. x86

    MTA on linux?

    Hello, Here's an useful manual: https://wiki.multitheftauto.com/wiki/Cli ... nux_Manual x86.
  4. Hello, Be sure your deathmatch files are correct (configs etc..), that's the problem. x86.
  5. Simple, Making the community website bigger After that, MTA need to read content from the community (sort of api, maybe xml syntax). Etc etc..
  6. x86

    A Idea

    He is asking for RCG and not rpg
  7. Backported: http://code.google.com/p/mtasa-blue/sou ... ail?r=1967
  8. http://code.google.com/p/multitheftauto ... loads/list
  9. What's wrong with this? function FuncA() if a == b then a = a + b end end if a == b then FuncA() end
  10. Custom animations are coming in MTA v1.1.
  11. local root = getRootElement() addEventHandler("onVehicleEnter", root, function(player) -- local vehicle = source local team = getPlayerTeam(player) if team then local teamName = getTeamName(team) if teamName == "Medic" then outputChatBox("* Don't abuse your lights! *", player) else removePedFromVehicle(player) outputChatBox("* You are not allowed to get in here! *", player) end end end )
  12. New stable release (Win32 & Linux)! Grab it from: http://code.google.com/p/multitheftauto ... loads/list
  13. No. setTimer ( explosions1, 3, 3 ) That's wrong.. Like the wiki says: "The minimum accepted interval is 50ms." Working version: setTimer ( explosions1, 50, 3 )
  14. x86

    random skins

    Some skins doesn't work, read the wiki.
  15. This is all what you need. createExplosion createProjectile createPed setPedFrozen setPedAnimation
  16. Feel free to contact us at irc about it.. IRC: irc.mtasa.com Channel: #mta.dutch (Module development channel).
  17. Hi and welcome, This would fix your problem: http://code.google.com/p/mtasa-blue/dow ... -r1746.exe
  18. How about video material? Maybe later.
  19. GTA:VC In MTA: http://i44.tinypic.com/10nvtvm.jpg & http://i42.tinypic.com/69nu4o.jpg
  20. Thank you for your suggest, ccw. Fixed in: r88: http://code.google.com/p/multitheftauto ... etail?r=88 New download available: http://code.google.com/p/multitheftauto ... loads/list
  21. Thank you for reporting this. This looks like the IRC owner has enabled anti-spoof, which needs to send first a ping back before logging in. Should be checked by Gamesnert & MCVarial (just a little bit debugging). Questions? contact me @ IRC (x86).
  22. Hello, Try to search topics about this, there are some around.
×
×
  • Create New...