Jump to content

Doigyfu

Members
  • Posts

    3
  • Joined

  • Last visited

Doigyfu's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hey! I'm currently working on my own dx GUI, and I found this strange issue: I can't draw circumferences. There is a function for drawing filled circles, but i wasn't able to find any that draws circumferences. I was thinking about implementing it myself, but decided to ask people about first. So, a little help, please?
  2. Hello! I'm a new member here, and just started my journey through scripting for MTA (but i have some previous knowledge about programming and lua). So... I'm trying to script some kind of advanced rpg system, and I want to add hunger, thirst and sleep needs, but i want it's maximum values (aka time for complete depletion) to be altered by the default character stats. I have found out how to get the character stats, and the problem now is: what are the maximum and minimum values returned by getPedStat()? I tried the wiki, and there is said that there are some stats which are integer values, and some others are float. All the ones I want are float, but, I don't know if could I use, for instance, something like sleep = baseValue/fat because i don't know if fat goes from 0 to 999 or 1 to 1000. Wasn't able to find this anywhere either. Could you guys give a little help to this rookie right here? (sorry for my bad english)
×
×
  • Create New...