All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:46, 2 January 2022 Olez14 talk contribs created page RGBToHSV (Created page with "{{Useful Function}} __NOTOC__ This function convert RGB to HSV color space ==Syntax== <syntaxhighlight lang="lua"> string RGBToHSV ( int red, int green, int blue ) </syntaxhighlight> ===Required Arguments=== * '''red:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space red] in the color (0-255). * '''green:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space green] in the color (0-255). * '''blue:''' The amount of [http://en.wikipedia.org/wiki/...")
  • 15:25, 22 September 2021 Olez14 talk contribs created page Math.clamp (Created page with "__NOTOC__ {{Useful Function}} This function returns the number between range of numbers or it's minimum or maximum. ==Syntax== <syntaxhighlight lang="lua">float math.clamp( f...")
  • 16:50, 3 March 2020 User account Olez14 talk contribs was created