Jump to content

Mossy

Members
  • Posts

    426
  • Joined

  • Last visited

Everything posted by Mossy

  1. Mossy

    [DD]Speed Line

    Good map and great stunts! Also, upload it here also. You'll get more downloads.
  2. Did you buy the game? If so, check your DVD ROM drivers.
  3. my Pc ram : 2GB my proccseor : intel core i3 i can play mta but (some) servers very lag and low FPS problem not my pc My PC has 2GB RAM and an intel Core 2. I run MTA and singleplayer perfectly, my guess is to check your connection.
  4. You mind still adding screenshots and/or a video?
  5. Mossy

    Question

    On my server I got some cars at a spawn point that are supposed to be used for registered members only (members on my forum). My question is, is it possible to check to see if a player is registered on my forum on my server? And if so, is it possible to only allow registered members to enter the car? Know what I'm saying?
  6. Prepare your diddly hole.
  7. Mossy

    BIGGEST BUG IN MTA

    Reminds me of the breathing sound in singleplayer. And it happens to me too.
  8. What do you mean? A script to lock your car? Look at https://community.multitheftauto.com/index.php?p= ... ils&id=131 or https://community.multitheftauto.com/index.php?p= ... ls&id=2069
  9. ^ That's supposed to be 756. No big problem.
  10. Caps Lock day is on 2 days of the year? I thought it was only in June
  11. This? https://community.multitheftauto.com/ind ... ls&id=3585
  12. No, he didn't. All files without type are loaded as server-side Never knew that. Thanks!
  13. You forgot to include what type of scripts are in the meta (server or client)
  14. Mossy

    Some questions...

    1. That's a function, not a file. You use that function to make scripts for yourself. 2. In the console type "openports" (without the quotation marks). If they're all open, check your connection. 3. Go into your resources folder (located in *MTA 1.3*\server\mods\deathmatch) and place scripts in there. Make sure each folder has a Meta and that the scripts/maps are listed in the meta.
  15. Sorry for bump. Try http://mta.dzek.eu/vehicle/ SAMI is only good for SP, but in MTA, you have to manually load the TXD and DFF files. That site creates a resource doing it for you.
  16. Please stop spamming. Are you copying the code correct? And did you put the script in the Meta? Also, We don't make full scripts. We give them the functions to use and they go to the function on the wiki and submit it in their code.
  17. Mossy

    Tuning of MTA (Cars)

    Happens to me too. Possibly a bug in MTA (Improper body part placement?).
  18. Mossy

    CLEO 4 HELP!

    No I have not had any problems with CLEO's. I don't know the solution to your problem either.
  19. http://mta.dzek.eu/vehicle/ Which uses the function engineLoadTXD Look at viewtopic.php?f=91&t=37337
  20. Try: function createTheGate () myGate = createObject ( 18483, -783.20001220703, 2597.1999511719, 104.09999847412, 0, 0, 83.984985351563 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) function openMyGate () moveObject ( myGate, 500, -781.20001220703, 2624.8000488281, 104.09999847412, 0, 0, 0 ) myEffect = createObject ( 2780, -783.90002441406, 2660.5, 104.09999847412, 0, 0, 0 ) setTimer ( function() end, 3000, 0 ) destroyElement (myEffect) end addCommandHandler("opengate",openMyGate) function movingMyGateBack () moveObject ( myGate, 500, -783.20001220703, 2597.1999511719, 104.09999847412, 0, 0, 0 ) end addCommandHandler("closegate",movingMyGateBack) You're missing an argument at line 7, check it out.
  21. Is your problem getting the skins from the folder or actually loading them? viewtopic.php?f=91&t=37337
  22. Look on the wiki for any mistakes. https://wiki.multitheftauto.com/wiki/SetTimer https://wiki.multitheftauto.com/wiki/DestroyElement
  23. It's compressed. And I still have no idea what you're trying to say.
×
×
  • Create New...