Search results

Jump to navigation Jump to search

Page title matches

  • <script src="script.lua" type="shared"/> <!-- this script will run separately both on client and server --> <script src="script.lua" type="client"/> <!-- define it separately on client -->
    68 KB (8,381 words) - 16:29, 23 April 2024
  • == Zombiesystem script == you can use this script for different things
    3 KB (505 words) - 13:13, 2 December 2013
  • Gli script client-side sono quegli script che sono avviati ''lato client'' dalla mod deathmatch. Significa che essi h Questi script sono utili soprattutto per tutto ciò che dev'essere fatto client-side, com
    2 KB (244 words) - 00:30, 13 June 2008

Page text matches

  • Gli script client-side sono quegli script che sono avviati ''lato client'' dalla mod deathmatch. Significa che essi h Questi script sono utili soprattutto per tutto ciò che dev'essere fatto client-side, com
    2 KB (244 words) - 00:30, 13 June 2008
  • ==Kapcsolódó script funkciók==
    672 bytes (107 words) - 18:53, 7 October 2018
  • ==Kapcsolódó script funkciók==
    672 bytes (107 words) - 09:23, 26 October 2018
  • ...e it is declared. The scope is the 'level' the variable is visible for the script, containing the value that was assigned to it. ...t must be accessed by more than one script file in the resource. Since all script files within a resource share the same global environment, it makes sense t
    2 KB (230 words) - 21:29, 12 May 2009
  • ==Kapcsolódó script funkciók==
    740 bytes (114 words) - 20:12, 14 April 2021
  • function importer:from(script) local res=getResourceFromName(script)
    2 KB (242 words) - 12:54, 14 February 2024
  • if (xmlNodeGetName(node) == "script") then local script = xmlNodeGetAttribute(node, "src")
    3 KB (306 words) - 21:12, 1 December 2014
  • ...y, you should just call the [[httpRequestLogin]] function again. It is the script's responsibility to judge when the user is logged in satisfactorily - you c
    1 KB (209 words) - 20:11, 8 September 2009
  • ...files, which are included from the resource (in the metafile) by using a <script> tag (and type attribute). <script src="c_gui.lua" type="client" />
    2 KB (278 words) - 16:16, 26 December 2012
  • ...files, which are included from the resource (in the metafile) by using a <script> tag (and type attribute). <script src="c_gui.lua" type="client" />
    2 KB (285 words) - 14:45, 24 October 2018
  • ...mation about the currently running script. It can be used to know when the script has been updated by MTA. -- Get the information of this script file.
    1 KB (196 words) - 03:27, 23 January 2022
  • ...mation about the currently running script. It can be used to know when the script has been updated by MTA. -- Get the information of this script file.
    1 KB (189 words) - 23:25, 16 January 2022
  • ...anmış ve Ölümoyunu(Deathmatch) oyun moduna uygun olan '''client-taraflı''' script yapma [[event]]lerini içerir. ...pt eventlerini buradan bulabilirsiniz: [[TR/Server Scripting Events|Server Script Yapma Eventleri]]
    1 KB (168 words) - 23:44, 12 May 2017
  • This will allow you to retrieve the player current debug script level. *'''thePlayer:''' The person whose debug script level you want
    2 KB (277 words) - 14:15, 25 October 2020
  • == Zombiesystem script == you can use this script for different things
    3 KB (505 words) - 13:13, 2 December 2013
  • This snippet moves a script file to another location. -- Move this script file into a directory called "collection"
    1 KB (151 words) - 03:27, 23 January 2022
  • This snippet moves a script file to another location. -- Move this script file into a directory called "collection"
    1 KB (144 words) - 23:24, 16 January 2022
  • *'''1) Server-sided G2D script converter (G2DSC)''' ...s used to convert complex scripts by injecting hooker before executing the script instead of editing files. (The hooker is valid in one resource)
    3 KB (386 words) - 11:12, 8 May 2022
  • outputChatBox( author .. " made this script." ) --tell the world his name outputChatBox( "I've no idea who made this script." ) --apologize.
    1 KB (130 words) - 16:35, 1 January 2015
  • ...ially a folder or zip file that contains a collection of files - including script files, plus a ''meta'' file that describes how the resource should be loade ...item''' - A file contained within a resource, currently this can be a map, script, images, etc.
    5 KB (782 words) - 21:37, 20 August 2021
  • You can use this function to refresh themes if you add new theme when script is the running.
    302 bytes (41 words) - 20:06, 25 May 2012
  • ...riosra è una cartella o un archivio zip contenente dei file - tra cui gli script essenziali ed un file ''meta'' che descrive al [[IT/Server|server]] come la * '''Resource item''': Un file contenuto in una risorsa, possono essere script LUA, mappe, immagini eccetera.
    4 KB (632 words) - 13:41, 2 July 2014
  • ==Funções relacionadas a script==
    1 KB (213 words) - 17:48, 31 January 2022
  • '''Example 1:''' This script outputs that the server has connected to IRC
    450 bytes (53 words) - 22:39, 9 February 2008
  • <script src="guitest.lua" type="client" /> <!-- 'type="client"' indica que el archi '''Script de cliente:'''
    2 KB (246 words) - 20:19, 7 November 2011
  • *'''serverProtected:''' If set to ''true'' the script will protect the file so, that can only the creator server can access it.'' *'''encryptData:''' If set to ''true'' the script will generate a random key and use it to encrypt your stored data. '''Note:
    5 KB (707 words) - 16:35, 13 September 2019
  • Initializes the module for use in the script. Must be ran in the scripts you want to use with the echo
    632 bytes (71 words) - 15:21, 13 January 2008
  • ...ayer:''' the [[player]] whose weapon slot you want to set. In a clientside script, this can only be the local player. ...r a weapon for every slot. Instead of equipping the last given weapon, the script randomly decides which weapon to equip after all the weapons are given.
    2 KB (191 words) - 21:38, 20 April 2011
  • ...di caricamento nella GUI di MTA:DM. È possibile settarne l'avanzamento via script.
    386 bytes (53 words) - 23:30, 17 June 2008
  • ...onente do recurso, eles são definidos no meta.xml ao inserir uma etiqueta <script> e <type>. <script src="c_gui.lua" type="client" />
    3 KB (394 words) - 16:34, 11 December 2013
  • -- `resourceRoot` is predefined script variable containing current resource root pointer -- `resource` is predefined script variable containing current resource pointer
    2 KB (194 words) - 16:33, 1 January 2015
  • *'''thePed:''' the [[ped]] whose weapon slot you want to set. In a clientside script, this cannot be used on remote players. ...r a weapon for every slot. Instead of equipping the last given weapon, the script randomly decides which weapon to equip after all the weapons are given.
    1 KB (180 words) - 10:51, 7 August 2016
  • ...uygulanmış ve Ölümoyunu(Deathmatch) oyun moduna uygun olan server-taraflı script yapma eventlerini içerir. ...ent eventlerini buradan bulabilirsiniz:[[TR/Client Taraflı Eventler|Client Script Yapma Eventleri]]
    1 KB (153 words) - 17:36, 15 November 2018
  • ...on''' strategy. If done right this strategy does present the fact that the script wants to express ownership to a legal entity. This can be used as argument
    1 KB (212 words) - 13:46, 20 October 2021
  • '''Gamemode/Script integration:''' This script provides several functions and events to allow other resources to see and c
    4 KB (677 words) - 08:58, 24 December 2022
  • This function gets the player element of the client running the current script. '''Example 2:''' This client side script makes the local player's camera flash red after being hit.
    1 KB (183 words) - 16:19, 8 April 2024
  • ...t''. After some scripting he could finally create his very wanted '!count'-script: ...ron'''s contact person and advisor about the script. ''Aeron'' renamed the script to ''MTA Admin Control'' and had a warm welcome in this [http://forum.mtasa
    8 KB (1,349 words) - 20:05, 21 February 2022
  • ...questi campi può essere inserito del testo, che viene poi elaborato dallo script. Può essere usato, ad esempio, in un sistema di registrazione utente.
    464 bytes (73 words) - 14:47, 16 June 2008
  • ...ane contains the all elements.There can be only 1 root pane. (It called by script automatically.)
    484 bytes (64 words) - 19:59, 25 May 2012
  • -- `resourceRoot` is predefined script variable containing current resource root pointer -- `resource` is predefined script variable containing current resource pointer
    2 KB (214 words) - 13:46, 10 August 2021
  • *the list of the script's resource settings if an empty string is passed.
    1 KB (214 words) - 18:14, 26 August 2019
  • ...You can use this to store user preferences and load them the next time the script loads. Almost always, you should have an options GUI for clients to interac ...te the XML within the script, and then load it within the script on future script runs if it exists.
    5 KB (633 words) - 20:52, 12 May 2019
  • ...You can use this to store user preferences and load them the next time the script loads. Almost always, you should have an options GUI for clients to interac ...te the XML within the script, and then load it within the script on future script runs if it exists.
    5 KB (656 words) - 20:50, 12 May 2019
  • This example shows how you could set a rule that shows that your script is running on the server.
    621 bytes (82 words) - 16:20, 30 January 2009
  • -- If the player does not exist, the script will stop. -- If a player and a movestate is found, the script will output it to the chatbox.
    1 KB (202 words) - 13:14, 23 July 2022
  • ...function to avoid drawing distance of map objects becoming 1 meter or the script appearing not to load them at all. Refer to the second example on that page ...irst be converted from .map to .lua (createObject) before the LOD creation script will work per the example.
    2 KB (225 words) - 19:07, 27 September 2023
  • ...ction returns data. This allows you to continue doing other things in your script while waiting for a response. The arguments for the anonymous function are You can also manually call a script function using:
    2 KB (265 words) - 20:25, 23 September 2016
  • outputChatBox ( "Script Unloaded!", root, 255, 255, 255 )
    423 bytes (51 words) - 07:50, 5 November 2023
  • This example script outputs all property IDs to the chat.
    615 bytes (69 words) - 11:17, 7 June 2019
  • ...You can use this to store user preferences and load them the next time the script loads. Almost always, you should have an options GUI for clients to interac ...te the XML within the script, and then load it within the script on future script runs if it exists.
    5 KB (579 words) - 11:36, 25 December 2014
  • Esta página contiene una lista de todos los [[evento]]s de script del '''lado del cliente''' que han sido implementados y estan disponibles e '''Los eventos de script de servidor se encuentran aquí: [[Server Scripting Events]] [[Image:flag_u
    2 KB (262 words) - 19:18, 6 September 2015
  • ...er or client side scripting. This class is created when a client or server script creates it and it is destroyed in the same way.
    356 bytes (54 words) - 23:15, 12 September 2007
  • '''Example 1:''' This script outputs to the server console that it is attempting a connection
    709 bytes (97 words) - 22:39, 9 February 2008
  • ...You can use this to store user preferences and load them the next time the script loads. Almost always, you should have an options GUI for clients to interac ...te the XML within the script, and then load it within the script on future script runs if it exists.
    5 KB (603 words) - 11:29, 25 December 2014
  • This example shows how you could set a rule that shows that your script is running on the server.
    681 bytes (93 words) - 16:19, 30 January 2009
  • -- If the player does not exist, the script will stop. -- If a player and a movestate is found, the script will output it to the chatbox.
    2 KB (226 words) - 17:53, 8 October 2018
  • ...o de problema, simplesmente adicione '''setRadioChannel(0)''' no início do script, fora de qualquer função.}}
    2 KB (227 words) - 20:12, 1 April 2023
  • ...ppa, vagy egy zip fájl, mely fájl gyűjteményeket tartalmaz - tartalmazza a script fájlokat, plusz a ''meta'' fájlt, mely meghatározza, hogy a resource mik * '''Resource item''' - A resource-ban lévő fájl, jelenleg ez lehet egy map, script, kép, stb.
    6 KB (942 words) - 18:43, 21 December 2018
  • Open CMD in that folder and then run the '''newModule.bat''' script in this form: <code>.\newModule.bat moduleName</code> e.g. <code>.\newModul Open terminal in that folder and then run the '''newModule.sh''' script in this form: <code>./newModule.sh moduleName</code> e.g. <code>./newModule
    4 KB (625 words) - 17:06, 23 May 2023
  • In this example, when the script starts, a grid list with 1 column and 2 rows, which have text assigned to t --Trigger the function to delete a row 3 seconds after the script starts
    2 KB (221 words) - 14:14, 18 January 2018
  • ...ading big amounts of data on gamemode startup to avoid an infinite running script and termination. ...r, without the coroutine, the script will abort the loop (infinite running script)
    3 KB (380 words) - 01:29, 13 September 2015
  • This script defines a 'nos' console command that adds a NOS upgrade to the vehicle that This script defines a 'nos' console command that adds a NOS upgrade to the vehicle that
    2 KB (264 words) - 08:03, 5 August 2021
  • ...automatically recognizes it as a custom one when it starts. Its up to the script to decide how to deal with the information provided. In this section, we're ...ent created by the current running map'' and it only needs one server-side script called ctf.lua or just whatever name you want to give to it.
    5 KB (744 words) - 07:07, 4 November 2020
  • This example adds the ''yo'' command into the script. For example, if a player called Bob types "yo likes pie" in console, it wi :'''NOTE:''' this script is for example purposes only. This can be done in a more efficient way with
    2 KB (259 words) - 02:55, 27 September 2018
  • In this example, when the script starts, a grid list with 1 column and 2 rows, which have text assigned to t --Trigger the function to delete a row 3 seconds after the script starts
    2 KB (222 words) - 21:18, 7 November 2018
  • ...g development mode allows access to special commands which can assist with script debugging. It is important to note that this example has to be in a client side script. Otherwise, the execution of the command would only result in the shared de
    2 KB (253 words) - 14:48, 30 April 2024
  • --creamos una fuente externa de otro script o bien sea del mismo script donde se este llamando a dicha funcion.
    2 KB (216 words) - 20:24, 21 May 2022
  • ...ide resources'' are started. This means it is triggered when a clientside script is initiated after a download, which includes downloading after join. So:
    1 KB (177 words) - 20:22, 19 February 2010
  • ...seful function is no longer neeeded because it's already included in every script.|7596}}
    662 bytes (88 words) - 12:02, 24 January 2016
  • This example creates a grid list and adds 4 columns to it when the script starts. After 3 seconds, it randomly deletes a column and outputs to the ch --Set a timer to trigger the deleteColumn function 3 seconds after the script starts
    2 KB (225 words) - 13:44, 18 January 2018
  • --creamos una fuente externa de otro script o bien sea del mismo script donde se este llamando a dicha funcion.
    2 KB (209 words) - 20:24, 21 May 2022
  • '''Example 1:''' This script can be used from irc, so that people with founderrights or higher can use !
    768 bytes (104 words) - 19:18, 13 January 2008
  • '''Example 1:''' This script can be used from irc, so that people with superops or higher can use !ban
    854 bytes (113 words) - 19:19, 13 January 2008
  • '''Example 1:''' This script can be used from irc, so that people with op or higher can use !kick
    822 bytes (111 words) - 19:19, 13 January 2008
  • '''Example 1:''' This script can be used from irc, so that people with voice or higher can use !say
    855 bytes (113 words) - 19:20, 13 January 2008
  • '''Example 1:''' This script can be used from irc, so that people with Halfop or higher can use !asay
    881 bytes (115 words) - 19:19, 13 January 2008
  • '''Example 1:''' This script can be used from irc, so people can check their rights
    954 bytes (129 words) - 10:03, 22 November 2008
  • -- If you do then this script would need to be put with the other script/gamemode that handles chat else cancelEvent() won't work.
    2 KB (315 words) - 07:03, 12 July 2014
  • ...ystem. You can input text in these which you can afterwards check from the script. It can be used, for example when making a registration system.
    482 bytes (78 words) - 18:10, 14 April 2021
  • ...These can be moved with cursor and it's position can be checked and set by script. These are built by default to certain GUI elements ([[Element/GUI/Gridlist
    549 bytes (82 words) - 18:32, 14 April 2021
  • This function checks if the nickname of a player was changed by a script, if so, a message is shown in the server logs. ...utServerLog("Player "..oldNick.."'s name was changed to "..newNick.." by a script") -- output to the server's logs
    2 KB (295 words) - 10:40, 30 January 2022
  • ...- É um arquivo pertencente ao recurso; por enquanto isso pode ser um mapa, script, imagens e etc. <info author="eAi" description="This is a basic CTF script" version="4"/>
    5 KB (801 words) - 13:38, 2 July 2014
  • ...astebin.com] (''uno snippet è la parte di codice interessata, non TUTTO lo script'').
    919 bytes (143 words) - 14:29, 4 June 2008
  • This is a script from Wartech that can display statistics about a server on a web page. Another web-based statistics script. This time by dusty
    3 KB (470 words) - 16:05, 18 January 2012
  • This Serverside Script adds the function: onVehicleSpawn. <section name="Clientside Script" class="client" show="true">
    1 KB (139 words) - 16:56, 8 January 2021
  • ...erei exportálva lettek Lua userdataként. Ezekhez az osztályokhoz különböző script függvények tartoznak.
    907 bytes (133 words) - 20:25, 21 February 2021
  • ==Script Yazmak==
    3 KB (449 words) - 16:48, 23 January 2022
  • ...dgets GUI pertencem somente ao lado cliente, eles não podem ser criados em script de lado servidor. Veja um tutorial de criação de interface GUI na página
    563 bytes (94 words) - 22:07, 21 February 2021
  • ...tte le risorse/gamemode/mappe possono caricare. I nomi dei file che i tuoi script ([[IT/Risorsa|risorse]]) andranno scritti nel file ''meta.xml''. ...scaricare l'immagine. Per dire al server che vuoi usare un'immagine nello script dovrai inserire il nome del file immagine nel meta.xml.<br />
    5 KB (758 words) - 00:45, 3 January 2022
  • This example creates a grid list and adds 4 columns to it when the script starts. After 3 seconds, it randomly deletes a column and outputs to the ch --Set a timer to trigger the deleteColumn function 3 seconds after the script starts
    3 KB (285 words) - 10:20, 30 January 2022
  • ...up ( 10.0, 10.0, 10.0, 2, 31, 3000, 50 ) --Create an M4 weapon pickup when script starts
    834 bytes (98 words) - 11:19, 11 April 2021
  • This function allows developers to load [[G2D]] hooker in script.
    1,000 bytes (119 words) - 09:25, 29 January 2020
  • ...rver can only return the heat haze settings if it has actually been set by script.
    1,002 bytes (126 words) - 22:51, 8 March 2012
  • Analogous to [[onResourceStart]], but triggered before script files are initialised.
    867 bytes (101 words) - 08:07, 16 September 2021
  • Questo esempio scrive in chat il nome del player del client che esegue lo script.
    929 bytes (115 words) - 19:40, 13 June 2008
  • ...ction of specific Lua objects/elements which should persist even though no script would reference them. The storage of those references can be obtained by a
    876 bytes (118 words) - 16:57, 20 October 2021
  • ...Resource item''' - Un fichier contenu dans une ressource, qui peut être un script, une image, une map... <info author="eAi" description="Simple script de CTF (Capture de drapeau)" version="4"/>
    6 KB (856 words) - 12:44, 19 May 2012
  • ...This is whether sizes and positioning are relative. If this is ''true'', script give relative w,h.
    839 bytes (110 words) - 14:36, 16 August 2012
  • This piece of script will kill a player if he has any of the above system windows open
    982 bytes (123 words) - 15:04, 8 October 2022
  • ** '''type:''' El tipo de ''resource'' (puede ser "gamemode", "script", "map" o "misc"). *'''<script />''' Script. Para para el resource, los atributos pueden ser:
    6 KB (870 words) - 17:38, 24 September 2016
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)