Search results

Jump to navigation Jump to search
  • ...he sound start only after the client freeze. You can use a [[setTimer]] to call this function after song creation so it can play normally.}} [[hu:GetSoundBPM]]
    1 KB (182 words) - 15:54, 21 December 2021
  • {{Client function hu}} ...rnt = getBrowserSource(browser,function(code) --Get Browser Source and Call Function
    2 KB (196 words) - 13:06, 21 August 2018
  • ...rnt = getBrowserSource(browser,function(code) --Get Browser Source and Call Function [[hu:getBrowserSource]]
    1 KB (165 words) - 12:02, 8 April 2020
  • {{AR/warning|This function is expensive to call and will freeze the client about 1-3 seconds. Also, trying to get the BPM f [[HU:getSoundBPM]]
    1 KB (162 words) - 18:12, 15 August 2021
  • ...in a server side script. Then in the server side script, you'll be able to call [[triggerClientEvent]], which will trigger the event client side. The same [[hu:Client side scripts]]
    2 KB (285 words) - 14:45, 24 October 2018
  • ...ou have in a resource. The second is a system for allowing web browsers to call functions you have exported from your resource. ...n your resource's main code, you need to export the function and use the [[call]] function from your parsed file.
    9 KB (1,404 words) - 03:55, 20 August 2023
  • *Allowing a resource to use the call function to use exported functions from another script *'''RPC''' - Remote Procedure Call. Specifically grants access to [[callRemote]] only and disables commands of
    10 KB (1,482 words) - 20:29, 6 December 2020
  • ''A részletekért látogassa meg a [[HU/Meta.xml]] oldalt'' ...-t. Ez lehetővé teszi más resource-nak, hogy meghívja ezt a function-t a [[call]] scripting function használatával.
    6 KB (942 words) - 18:43, 21 December 2018
  • ...e fő kódjában, akkor exportálnia kell a function-t az elemzett fájlból a [[call]] function használatával. ...done by requesting ''<nowiki>http://<your IP>:<your port>/<resource_name>/call/<exported_function_name></nowiki>'' using HTTP POST. The body of the reques
    9 KB (1,486 words) - 21:49, 21 February 2021
  • *'''handler:''' The function to call if the webBrowser attempts to open the ajax endpoint. If this parameter is [[hu:setBrowserAjaxHandler]]
    3 KB (407 words) - 14:39, 8 April 2020
  • ...le frame. In order for the image to stay visible continuously, you need to call this function with the same parameters on each frame update (see [[onClient [[hu:dxDrawImage]]
    3 KB (438 words) - 21:40, 23 January 2023
  • ...ateRulesWindow function is now complete, but it won't do anything until we call it. -- call the createRulesWindow function to create our gui
    16 KB (2,477 words) - 13:47, 8 November 2018
  • ...ction. This will enable other resources to fire this function using the [[call]] scripting function. [[hu:Resources]]
    5 KB (782 words) - 21:37, 20 August 2021
  • ...having to call a function and referencing it inside the call, you actually call the function INSIDE the class. [[hu:OOP Introduction]]
    9 KB (1,385 words) - 05:52, 6 November 2023
  • ...le frame. In order for the image to stay visible continuously, you need to call this function with the same parameters on each frame update (see [[onClient [[hu:dxDrawImageSection]]
    4 KB (590 words) - 22:50, 17 February 2024
  • ...nd draw directly to the render target, then use a '''single''' dxDrawImage call every frame afterwards to display the render target. [[hu:dxCreateRenderTarget]]
    4 KB (518 words) - 16:34, 10 August 2023
  • ...of this function because drawing using shader would take up only one draw-call. Take look at [https://forum.mtasa.com/topic/133045-dxdrawcircle-chart/?do= [[hu:dxDrawCircle]]
    4 KB (563 words) - 19:07, 8 December 2021
  • ...'createTeleportWindow' function is ready, but it wont do anything until we call it. -- call the createTeleportWindow function to create our gui
    12 KB (1,771 words) - 22:21, 5 November 2018
  • If you call a set... function on a node of the element tree, the function will affect e [[hu:Element tree]]
    7 KB (1,039 words) - 08:12, 24 October 2022
  • ...and allow them to hook into your code. To add your own custom event, just call the [[addEvent]] function. You can then use the [[triggerEvent]] function t [[hu:Event system]]
    5 KB (918 words) - 01:27, 19 February 2019
  • Ahogy az [[HU/Introduction to Scripting the GUI|előző tutoriálban]] is említettük, m -- call the createRulesWindow function to create our gui
    17 KB (2,784 words) - 12:50, 13 May 2019
  • ...Następnie będziesz mógł użyć w każdym skrypcie tego samego typu funkcje [[call]]. [[hu:Resources]]
    5 KB (825 words) - 22:06, 20 August 2021
  • ...votre ressource, vous devez exporter la fonction et utilisé la fonction [[call]] depuis le fichier parsé. ...requête HTTP POST : ''<nowiki>http://<your IP>:<your port>/<resource_name>/call/<exported_function_name></nowiki>''. Le corps de cette requête peut être
    9 KB (1,251 words) - 21:49, 21 February 2021
  • ...one frame. In order for the text to stay visible continuously, you need to call this function with the same parameters on each frame update (see [[onClient [[hu:dxDrawText]]
    5 KB (692 words) - 08:15, 5 November 2023
  • '''Ne feledje, hogy ez a tutoriál feltételezi azt, hogy tisztában van az [[HU/Introduction to Scripting the GUI|előző tutoriálban]] bemutatott összes Kezdésként nyisson meg egy client oldali lua fájlt (ha követte a [[HU/Bevezetés a scriptelésbe|bevezetés a scriptelésbe]] oldalt, akkor ez a
    19 KB (3,117 words) - 21:24, 26 December 2018
  • We now also need to call this function somewhere, otherwise the GUI will never be created. -- add the command /vehicleselection and set it to call the showVehicleSelection function
    20 KB (2,848 words) - 13:34, 25 November 2018
  • -- call our function to read the news out of the xml file ...t to, the only limitation is that you cannot mix them in the same function call. The type of values you are using is defined by the final argument (true or
    18 KB (2,936 words) - 22:39, 5 November 2018
  • ...го ресурса, вам понадобится ее экспортировать и воспользоваться функцией [[call]] из анализируемого файла. ...ыполняются через запрос ''<nowiki>http://<ваш IP>:<ваш порт>/<имя_ресурса>/call/<имя_экспортированной_функции></nowiki>'' с ис
    13 KB (333 words) - 21:49, 21 February 2021
  • ...ateLoginWindow function is now complete, but it won't do anything until we call it. It is recommended to create all GUI when the client resource starts, hi In our [[onClientGUIClick]] event handle, we told it to call the function clientSubmitLogin whenever btnLogin is clicked.
    16 KB (2,481 words) - 12:19, 17 September 2023
  • ...cript dele, ela terá de ser exportada, e mais tarde, usando-a chamando o [[call]] na página criada. Chamadas são feitas ao se utilizar ''<nowiki>http://<IP>:<porta>/<recurso>/call/<função-exportada></nowiki>' usando ''HTTP POST''. O corpo do comando pod
    9 KB (1,324 words) - 21:49, 21 February 2021
  • '''Ne feledje, hogy ez a tutoriál feltételezi azt, hogy tisztában van az [[HU/Introduction to Scripting the GUI|előző tutoriálban]] bemutatott összes Kezdésként nyisson meg egy client oldali lua fájlt (ha követte a [[HU/Bevezetés a scriptelésbe|bevezetés a scriptelésbe]] oldalt, akkor ez a
    21 KB (3,277 words) - 12:53, 13 May 2019
  • ...rent position in the game. Firstly we need to create a function we want to call and a command handler that creates the command the player will be able to e ...layer will be able to enter, the second argument is the function this will call, in this case ''createVehicleForPlayer''.
    22 KB (3,438 words) - 17:27, 9 March 2024
  • ...Ressource aufrufen möchten, müssen Sie die Funktion exportieren und die [[call]]-Funktion aus Ihrer geparsten Datei verwenden. ...n durch die Anfrage ''<nowiki>http://<your IP>:<your port>/<resource_name>/call/<exported_function_name></nowiki>'' per HTTP POST. Der Körper der Anfrage
    10 KB (1,423 words) - 20:47, 30 June 2022
  • ...ports functions from this resource, so other resources can use them with [[call]] [[hu:Meta.xml]]
    11 KB (1,648 words) - 10:43, 31 October 2023
  • ...ateLoginWindow function is now complete, but it won't do anything until we call it. It is recommended to create all GUI when the client resource starts, hi In our [[onClientGUIClick]] event handle, we told it to call the function clientSubmitLogin whenever btnLogin is clicked.
    16 KB (2,457 words) - 12:11, 16 January 2022
  • We can now simply call updateDisplay(our text) to change the text on the display, or updateDisplay Note how when we are clearing the display, we simply call updateDisplay() with no arguments. We do not need to pass 'nil' to it as al
    16 KB (2,326 words) - 12:03, 26 November 2018
  • Ahogy az [[HU/Introduction to Scripting the GUI|előző tutoriálban]] is említettük, m -- call the createTeleportWindow function to create our gui
    13 KB (1,992 words) - 08:28, 12 November 2018
  • *'''RPC''' - Remote Procedure Call. Gewährt insbesondere nur Zugriff auf [[callRemote]] und deaktiviert die B [[hu:ACL]]
    11 KB (1,539 words) - 20:15, 30 June 2022
  • :{{Debug error|myResource\script.lua:2: attempt to call global 'outputChatbox' (a nil value)}} [[hu:Debugging]]
    18 KB (2,815 words) - 08:56, 4 July 2022
  • ...ror|C:\<server path>\mods\deathmatch\resources\d\script.lua:15: attempt to call global 'outputChatbox' (a nil value)}} [[hu:Debugging]]
    27 KB (685 words) - 16:43, 15 April 2017