-
==================================================================
= Multi Theft Auto: San Andreas v1.5.8
==================================================================
= Server name : Owl…
-
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…
-
**Introduction**
I'm developing resources for MTASA on typescript. MTASA does not support Lua's `require`, therefore, I cannot use Lua Modules. Only global-scoped variables/classes/functions can be…
-
**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…
-
**Describe the bug**
`getKeyState('lshift')` returns `true` if `rshift` is pushed down.
This happens for "lshift", "lalt", "lctrl", "rshift", "ralt", "rctrl" as well.
**Expected behavior**
It …
-
hello, i'm new in the github and idk how the issues tab work, but i'm having trouble with the DarkMTA theme, when i choose it, the VSCode Give me this Error
"Unable to load file:///c%3A/Users/mlice…
-
-
**Is your feature request related to a problem? Please describe.**
It is annoying for win-create-projects to tell me to click win-install-data when CEF doesn't make me do it
**Describe the sol…
-
- VSCode Version: 1.31.0
- OS Version: Windows 10
Steps to Reproduce:
1. Unpack the attached source [test-app.zip](https://github.com/Microsoft/vscode/files/2857039/test-app.zip)
2. run `npm i…
-
Currently, there are only two fire functions available from Lua: createFire and extinguishFire. createFire returns bool, not fire element type so extinguishFire is based on coordinates. However, in th…