Search results

Jump to navigation Jump to search
  • function changeConfigMarkerColor(thePlayer, command, r, g, b) xmlNodeSetAttribute(markernode, "color", r .. "," .. g .. "," .. b)
    2 KB (86 words) - 23:18, 1 October 2014
  • function blockPM(fullMsg,r,msg) if (getPlayerName(r) == "Bob") then -- If they sent a PM to "Bob"
    1 KB (180 words) - 21:37, 23 May 2024
  • 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
View ( | ) (20 | 50 | 100 | 250 | 500)