Jump to content

Hiroszek

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Hiroszek

  1. Maybe it's the same problem. https://forum.multitheftauto.com/topic/123242-client-doesnt-detect-video-ram-properly/
  2. I increased it in the bios (but those 2gb I added were subtracted from the computer RAM) Each motherboard has a different bios version, so I won't help you 100%, read on the internet. I am curious when they will finally fix it, because although I have a good computer, the game on the integrated card is not pleasant at all.
  3. I have the same problem, I solved it by giving the integrated card 2 gb ram (max), but I'm also waiting for someone to fix it.
  4. I toss the video about the error on my side. As I run a resource (f11map) that uses dxCreateTexture, the font does not load. But when I run the same resource on 1280x720 everything works.
  5. reinstalling the system did not help either, changing the system resolution also did not help, I can do nothing more. This happens on every server in mta.
  6. its only for scaling without it its the same
  7. local sx, sy = guiGetScreenSize() zmienna = 1920/sx tektura = dxCreateTexture("image.png") local font = dxCreateFont("font.ttf", 15/zmienna) addEventHandler("onClientRender", root, function() dxDrawText("TEST TEXT", 1434/zmienna, sy - 81/zmienna, 1796/zmienna, sy - 4/zmienna, tocolor(255, 255, 255, 255), 1, font, "center", "center", false) end) Its working on resolution 1600x900 and smaller, but on 1920x1080 its not working, but if I remove "tektura = dxCreateTexture("image.png")" its works on every font and every image.
  8. If I use the dxCreateTexture function in some script, everyone else stops reading the fonts, if I remove dxCreateTexture everything returns to normal, only on mta resolution bigger than 1600x900
  9. If I use the dxCreateTexture function in some script, everyone else stops reading the fonts, if I remove dxCreateTexture everything returns to normal, only on mta resolution bigger than 1600x900
  10. Above the 1600x900 resolution, the game does not load fonts on servers. Please, help I want to play on full-hd.
  11. On every server in mta my fonts don't load. They just don't pop up, in error it pops up that they can't load them. This happens on every server, reinstalling mta and gta sa does not help. I will add that this happens on a new laptop, everything works properly on the old one. I had this error on every server Error creating font @ 'dxCreateFont' [fonts/f.ttf]
  12. Yes, but i mean a model not a car texture, with this i makes that
  13. Can you show me a code to do this? I dont have any idea for this ;c
  14. How can i replace model for only 1 car? Not for all of them. for example. i got 2 perennials, i want to make first in sedan and second in coupe, and i want to spawn two in the same time.
×
×
  • Create New...