Search results

Jump to navigation Jump to search
  • <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> * '''r''': The Red color value
    855 bytes (107 words) - 23:31, 20 May 2022
  • <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> * '''r''': O valor Red
    851 bytes (111 words) - 23:30, 20 May 2022
  • r = dgsColorPickerCreateComponentSelector(500,200,200,10,true,false) dgsBindToColorPicker(r,cp,"RGB","R",true)
    760 bytes (85 words) - 10:47, 26 July 2019
  • local a,r,g,b r = int%256
    892 bytes (118 words) - 03:00, 3 September 2023
  • local a,r,g,b r = int%256
    1 KB (135 words) - 03:00, 3 September 2023
  • local r, g, b = math.random(255), math.random(255), math.random(255) -- R
    2 KB (188 words) - 16:53, 3 April 2021
  • <syntaxhighlight lang="lua">team getTeamFromColor ( int r, int g, int b)</syntaxhighlight> * '''r''': The red color.
    1 KB (163 words) - 11:23, 28 September 2013
  • local r, g, b, factor r, g, b = -(length - 440)/(440 - 380), 0, 1
    1 KB (163 words) - 21:51, 16 January 2013
  • bool setLightColor ( light theLight, float r, float g, float b ) function(cmd, r, g, b)
    780 bytes (97 words) - 21:12, 7 May 2017
  • ==Źródło== local r, g, b
    1 KB (176 words) - 19:35, 4 April 2018
  • local str,r = "",n%16 if n-r == 0 then str = hexnums[r+1]
    1 KB (142 words) - 15:39, 7 September 2018
  • function RGBToHSV(r, g, b) local r = r / 255
    1 KB (198 words) - 23:54, 2 January 2022
  • local r,g,b,a = getWaterColor () if ( r and g and b and a ) then -- If color is true
    2 KB (280 words) - 15:02, 7 August 2016
  • Returns a r, g, b, a colors. local r = bitExtract ( color, 16, 8 )
    634 bytes (78 words) - 15:07, 6 August 2021
  • <syntaxhighlight lang="lua">bool isMouseInCircle(int x, int y, int r)</syntaxhighlight> * '''r''': The circle radius
    852 bytes (112 words) - 09:49, 29 October 2016
  • Returns R, G, B, A colors if successful, otherwise false. local r = tonumber('0x'..hex:sub(5,6))
    2 KB (265 words) - 14:18, 27 August 2021
  • ...bout the player who activated the command handler into the local variables r, g, b. local r, g, b = getPlayerNametagColor ( thePlayer )
    1 KB (168 words) - 03:06, 1 April 2016
  • function commandSetSunColor(player, command, r, g, b, r2, g2, b2) local r, g, b, r2, g2, b2 = tonumber(r), tonumber(g), tonumber(b), tonumber(r2), tonumber(g2), tonumber(b2)
    1 KB (223 words) - 19:24, 14 March 2011
  • ...bout the player who activated the command handler into the local variables r, g, b. local r, g, b = getPlayerNametagColor ( thePlayer )
    1 KB (212 words) - 00:59, 13 November 2015
  • local R, G, B, A = getMarkerColor( hitMarker )-- نجلب لون الماركر if R == 255 and G == 255 and B == 255 then
    1 KB (88 words) - 18:30, 8 February 2016
  • ...arAreaColor ( area ) -- get the color of 'area' and store it in 'r', 'g', 'b' and 'a' if r == 0 and g == 255 and b == 0 then -- if the radar area is ful
    1 KB (189 words) - 17:35, 26 November 2014
  • bool textItemSetColor ( textitem theTextItem, int r, int g, int b, int a ) ...eTextItem ) -- get the text color and store it in the variables 'r', 'g', 'b' and 'a'
    1 KB (181 words) - 21:15, 29 October 2023
  • This function convert the R,G,B color codes to hexadecimal. function rgb2hex(r,g,b)
    1 KB (205 words) - 05:45, 20 December 2017
  • sockWrite(socket,"USER mta mta * :Bot\r\n") sockWrite(socket,"NICK mta\r\n")
    1 KB (170 words) - 22:26, 15 January 2022
  • ...eTextItem ) -- get the text color and store it in the variables 'r','g','b' and 'a' if ( r == 0 ) and ( g == 255 ) and ( b == 0 ) then -- if the color is green
    1 KB (156 words) - 21:15, 29 October 2023
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    1 KB (190 words) - 15:33, 11 April 2022
  • local r, g, b = getVehicleHeadLightColor(vehicle) -- We get the vehicle head lights outputChatBox("Your vehicle lights color are: ".. r ..", ".. g ..", ".. b) -- We output them to the chatbox.
    2 KB (245 words) - 14:21, 7 June 2015
  • *'''notSplitColor :''' Whether to split color into r,g,b and a instead of a single number. local r,g,b,a = DGS:dgsGridListGetItemColor ( numberList, row, column )
    2 KB (222 words) - 14:10, 18 January 2018
  • sockWrite(socket,"USER mta mta * :Bot\r\n") sockWrite(socket,"NICK mta\r\n")
    2 KB (194 words) - 17:45, 15 January 2022
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (202 words) - 22:24, 15 January 2022
  • ...utChatBox("Sky gradient colors are R: "..r1.." G: "..g1.." B: "..b1.." and R: "..r2.." G: "..g2.." B: "..b2)
    815 bytes (113 words) - 18:48, 26 February 2012
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (209 words) - 22:23, 15 January 2022
  • ***''color1:'' A number ranges from 0 to 255, indicates the R (red) value of the color. local R,G,B,A = DGS:dgsColorPickerGetColor(cp,"RGB")
    2 KB (268 words) - 09:37, 26 July 2019
  • ...elementToAttachTo [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ), fl * '''r''': An integer number representing the amount of red to use in the colourin
    4 KB (456 words) - 19:31, 4 April 2018
  • === Rückgabe === -- Speichert die Farben des Blips in die Variablen r,b,g,a ein
    1 KB (179 words) - 05:22, 21 July 2014
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (233 words) - 17:37, 15 January 2022
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (230 words) - 17:43, 15 January 2022
  • local R, G, B, A = getMarkerColor( hitMarker ) if R == 255 and G == 255 and B == 255 then
    2 KB (221 words) - 07:45, 4 November 2020
  • <syntaxhighlight lang="lua">bool setMarkerColor ( marker theMarker, int r, int g, int b, int a )</syntaxhighlight> *'''r:''' كمية الأحمر في اللون النهائي (0 to 255).
    1 KB (66 words) - 19:33, 8 February 2016
  • <syntaxhighlight lang="lua">function addGlassParticle(cmd,r,g,b,a,scale,count) if r and g and b then
    1 KB (194 words) - 10:00, 21 June 2019
  • int r,g,b,a dxGetPixelColor( string pixels, int x, int y ) ==Visszatérési érték==
    2 KB (223 words) - 13:24, 27 November 2018
  • function C(n,r) return fac(n)/(fac(r)*fac(n-r))
    1 KB (157 words) - 14:13, 23 January 2021
  • local r, g, b = getPlayerNametagColor ( player ) -- We get the player nametag color guiGridListSetItemColor ( playerList, row, column, r, g, b ) -- We set the grid list item color to the returned values of getPla
    2 KB (275 words) - 21:13, 7 November 2018
  • r,g,b = getTeamColor(playerTeam) if r and g and b then
    2 KB (272 words) - 19:37, 4 April 2018
  • ...tChatBoxWithEnter ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight> *'''r:''' Liczba określająca ilość "czerwieni" w kolorze tekstu. Domyślna wa
    4 KB (641 words) - 20:39, 23 March 2018
  • <syntaxhighlight lang="lua">bool setMarkerColor ( marker theMarker, int r, int g, int b, int a )</syntaxhighlight> *'''r:''' The amount of red in the final color (0 to 255).
    951 bytes (131 words) - 13:01, 10 October 2023
  • ..., float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ) ] ) * '''r''': (0 - 255)نسبة اللون الاحمر بالماركر بين.
    3 KB (179 words) - 14:03, 8 November 2016
  • function blockPM(msg,r) if (getPlayerName(r) == "Bob") then -- If they sent a PM to "Bob"
    1 KB (160 words) - 09:01, 4 November 2020
  • local r, g, b r, g, b = getTeamColor ( playerTeam )
    2 KB (232 words) - 06:51, 12 July 2014
  • Meta.xml'ye <oop>true</oop> eklemeniz lazımdır. function mesajVer( metin, element, r,g,b, durum )
    2 KB (284 words) - 19:16, 15 May 2017
  • function blockPM(msg, r) if getPlayerName(r) == "Bob" then
    2 KB (66 words) - 18:09, 4 December 2017
  • function changeConfigMarkerColor(thePlayer, command, r, g, b) xmlNodeSetAttribute(markernode, "color", r .. "," .. g .. "," .. b)
    2 KB (86 words) - 23:18, 1 October 2014
  • bool setPlayerNametagColor ( player thePlayer, int r, int g, int b ) *'''r:''' The amount of red you want in the mixture of RGB (0-255 is valid)
    3 KB (468 words) - 23:24, 6 July 2016
  • function CreateTextItem ( player, time, r, g, b, scale, text, x, y, alignX, alignY) if not tonumber(r) and not tonumber(g) and not tonumber(b) then r, g, b = 255, 0, 0 end
    4 KB (602 words) - 22:58, 25 April 2013
  • ...s Spielers sind. Andere Marker, die nicht in diesem Umkreis sind, werden für den Spieler erst sichtbar wenn er in die Nähe (Umkreis) des Markers tritt. ..., float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement() ] )
    3 KB (426 words) - 16:37, 12 April 2013
  • function changeConfigMarkerColor(thePlayer, command, r, g, b) xmlNodeSetAttribute(markernode, "color", r .. "," .. g .. "," .. b)
    2 KB (193 words) - 14:50, 6 August 2016
  • local r, g, b = getPlayerNametagColor ( player ) -- We get the player nametag color DGS:dgsComboBoxSetItemColor ( playerComboBox , item, tocolor( r, g, b, 255 ) ) -- We set the grid list item color to the returned values of
    1 KB (180 words) - 12:48, 7 February 2022
  • r, r1 = guiGetScreenSize(); buttonOlustur(r/2, r1/2,150, 50,"DX Button", 255,255,255)
    5 KB (589 words) - 10:10, 13 May 2017
  • local r, g, b = getPlayerNametagColor ( player ) -- We get the player nametag color DGS:dgsComboBoxSetItemColor ( playerComboBox , item, tocolor( r, g, b, 255 ) ) -- We set the grid list item color to the returned values of
    2 KB (197 words) - 05:33, 19 June 2018
  • *'''notSplit:''' A bool of whether the color is split into r,g,b,a or not. outputChatBox( ( 'Label color is r = %d, g = %d, b = %d' ):format( iR, iG, iB ) )
    1 KB (174 words) - 13:42, 4 August 2023
  • bool dxSetPixelColor ( string pixels, int x, int y, int r, int g, int b [, int a = 255 ] ) *'''r:''' The red channel for the color (0-255)
    2 KB (199 words) - 17:32, 1 December 2018
  • <pre>screen -r</pre> you can bring back your server and look at the output: ...what, you can use <pre>ps x</pre>. To bring up the screen use <pre>screen -r pid</pre> where pid is the corresponding process ID.
    2 KB (419 words) - 14:15, 20 June 2012
  • ...ool outputChatBox ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight> *'''r:''' كمية اللون الأحمر في النص
    5 KB (271 words) - 00:58, 14 July 2016
  • string text, int r, int g, int b, int messageType *'''r:''' The amount of red in the color of the text.
    1 KB (212 words) - 14:44, 7 October 2021
  • local r,g,b,a = dxGetPixelColor(pixel,i,j) --Get pixel color tab[i+1][j+1] = {r,g,b,a} --Save the color in the table
    1 KB (187 words) - 12:18, 6 March 2019
  • bool dxSetPixelColor ( string pixels, int x, int y, int r, int g, int b [, int a = 255 ] ) *'''r:''' A szín piros tartománya (0-255)
    2 KB (255 words) - 22:21, 23 December 2018
  • local b,g,r,a = bitExtract(setting[2],0,8),bitExtract(setting[2],8,8),bitExtract(settin return tocolor(_r+(r-_r)*progress,_g+(g-_g)*progress,_b+(b-_b)*progress,_a+(a-_a)*progress)
    1 KB (174 words) - 10:00, 6 June 2020
  • ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    3 KB (400 words) - 17:42, 21 February 2021
  • bool setRadarAreaColor ( radararea theRadarArea, int r, int g, int b, int a ) *'''r:''' an integer representing the amount of red in the color (0 for no red, 2
    2 KB (197 words) - 16:43, 4 December 2016
  • ...teBlipAttachedTo ( element elementToAttachTo, [int icon=0, int size=2, int r=255, int g=0, int b=0, *'''r:''' قيمة اللون الأحمر للعلامة ( 0 - 255 ) , لا ين
    4 KB (218 words) - 21:07, 14 June 2021
  • local r = dxGetPixelColor( pixels,x,y ) if r > 0 then
    2 KB (241 words) - 22:39, 16 November 2012
  • fileWrite(hFile, "\r\n") fileWrite(hFile, "\r\n")
    3 KB (361 words) - 22:05, 15 September 2022
  • ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    4 KB (162 words) - 21:21, 14 June 2021
  • ***'''R''' ***'''RGBA''' : At least 1 attribute. Can be made up of any letter from"R", "G", "B" and"A".
    5 KB (573 words) - 18:27, 29 March 2022
  • blip createBlip ( float x, float y, float z, [int icon=0, int size=2, int r=255, int g=0, int b=0, int a=255, *'''r:''' Farbanteil von Rot (0-255)
    2 KB (237 words) - 15:06, 11 June 2023
  • Returns a r, g, b colors.
    564 bytes (74 words) - 12:58, 6 August 2021
  • ...p egy ikonként látható a játékos radarán, ami követi azt az elemet, amihez rögzítve lett. ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    3 KB (490 words) - 21:11, 14 June 2021
  • local r,g,b,a = bitExtract(color1,16,8),bitExtract(color1,8,8), bitExtract(color1,0 local _color1 = string.format("#%.2X%.2X%.2X", r,g,b)
    2 KB (230 words) - 02:57, 11 May 2022
  • local r, g, b = getPlayerNametagColor ( player ) -- We get the player nametag color guiGridListSetItemColor ( playerList, row, column, r, g, b ) -- We set the grid list item color to the returned values of getPla
    2 KB (255 words) - 21:13, 7 November 2018
  • ...createMarker ( float x, float y, float z, [string theType, float size, int r, int g, int b, int a, visibleTo = getRootElement()] )
    5 KB (219 words) - 16:42, 19 February 2016
  • function r () addEventHandler ( "onClientRender", root, r )
    3 KB (300 words) - 20:25, 11 September 2021
  • ...chedTo ( element elementoParaAnexar [, int icone = 0, int tamanho = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordem = 0, float distanciaDeV ...chedTo ( element elementoParaAnexar [, int icone = 0, int tamanho = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordem = 0, float distanciaDeV
    3 KB (405 words) - 20:47, 20 June 2021
  • ...ool outputChatBox ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight> *'''r:''' Mnozstvi cervene barvy v textu. Defaultne 231.
    3 KB (440 words) - 10:38, 21 August 2012
  • ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...pAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    3 KB (416 words) - 21:18, 14 June 2021
  • blip createBlip ( float x, float y, float z, [int icon=0, int size=2, int r=255, int g=0, int b=0, int a=255, *'''r:''' مقدار لون العلامة الاحمر من 0 الى 255. الم
    4 KB (352 words) - 15:06, 11 June 2023
  • ...teBlipAttachedTo ( element elementToAttachTo, [int icon=0, int size=2, int r=255, int g=0, int b=0, *'''r:''' La quantità di colore rosso nel colore del segnalino (0 - 255). Applic
    4 KB (495 words) - 18:39, 3 August 2011
  • ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    3 KB (503 words) - 15:04, 11 June 2023
  • |style="background:#CCFFFF;"| 82 || R |style="background:#CCFFFF;"| 114 || r
    4 KB (479 words) - 09:14, 21 August 2012
  • string message, int level, string file, int line, int r, int g, int b *'''r''': an [[int]] representing the amount of red color (0-255).
    2 KB (312 words) - 21:19, 9 October 2018
  • ...ool outputChatBox ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight>
    7 KB (288 words) - 08:38, 7 September 2019
  • |style="background:#CCFFFF;"| 82 || R |style="background:#CCFFFF;"| 114 || r
    4 KB (484 words) - 18:20, 10 January 2015
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 )... setVehicleColor( uVehicle, r, g, b ) -- Ust
    2 KB (288 words) - 20:15, 15 October 2016
  • Istnieją różne typy markerów między innymi: ..., float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ) ] )
    4 KB (577 words) - 18:08, 15 September 2016
  • ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    5 KB (202 words) - 21:22, 14 June 2021
  • function r () addEventHandler ( "onClientRender", root, r )
    3 KB (304 words) - 04:12, 2 June 2018
  • DGS:dgsBindToColorPicker(Redit,cp,"RGB","R")
    783 bytes (89 words) - 10:20, 26 July 2019
  • ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    4 KB (587 words) - 15:06, 11 June 2023
  • -- Function to draw text to our render target texture when the 'r' key is pressed bindKey("r", "down", updateRenderTarget )
    2 KB (331 words) - 22:19, 30 September 2022
  • ...lipAttachedTo(element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi ...lipAttachedTo(element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDi
    3 KB (478 words) - 21:43, 14 June 2021
  • ..., float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, element visibleTo = getRootElemen * '''r''': An integer number representing the amount of red to use in the colourin
    5 KB (695 words) - 12:39, 10 October 2023
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)