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
  • 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:''' La quantità di colore rosso nel colore del segnalino (0 - 255). Applic
    4 KB (610 words) - 15:07, 11 June 2023
  • local r, g = getRGColorFromPercentage(percentage) ...ext("Health: "..percentage.."%", sW/2-100, sH-45, sW/2+100, sH-15, tocolor(r, g, 0, 255), 1, "default", "center", "center")
    3 KB (327 words) - 00:37, 6 December 2015
  • 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)
    2 KB (276 words) - 15:25, 22 March 2022
  • ==Visszatérési érték== -- Function to draw text to our render target texture when the 'r' key is pressed
    2 KB (332 words) - 17:31, 1 December 2018
  • ...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 (591 words) - 21:11, 14 June 2021
  • ...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 (519 words) - 15:03, 11 June 2023
  • string message, int level, string file, int line, int r, int g, int b *'''r''': Amount of red color (0-255)
    2 KB (358 words) - 11:22, 11 April 2021
  • str = str:gsub("\r\n","\r\n"..unicode)
    3 KB (282 words) - 05:30, 18 April 2024
  • bool dgsGridListSetColumnTextColor( element gridList, int columnIndex, int r, int g, int b [, int a = 255 ] ) *'''r:''' The amount of red in the color (0-255).
    3 KB (298 words) - 10:08, 17 January 2023
  • ...GridListSetItemColor ( element gridList, int rowIndex, int columnIndex,int r, int g, int b [, int a = 255 ] ) *'''r:''' The amount of red in the color (0-255).
    3 KB (332 words) - 12:42, 15 February 2021
  • R,G,B = unpack(Colors) -- R = 255 , G = 50, B = 100
    6 KB (484 words) - 18:05, 21 February 2021
  • ...a">bool outputChatBox ( string text [, table/element visibleTo = root, int r = 231, int g = 217, int b = 176, bool colorCoded = false ] )</syntaxhighlig *'''r:''' The amount of red in the color of the text. Default value is 231.
    7 KB (936 words) - 08:31, 5 October 2023
  • ...yświetlenie na czacie dowolnego ciągu znaków, mniejszego niż 128. Istnieje również możliwość zdefiniowania, dla kogo ta wiadomość ma być widoczn ...ool outputChatBox ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight>
    4 KB (627 words) - 21:34, 19 July 2016
  • ...(element TheElement, string text [, int height = 1, int distance = 20, int R = 255, int G = 255, int B = 255, int alpha = 255, int size = 1, string font * ''R'': The Red color code (0-255), it's 255 by default.
    4 KB (566 words) - 22:13, 23 May 2020
  • ...nt, element Image [, int distance = 20, int height = 1, int width = 1, int R = 255, int G = 255, int B = 255, int alpha = 255, bool checkBuildings = tru * ''R'': The Red color code (0-255), it's 255 by default.
    4 KB (593 words) - 16:18, 21 July 2023
  • 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, int ordering = 0, float visibleDi 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, int ordering = 0, float visibleDi
    4 KB (576 words) - 15:04, 11 June 2023
  • "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3 * '''r'''
    3 KB (482 words) - 23:52, 28 December 2020
  • function dxDrawRectangle3D(x,y,z,w,h,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z
    2 KB (379 words) - 22:02, 2 April 2023
  • "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3 * '''mouse_wheel_up''' ''(Scroll w górę)''
    4 KB (503 words) - 20:32, 21 February 2021
  • <!--{{Needs_Example}}-->{{Disabled|This function was disabled in revision {{r|4872}}.}}
    946 bytes (128 words) - 09:05, 21 February 2016
  • outputChatBox( ( 'Label color is r = %d, g = %d, b = %d' ):format( iR, iG, iB ) )
    969 bytes (108 words) - 11:40, 7 August 2019
  • "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3 * '''r'''
    4 KB (490 words) - 20:33, 21 February 2021
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( uVehicle, r, g, b )
    3 KB (408 words) - 17:22, 4 October 2022
  • ...arArea ( float startPosX, float startPosY, float sizeX, float sizeY, [ int r = 255, int g = 0, int b = 0, int a = 255, element visibleTo = root ] )... *'''r:''' An integer representing the amount of red in the color. Maximum value
    3 KB (404 words) - 08:57, 4 November 2020
  • '''NOTA:''' É provável que os valores da cor R/G/B sejam alterados para a cor mais padrão ="#RRGGBB" antes da versão fin
    884 bytes (129 words) - 19:31, 14 March 2020
  • local r, g, b = 255, 255, 255 r, g, b = 255, (life/50)*255, 0
    5 KB (715 words) - 05:35, 3 March 2023
  • <circle cx="250" cy="250" r="250" fill="#0fc0fc" /> local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (418 words) - 23:15, 8 April 2022
  • cb(table.concat(splt,"\r\n", 2, #splt))
    1 KB (173 words) - 11:34, 23 November 2018
  • ...l outputChatBox ( string text [, element visibleTo = getRootElement(), int r = 231, int g = 217, int b = 176, bool colorCoded = false ] )</syntaxhighlig *'''r:''' A quantidade de vermelho na cor do texto. O valor padrão é 231.
    6 KB (927 words) - 16:21, 20 April 2021
  • ***<syntaxhighlight lang="lua">int cx, int cy, float r </syntaxhighlight> ***'''r''': A float of the radius of the circle.
    4 KB (670 words) - 17:16, 26 February 2022
  • ...int lightType, float posX, float posY, float posZ [, float radius = 3, int r = 255, int g = 0, int b = 0, float dirX = 0, float dirY = 0, float dirZ = 0 *'''r:''' An integer number representing the amount of red to use in the colourin
    4 KB (488 words) - 13:41, 7 October 2017
  • <circle cx="250" cy="250" r="250" fill="#0fc0fc" /> local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (432 words) - 20:15, 1 April 2023
  • ...">createMissionTimer ( duration, countdown, format, x, y, bg, font, scale, r, g, b )</syntaxhighlight>
    5 KB (143 words) - 15:21, 16 May 2012
  • * '''P: MTA va demasiado rápido en un procesador Athlon X2 dual core''' R: Aplica el parche ''AMD Athlon™ 64 X2 Dual Core Processor Driver for Wind
    9 KB (1,633 words) - 16:01, 19 July 2009
  • ...the color (R,G,B,A) of color filter A, and the last 4 indicate the color (R,G,B,A) of color filter B.
    3 KB (431 words) - 16:00, 1 September 2023
  • outputChatBox("You'r selected player: "..playerName)
    2 KB (185 words) - 07:36, 28 May 2020
  • ['r'] = "40",
    1 KB (164 words) - 12:39, 26 February 2022
  • ...tab). Lásd a [[onClientRestore]]-t a rögzített tartalmak visszaállításának részleteiről.}} ===Visszatérési érték===
    4 KB (487 words) - 18:05, 17 October 2018
  • <circle cx="250" cy="250" r="250" fill="#0fc0fc" /> local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (451 words) - 20:16, 1 April 2023
  • **'''r:''' Strip out all <span style="color:white; background:black;">reversed</sp
    2 KB (229 words) - 09:05, 30 July 2009
  • local r, g, b, a = unpack(g_Marker.startColor) g_Marker.marker = createMarker(x, y, z, "cylinder", 1, 255, r, g, b, a)
    9 KB (1,196 words) - 00:34, 30 April 2021
  • newLine = '\r\n' data += cc.decode('utf-8') + '\r\n'
    7 KB (864 words) - 01:12, 8 August 2023
  • "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3 "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3
    4 KB (590 words) - 15:10, 20 July 2018
  • ***''color1:'' A number ranges from 0 to 255, indicates the R (red) value of the color.
    2 KB (271 words) - 07:26, 4 October 2019
  • ["r"] = "rwd",
    2 KB (225 words) - 19:07, 27 September 2023
  • <circle cx="250" cy="250" r="250" fill="#0fc0fc" /> <circle cx="250" cy="250" r="250" fill="#0fc0fc" />
    5 KB (591 words) - 20:14, 1 April 2023
  • filterRGB = {R,G,B} -- The color you want to remove.
    2 KB (297 words) - 08:42, 9 February 2020
  • local x, y, z, r, d = 0, 0, 0, 0, 2.5 r = getPlayerRotation ( player2 )
    5 KB (579 words) - 16:20, 17 April 2016
  • *'''fileMode:''' an ANSI file mode descriptor (can be 'w', 'r' or 'a', with 'b' and/or '+' appended)
    3 KB (376 words) - 02:04, 24 January 2022
  • ...ChatBox("Ваши умения уже развиты до профессионального уровня!", thePlayer, r, g, b, false)
    4 KB (168 words) - 16:07, 12 March 2016
  • Open the command prompt (Win + R -> CMD) and enter this command:
    4 KB (625 words) - 17:06, 23 May 2023
  • local r, g, b = getPlayerNametagColor(source) local hex = RGBToHex(r, g, b)
    14 KB (1,072 words) - 00:37, 4 April 2022
  • local x, y, z, r, d = 0, 0, 0, 0, 2.5 r = getPlayerRotation ( player2 )
    5 KB (635 words) - 02:48, 9 December 2012
  • local x, y, z, r, d = 0, 0, 0, 0, 2.5 r = getPlayerRotation ( player2 )
    5 KB (677 words) - 21:23, 8 December 2018
  • local x,y,z,r r = getElementData(value, "rot")
    9 KB (1,213 words) - 09:38, 7 March 2015
  • local x, y, z, r, d = 0, 0, 0, 0, 2.5 r = getPlayerRotation ( player2 )
    6 KB (510 words) - 23:46, 5 January 2017
  • *'''fileMode:''' an ANSI file mode descriptor (can be 'w', 'r' or 'a', with 'b' and/or '+' appended)
    4 KB (471 words) - 23:22, 16 January 2022
  • Upewnij się, że masz zainstalowany pakiet kontroli źródła [https://git-scm.com/downloads GIT]. Otwórz wiersz poleceń (Win+R -> CMD) i wpisz tą komendę:
    5 KB (768 words) - 07:25, 7 June 2022
  • local x,y,z,r r = getElementData(value, "rot")
    9 KB (1,310 words) - 13:54, 30 December 2016
  • bindKey("r", "down", updateRenderTarget)
    4 KB (518 words) - 16:34, 10 August 2023
  • local x,y,z,r r = getElementData(value, "rot")
    12 KB (432 words) - 03:06, 1 April 2016
  • local x,y,z,r --Creaiamo delle variabili locali per tutte le coordinate r = getElementData(value, "rot")
    14 KB (1,702 words) - 11:39, 11 June 2023
  • local x,y,z,r r = getElementData(value, "rot")
    11 KB (1,700 words) - 00:25, 15 January 2013
  • public boolean outputChatBox(Object message,Element toElement,int r,int g,int b); public boolean outputChatBox(Object message,Element toElement,int r,int g,int b,boolean colorcoded);
    21 KB (2,792 words) - 20:47, 23 September 2016
  • | '''mod_rotate''' + '''r''' || ''(Left CTRL + R)''
    15 KB (2,152 words) - 17:14, 23 January 2022
  • MTA:SA map editörü ile oyun modlarınız için haritalar yaratabilirsiniz. Map editörü başlatmak için, MTA ana menüsündeki "Map Editor"e tıklayın.
    15 KB (2,517 words) - 23:11, 20 January 2021
  • 10 KB (141 words) - 10:38, 18 May 2012
  • ...tecla '''ALT''' para moverte más lento, o la tecla '''SHIFT''' para ir más rápido. | '''mod_rotate''' + '''r''' || ''(Left CTRL + R)''
    15 KB (2,390 words) - 17:17, 23 January 2022
  • Der MTA:SA Map Editor erlaubt es dir Maps für Gamemodes zu erstellen. * [[Image:Editor_Undo.png]] Die letzte Aktion rückgängig machen.
    15 KB (2,372 words) - 17:17, 23 January 2022
  • Der MTA:SA Map Editor erlaubt es dir Maps für Gamemodes zu erstellen. * [[Image:Editor_Undo.png]] Die letzte Aktion rückgängig machen.
    15 KB (2,375 words) - 17:18, 23 January 2022
  • ...tecla '''ALT''' para mover-se mais lentamente ou '''SHIFT''' para ir mais rápido. Segure '''ALT''' para mover mais lento e '''SHIFT''' para mais rápido nos dois jeitos citados acima.
    16 KB (2,562 words) - 13:55, 29 January 2022
  • * [[Image: Editor_Save.png]] Zapisz mapę, nad którą pracujesz. ...osiada wielką listę lokalizacji wnętrz (interiorów) San Andreas, ale można również dodawać własne lokalizacje do listy.
    15 KB (2,423 words) - 01:09, 25 March 2024
  • Ez a rész ismerteti a mapok létrehozásának és módosításának módját. ===Mozgás a map körül===
    16 KB (2,919 words) - 17:19, 23 January 2022
  • | '''mod_rotate''' + '''r''' || ''(Левый CTRL + R)''
    26 KB (648 words) - 17:18, 23 January 2022
  • ...([https://github.com/multitheftauto/mtasa-blue/pull/1602 #1602] by '''Unde-R''')
    20 KB (2,461 words) - 14:50, 1 October 2021
  • ...a-blue/commit/2651903e6a03c78a0571089b142b175f11f41bab 2651903] by '''Unde-R''') ...a-blue/commit/0ff6607a6f8196c3b82d1289a315a53fa709da32 0ff6607] by '''Unde-R''' and '''StrixG''')
    68 KB (10,156 words) - 00:00, 14 May 2024
  • ...ton (LAN) keresztül csatlakozhatnak a barátaid. Az ezen az oldalon lévő leírást követve remélhetőleg te is könnyen meg fogod tudni csinálni saját A szükséges szerverfájlokat és a leírást, hogy hogyan használd őket itt találod:
    15 KB (2,659 words) - 21:11, 21 February 2021
  • ...Forum | [http://forum.mtasa.com/viewtopic.php?f=5&t=128#p810 2003 official R* reaction] | 2003
    20 KB (3,052 words) - 11:12, 1 May 2022
  • ...([https://github.com/multitheftauto/mtasa-blue/pull/1639 #1639] by '''Unde-R''')
    28 KB (3,414 words) - 19:46, 16 June 2023