Skip to content
#

scripting

Here are 1,388 public repositories matching this topic...

bitfield
bitfield commented Apr 26, 2020

It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).

Let's use this issue to design how that would look, and I invite suggestions!

codec-abc
codec-abc commented Apr 12, 2021

Hi,

Mun newbie here. I wanted to test the 0.3 on Windows but it seems there is a bug with it. Here What I did:

  1. I downloaded mun 0.3 for Windows using Github releases
  2. Unzipped mun.exe into a new directory on my desktop
  3. Opened a terminal into this directory and typed mun new mun-test
  4. Program ran but no file nor directory were created
  5. Run mun --help. Nothing happe
cleopatradev
cleopatradev commented May 30, 2021

We should add a new Lua function, setVolumetricShadowsEnabled, on the client-side only.

bool setVolumetricShadowsEnabled(bool state)

Returns true if successful, false otherwise

The volumetric shadows option can already be changed by the client in MTA Settings > Video > Volumetric Shadows.

Any server using this function will override the client's choice until they leave t

Improve this page

Add a description, image, and links to the scripting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scripting topic, visit your repo's landing page and select "manage topics."

Learn more