Jump to content

NotAvailable

Members
  • Posts

    595
  • Joined

  • Last visited

Everything posted by NotAvailable

  1. Wow JR10, joined June 16th, 2011. But anyways, why would you change your name? there are no SolidSnakes only a SolidSnake14
  2. https://forum.multitheftauto.com/viewtop ... 06b6538c27 ^^ MTA 1.1
  3. Check these: - Make sure the script is server-sided in meta.xml - Add a outputChatBox message, to check if its working. - Make sure there are no other files with the same name.
  4. Why are there 2 the same events? addEventHandler ( "onResourceStart", getResourceRootElement ( ), resourceStart ) addEventHandler ( "onResourceStart", getResourceRootElement ( ), resourceStop ) function resourceStart () setGlitchEnabled ( "quickreload", true ) setGlitchEnabled ( "fastmove", true ) setGlitchEnabled ( "fastfire", true ) setGlitchEnabled ( "crouchbug", true ) end addEventHandler ( "onResourceStart", getResourceRootElement ( ), resourceStart ) function resourceStop () setGlitchEnabled ( "quickreload", false ) setGlitchEnabled ( "fastmove", false ) setGlitchEnabled ( "fastfire", false ) setGlitchEnabled ( "crouchbug", false ) end addEventHandler ( "onResourceStop", getResourceRootElement ( ), resourceStop )
  5. Updated the resource ^^ Now you can edit every single speedcam's: - Ticket cost - Speed * New video soon
  6. It took me 1 full day to script it. When it's finished i'll release it on the MTA Community. I have to make it support all resolutions, then i can release the first version. But first JSpeedCams! ^^
  7. Your right, it was hard for me to when i started scripting
  8. This is my second script i am working on, I scripted this system for Grimz Roleplay, but soon i'm gonna release it on the MTA Community. Here is a little demo vid: * The /engine command was used for testing You can see the script in action at 'Grimz Roleplay' (MTA 1.0.5 Server) Regards, Jesse
  9. Yes this is only for MTA 1.1
  10. Yes i added alot new features
  11. Hi! Finaly, after lots of testing it is finished! [VIDEO] [DOWNLOAD] https://community.multitheftauto.com/index.php?p= ... ls&id=2713 Regards, Jesseunit
  12. Yes there is, but only UTF-8 format.
  13. But i see the code normal not compiled is that supposed to be happen?
  14. - Delete your map editor files (editor_main, editor_gui, editor etc.) - Reinstall MTA - Or just reconnect, it could be an GUI bug.
  15. @Bandi94 You forgot one link https://wiki.multitheftauto.com/wiki/RU/Resource:Race
  16. search @MTA community: worldped
  17. Thanks, but if i open the encoded script again i see it normal, is that supposed to be happen?
  18. Hello, i have some problems with my compiled scripts, they dont seem to work in MTA 1.1.. This is the error: [Client] is encoded in ANSI instead of UTF-8. Please convert your file to UTRF-8. Could someone help me? Regards, Jesse
×
×
  • Create New...