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
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)