Jump to content

Haxardous

Members
  • Posts

    205
  • Joined

  • Days Won

    19

Everything posted by Haxardous

  1. -- if you want to trigger something 10 or multiple times you can use "for" loop. for i = 1, 10 do -- trigger your thingies end -- if you want to multiply something you will need to use the * operator. local price = 1000 local amount = 10 function multiply(price, amount) return price * amount end print(multiply(price, amount)) -- should return 10000.
  2. this is most likely server related issue, contact the server owners/moderators for help instead as we can't help you to "server-related" issues.
  3. can you uninstall & reinstall any gigabyte-related drivers? without using any "drivers updater" software (as they're not recommended) and run a full scan using Windows Defender or your preferred AV software.
  4. can you uninstall & reinstall any gigabyte-related drivers? without using any "drivers updater" software (as they're not recommended) and run a full scan using Windows Defender or your preferred AV software.
  5. Haxardous

    Erro: CD16 eCD09

    could you try this?
  6. here: https://wiki.multitheftauto.com/wiki/Shader_examples#Texture_names or you could use TXD workshop (which can also be found here: https://www.gtagarage.com/mods/show.php?id=8320) and head to your game directory models/use TXD workshop to open hud.txd
  7. afaik v8 (MTA JS implementation that CrosRoad95 working on) isn't working as Slipe (NanoBob's C# "translator") - Slipe: C# (csharp.lua) > Lua > C++ - V8: JS > C++
  8. - pawn/AMX https://github.com/multitheftauto/amx - https://github.com/projectlua/mta-typescript-sdk
  9. You've posted the same post on https://forum.multitheftauto.com/forum/71-scripting/ so please delete this one (or report and make a removal request)
  10. 1. make sure you've created an account and logged in. 2. find the page you're willing to translate. 3. click the "edit" button. (as shown in the following picture) In case if it's not created yet: - get its URL & add a /"language name shortcut"/ after /wiki/ for e.g. for Deutsche the shortcut is DE so it should be /DE/ as shown in the following picture: Happy translating @Erlkonig
  11. For images/textures (in PNG format) checkout this post:
  12. Please do a dxdiag, you might get a faster help
  13. unfortunately you're forced to use v-sync or borderless windowed mode
  14. uh I guess you're using a leaked gamemode that uses a custom user system lol -- you have to give yourself permissions from the ACL file and use the default login system (by commands)
  15. are you sure you have enough permissions?
  16. thanks to everyone who worked on this release!
  17. you have to wait for few hours (should be visible by now)
  18. Haxardous

    no limit

    the skins thing is already implemented
  19. Haxardous

    low fps in game

    this laptop isn't even suitable for nowadays office work
  20. -- just upload it to imgur.com or something
×
×
  • Create New...