Jump to content

Vague72

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vague72's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Oh! Thank you, I wouldn't really mind 5-10% wrong scalling. So, this is supposed to be correct right?; local sx_, sy_ = guiGetScreenSize() local coolvetica = guiCreateFont("fonts/coolvetica.ttf", 25*(sy_/1080))
  2. Hi, I am trying to fit a custom font to all screen resolutions. For example: local coolvetica = guiCreateFont("fonts/coolvetica.ttf", 25) This font would look normal to 1920x1080 but it would look bigger in lower resolution, so I want to lower the size depending on the resolution. So far I tried this: local sx_, sy_ = guiGetScreenSize() local coolvetica = guiCreateFont("fonts/coolvetica.ttf", 25*(sy_/1080)) but it still does not look normal in other resolutions. Cheers.
  3. Hello. So I am making a car shop and I want to be able to see what is the total cars bought in the whole server. I also want to each car bought to have a special number so that the player can own more than just one car. How can I do that? Which function should I use? Cheers.
  4. Vague72

    Horsepower

    That is the speed limit not horsepower.
  5. Vague72

    Horsepower

    Hello lads. Is there a way to calculate GTA SA cars horsepower by using getVehicleHandling properties or any other way? If so, how?
×
×
  • Create New...