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:25, 20 May 2022 LODS talk contribs created page RGBToDecimal (Created page with "{{Useful Function}} This function convert RGB color to Decimal color. ==Syntax== <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> ==Arguments== * '''r''': The Red color value * '''g''': The Green color value * '''b''': The Blue color value ==Returns== Returns a decimal integer converted from specified RGB values ==Code== <section name="Code" class="both" show="true"> <syntaxhighlight lang="lua"> function RGBToDecimal(r, g, b...")