Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Jaysds1

    Help With Mta

    Can you download and run this MTADiag, then post the PasteBin url here please.
  2. I could see in the link you are trying Multitheftauto.com try this: https://community.multitheftauto.com
  3. JR10, go into your Notepad++ Folder, here: C:\Program Files\Notepad++\plugins\APIs Place your mtalua.xml in there.
  4. If your lucky, open the "editor_dump" or "editor_test" in the map editor and see if your map is in there. These save the last map you work on, in-case of any interuptions.
  5. I don't see this in my Notepad++ List
  6. Sorry, but we can't make it unless you're paying someone, anyways, the community only helps people with scripts, so I suggest trying to make it then we will help.
  7. MTA can't remove a server from the server browser list, but a client can remove the server from the server browser list: viewtopic.php?f=15&t=42281&hilit=+Server+Browser#p429998
  8. Sorry, but I think you should've posted this in the other forum, Can you run this MTADiag, then post the generated PasteBin url here please.
  9. sorry, but I don't have a solution, I just wanted to ask you, Where you got the MTALua.xml from? My Notepad++ says that it can't find the MTALua.xml, and right now I'm using the Highlight From Buffalo Lua.xml Any solutions?
  10. I'm not sure, but Did you save it when you were finish?
  11. I don't think they're compatible with each other.
  12. Anyways, Here's a pic of the Syntax Highlight for anyone who can't see it: http://i.imgur.com/RmM0I.png
  13. ok, Do you have Team Viewer? if so, can you PM me your ip and pass.
  14. try these steps: https://forum.multitheftauto.com/viewtop ... 83#p442941 and read how it got solved.
  15. Jaysds1

    Open Ports

    If you have a router then here's a topic: https://forum.multitheftauto.com/viewtop ... 7f2ac78e83 try following those steps to open your ports.
  16. the one above this video ^ is better, nice and professional BTW, Do you make these in Flash or something?
  17. lol, BTW, He said it should be on within 2-3 days.
  18. Sorry, he added the exports on it in-game, the only problem he has now is removing the suitcase from the player/ped but the last person that used it can remove the suitcase but not the previous player/ped
  19. I could see you have McAffee, try disabling/removing it, then try again
  20. ok, be right there try this, Server: -- Suitcase Script addCommandHandler("suitcase",function(player) case = createObject(1210,0,0,0) --(object,attachto,bone,x,y,z,rx,ry,rz) setElementVisibleTo(case,root,true) exports.bone_attach:attachElementToBone(case,player,12,0,0.1,0.3,0,180,0) end) addCommandHandler("removesuitcase",function(player) if(isElementAttachedToBone(case))then exports.bone_attach:detachElementFromBone(case) moveObject(case, 1 ,0 ,0 ,0) end end)
×
×
  • Create New...