Pirulax

Results 147 comments of Pirulax

or, just learn to use hex instead of tocolor? ```lua tocolor(255, 255, 255, 255) == 0xFFFFFFFF ``` The hex format is `0xAARRGGBB` FF is 255, 7F would be 127, and...

Also something I just realized, these constants are pretty useless on their own. There should be a way to convert to/from name/value. Given: ```lua local MyEnum = { First =...

ID 7 (male01) is a very special model, as it's used as some kind of a base for all other models, and it must be loaded at all times [otherwise...

> > > > > > > > > Unfortunately, we cannot use the default Luau code in the future. Some adjustments required in the code. > > you can...

I'd be more than happy to merge this once Luau is made into a submodule [or something we agree on, because I see we still don't use submodules....], because making...

So, whats people's opinion on this? I'd be really happy to see this in 1.6. Also it seems like we could without problems add support for matrices as well. A...

So, we should create a separate repo?

AFAIK There is no official Lua repo on GitHub, if that's what you meant by *Fork Lua repo*. I dont think the Lua history is necessary. I'll just create a...

Okay I think I did it. Is [this ](https://github.com/Pirulax/mtasa-vendor-lua/commits/master) what you meant?

Please look at MTA org's /lua repo. I have filtered our commits to vendor/lua + added base Lua at the top (source code for 5.1.5 downloaded from Lua website). Would...