Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    Race mod

    First, do something else. Learn how to script. Because isn't okay that you directly ask for fixing scripts, as we are working on ours. Go to wiki and search for "Scripting Introduction"...
  2. Actually, you should know that 50p isn't anymore developing Script Editor. And your codes are wrong. Errors: 1. The function MUST NOT be named when it only is attached to a specific event handler. 2. If the function may be used by more than just an event handler then you should name it and place it before the event handler, without being inside the addEventHandler function, like this: function a () --Code... end addEventHandler ("onResourceStart", getResourceRootElement(), a)
  3. https://forum.multitheftauto.com/viewtopic.php?p=337719#p337719 This answers your question?
  4. You should post what is not working...
  5. Wrong place! Go to Scripting Forum and please improve your english.
  6. Thanks to all. I just uploaded a new version that makes possible to set invulnerable elements.
  7. It doesn't. I used another FPS script way.
  8. 12p

    Role Play, Please

    You made it wrong, looks like you haven't loaded MySQL Module.
  9. <meta> <info type="script" name="Hydra Replacement" version="1.0" author="AUTHOR_NAME" /> <file src="FILE_PATH" /> </meta>
  10. Thx for the help. I could do it for Notepad++ but I don't use it (so I don't know how to)
  11. Thanks, XX3. I have just updated the library again, and added some functions.
  12. You may meant bad PRESENTATION.
  13. I mean, write it on The Community Uploading Page, with BIG, RED, Black, underlined and CAPITAL LETTERS: DON'T UPLOAD CARMODS!
  14. actually, you can talk about sales here. it is allowed.
  15. 12p

    Rate

    There is a resource named "mapratings" and is actually coming with MTA default resources.
  16. do you know how to script? https://wiki.multitheftauto.com/wiki/Scripting_Introduction https://wiki.multitheftauto.com/wiki/Introduction_to_Scripting_the_GUI GUI
  17. function kill ( attacker ) if attacker ~= getLocalPlayer ( ) then local sound = playSound("wasted.mp3", false) setSoundVolume(sound, 0.5) end end addEventHandler ( "onClientPlayerWasted", getRootElement ( ), kill)
  18. WTF...??? Am I getting DUMBASS ?
  19. 12p

    LUA Compiler GUI

    Why to get one? Compilers were made so files cannot be readen, are you going to STEAL a script?
×
×
  • Create New...