Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Read this please: https://wiki.multitheftauto.com/wiki/Cl ... _you_start and: https://wiki.multitheftauto.com/wiki/Kn ... y_MTASA.3F
  2. Try this, and please read the comments in it: addEventHandler("onZombieWasted",root, --Wait for a zombie to die function(att) --when a zombie dies, get the attacker/killer local kills = getElementData(att,"zombieKills") or 0 --get how much zombies they killed and if they have not killed any, then give them 0 setElementData(att,"zombieKills",kills) --set how much zombies they killed end )
  3. Jaysds1

    Server not working

    Do you by any chance have a VPN? Enabling it would change your ip every time you start your server then the ip for the ports you opened, would need to change.
  4. Jaysds1

    MTA keeps crashing

    Can you please download and run this MTADiag, then post the generated MTA:PasteBin url here please.
  5. Check this out: setWorldSpecialPropertyEnabled all you would need to do is use the same code SolidSnake posted, except change the "Aircars" to the other ones you want
  6. Jaysds1

    MTA problem

    Are you sure you're the admin of the computer?
  7. runcodes is basically scripting, so basically there are no such cool runcodes and good runcodes.
  8. Next time please create this topic in the "Support" Forum, next, Make sure you have resources in your "Resources" folder.
  9. Please note that LUA is very Case-Sensitve. Also,that would not work.
  10. Jaysds1

    MTA problem

    Nothing, the size is just bigger than mines but it's alright. Ok, Can you follow this process please: 1. Start MTA 2. Close any pop ups 3. Open "Task Manager" 3.a. CTRL + ALT + DELETE 3.b (If you have windows 7)Right click on the taskbar menu 4. Switch to "Processes" Tab 5. Look for "gta_sa.exe" 6. Once found, Click on it and press "End Process"
  11. Jaysds1

    MTA problem

    By any chance, did you modified gta_3.img ?
  12. You can't set streamed audio to a certain position, as they are being streamed live and is not being recorded.
  13. Jaysds1

    Server not working

    Did you set your server to a static ip? or a specific ip? in the mtaserver.conf file?
  14. Jaysds1

    Vehicles

    Sorry, can you try recording it please.
  15. He means when he goes to the server "SeeMTA" then after playing on it for 10-20 minutes then he gets kicked off, but if he goes to another server then it doesn't kick him off.
  16. Jaysds1

    MTA problem

    Can you please run the MTADiag again please, as it does not show what's in your GTA:SA Folder.
  17. ok, there is multiple of things you need done. Here's a list of all the things that you need: Client-side: dxDrawText onClientRender or onClientPreRender Server-side: triggerClientEvent onPlayerJoin onPlayerLogin And onPlayerRegister doesn't exist, you could make one up your self.
  18. -Changed "setPlayerGravity" to "setPedGravity"
  19. Jaysds1

    MTA problem

    Reinstall GTASA then try it again.
  20. Jaysds1

    Tab Settings

    Look into your 'My Documents' folder for 'GTA San Andreas User Files' then in there would find a gta_sa.set file, delete it then it would reset all your GTA settings. EDIT: ("Thought he was talking about the gta resolution.").
×
×
  • Create New...