Jump to content

MilWaxQ

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by MilWaxQ

  1. Use Autodesk 3DS Max with Kam's GTA Script
  2. Hi! Some of my custom vehicles dont have a license plate, or have license plate as an image in the txd file. How can i put the original license plate to custom cars? Thanks in advance!
  3. Okay, thank you for the answer!
  4. Hi. I downloaded a complete server from the internet, however the debugscript command does not work. When i type it, nothing happens. Not even an error. Can someone help me? Thanks in advance!
  5. Thank you very much!
  6. Hi. I want to do something when the player hits a line. How can i do that? Thanks in advance!
  7. Hi guys. Can someone tell me where is the default /me command's script? I start a vanilla MTA server, only play resource is running and the /me command is still working. I dont know where is it.
  8. <info author="Admin" type="script" name="balik" description="balikcilik"/> <script src="fish_server.Lua" type="server"/> <script src="fish_client.Lua" type="client"/>
  9. Use onClientResourceStart and resourceRoot
  10. Paste your full script and meta.xml
  11. Yes
  12. There is no ped damage event for server side. Create a client script and add this to it.
  13. function cancelPedDamage() cancelEvent() -- Cancels the onClientPedDamage event end addEventHandler("onClientPedDamage", getRootElement(), cancelPedDamage)
  14. Thank you so much.! Its Working!
  15. Sorry but i nevers used xml functions. Could you explain it a little more? Sry for bad english.
  16. Hi. How could i make a Remember Me tickbox for my login panel? Thanks in advance!
  17. I got it! Thank you very much!
  18. How can i refer to that?
  19. What feature they have?
  20. Then its almost not turning. I want to make my car go like handbrake is always on but not slowing down
  21. If i make the mass 0, it's not turning Its just going forward
  22. Do you know how could i achieve that?
  23. I want to make vehicle slippy like its on ice. Do i need to adjust mass?
  24. Im using hedit to test it. I tried with mass, turn mass, drag, traction but i cant find the correct values. I need help with it.
  25. I know but im not an expert with vehicle handlings.
×
×
  • Create New...