-
### Features
- [x] command for downloading the boilerplate
```
npx mtasa-lua-utils new-project
```
- [x] Command for compiling the project
```
npx mtasa-lua-utils build
```
- [x] command …
-
Hey Tolaik,
I am currently working on database and I have to export a function. Can you please tell how can I export and use that export function in ts script ?
-
There is an [update 1.0.0](https://github.com/mtasa-typescript/mtasa-lua-utils/issues/26) in progress.
The new resource boilerplate should contain:
- [x] `mtasa-meta.yml` prepared for example res…
-
Is there a way to create and develop multiple resources is different folders and build them at the same time? (I don't want to clone this boilerplate for every single resource)
For example MTA SA d…
-
**Describe the bug**
"stopResource" does not change resource state to "stopping"
**To reproduce**
use "getResourceState" directly after "stopResource"
```lua
stopResource(otherResource)
assert…
-
**Is your feature request related to a problem? Please describe.**
You can't detect when resource change state to eg. failed to load
**Describe the solution you'd like**
add event "onResourceStat…
-
Currently, the only way to render an SVG is by creating a transparent CEF browser and loading the SVG through the browser.
I think it would be useful to have SVG support built-in to MTA, which woul…
-
**Describe the bug**
If you provide resource with `` linux server go freeze.
**To reproduce**
[freeze.zip](https://github.com/multitheftauto/mtasa-blue/files/2706964/freeze.zip)
just let your se…
-
Script writing can be made easier by giving players automatic IDs starting from one.
```lua
getPlayerID(Element player) -- return a ID from player
getPlayerFromID(int ID) -- return a player ele…
-
**Description**
When I use `lua-types@2.8.0` and `typescript-to-lua@0.39.0` and execute `tstl` command the error appears:
```
node_modules/lua-types/core/global.d.ts:10:6 - error TS2300: Duplicat…