Search results

Jump to navigation Jump to search
  • ...Of course only those which are available clientside. It doesn't matter if it's a MTA function, a Lua standard function or a custom function. ...tside to avoid data being lost. If you don't need this feature just delete it.
    3 KB (334 words) - 09:37, 24 May 2012
  • This function creates a table in the database. It doesn't do anything when the table already exists. You can use this functio -- create our table, if it doesn't already exist
    2 KB (249 words) - 15:13, 4 October 2016
  • ...es not return ''true'' if the user was successfully banned or ''false'' if it failed. You can check if the user was kicked by using callback {{ml_birc|ev ...cbot called ''DummyBot'', makes it connect to a server and join a channel. It also includes an IRC command '!ban' which can be used to ban users from the
    2 KB (289 words) - 16:23, 15 August 2009
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> ...f successful, otherwise ''false'' or ''nil'' if the aclGroup is invalid or it fails for some other reason.
    2 KB (240 words) - 06:35, 6 February 2021
  • ...d theResource == blipsResource ) then -- check if the resource started was it addEventHandler ( "onResourceStart", getRootElement(), onStart )
    1 KB (193 words) - 13:04, 4 February 2020
  • ...rights to the resource, in which you are using restartResource function or it won't work. ...esourceStop]] event triggered and the restarted instance will receive an [[onResourceStart]] event. Remember that the element and resource variables will be invalidat
    2 KB (314 words) - 04:45, 11 August 2019
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> addEventHandler("onResourceStart",resourceRoot,function()
    2 KB (181 words) - 07:10, 6 February 2021
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> <syntaxhighlight lang="lua">addEventHandler("onResourceStart", resourceRoot, function()
    2 KB (179 words) - 06:36, 6 February 2021
  • ...'true'' if the player was successfully logged out, ''false'' or ''nil'' if it failed for some reason, ie. the player was never logged in. addEventHandler("onResourceStart", resourceRoot, logoutAll) -- تسجيل خروج جميع اللاعبين
    1 KB (86 words) - 03:50, 28 August 2012
  • ...(but this isn't a valid resource) or if the name you specify isn't valid. It could also fail if the disk was full or for other similar reasons. Won't wo addEventHandler("onResourceStart", resourceRoot, renameReloadResource);
    1 KB (181 words) - 13:37, 10 August 2021
  • ...returns the corresponding child node if it exists. If no nodes are found, it returns an empty table. Returns ''false'' in case of failure. addEventHandler("onResourceStart", getResourceRootElement(),
    3 KB (326 words) - 20:29, 23 September 2016
  • ...behavior of [[isPedInVehicle]] server-sided for [[player]] elements ONLY. It checks if a specified [[player]] is actually in a [[vehicle]] and not just ...fully completed entering a [[vehicle]] and hasn't fully completed exiting it yet, ''false'' otherwise.
    2 KB (263 words) - 17:37, 27 January 2023
  • ...admin rights to the resource, in which you are using removeBan function or it won't work.}} <syntaxhighlight lang="lua">addEventHandler("onResourceStart",resourceRoot,function()
    1 KB (178 words) - 17:09, 6 December 2023
  • ...if you want to create a config named 'settings.xml' in the resource 'ctf', it can be created from another resource this way: ''addResourceConfig(":ctf/se addEventHandler("onResourceStart",getResourceRootElement(),onStart)
    1 KB (190 words) - 16:42, 11 February 2015
  • ...loat being the max velocity that is currently set, depending on which side it is used. addEventHandler( "onResourceStart", resourceRoot, handleResourceStart )</syntaxhighlight>
    2 KB (222 words) - 11:53, 22 April 2013
  • ...lag />) in the .map file, the using "flag" as the type argument would find it. ...rInVehicle ( thePlayer ) ) then -- if the player is in a vehicle, announce it
    6 KB (823 words) - 20:00, 14 October 2018
  • *'''host:''' The host address that will be reformatted. It needs to be in format "nick!user@host". ...rcbot called ''DummyBot'' makes it connect to a server and join a channel. It also includes an IRC command '!formathost <name> <type>' which formats spec
    2 KB (329 words) - 10:57, 30 July 2009
  • ...нкция поддерживает только следующие форматы: MP3, WAV, OGG, RIFF, MOD, XM, IT и S3M. function onResourceStart()
    4 KB (181 words) - 22:10, 18 August 2021
  • ...s your resource if any part of the code or some resource file has changed, it works just like "refreshResources ()" but adapted for one particular resour addEventHandler("onResourceStart", resourceRoot,
    2 KB (179 words) - 14:23, 23 January 2016
  • *Támogatott audió formátumok: MP3, WAV, OGG, RIFF, MOD, XM, IT, S3M and PLS. function onResourceStart()
    3 KB (520 words) - 22:17, 19 September 2021
  • *Die unterstützten Audio-Formate sind MP3, WAV, OGG, RIFF, MOD, XM, IT und S3M. function onResourceStart()
    3 KB (427 words) - 22:10, 18 August 2021
  • Returns a ped element if it was successfully created. addEventHandler ( "onResourceStart", getResourceRootElement(), pedLoad )
    3 KB (353 words) - 05:59, 5 November 2023
  • addEventHandler("onResourceStart", resourceRoot, function(res) outputChatBox("File was not successfully copied, probably because it doesn't exist.", root, 100, 0, 0)
    3 KB (332 words) - 17:35, 20 December 2023
  • ...ng. This includes information about element types, and table structures. It is especially useful for quick debug tasks. If one of the arguments is nil, any arguments after it will not appear.
    4 KB (512 words) - 16:55, 18 February 2018
  • addEventHandler ( "onResourceStart", getResourceRootElement(), pedLoad ) {{Issue|8790|Using setElementHealth on a dead ped makes it invincible}}
    3 KB (530 words) - 17:21, 30 December 2018
  • addEventHandler( "onResourceStart", getResourceRootElement(), outputChatBox("Our group is in the MTA Community Site, it's called: "..groupName..", our groups is "..public.." and was registered in
    4 KB (489 words) - 09:25, 23 June 2016
  • {{IT/MainP}} {{IT/Risorsa}}
    14 KB (1,702 words) - 11:39, 11 June 2023
  • eventName -- the name of the event ("onResourceStart", "onPlayerWasted" etc.) ...[https://wiki.multitheftauto.com/wiki/Resource_Web_Access (more info about it)]:
    4 KB (530 words) - 15:34, 11 November 2023
  • <syntaxhighlight lang="lua">addEventHandler( "onResourceStart", resourceRoot, -- Otherwise it will look all funny
    3 KB (398 words) - 01:07, 10 April 2011
  • ...seOfModel]], or you can estimate it yourself and just spawn the vehicle so it drops to the ground. ...ty with some scripts. It never had any effect, but it is read by the code. It is recommended to ignore this argument, passing ''false'' or the ''variant1
    10 KB (1,271 words) - 08:17, 4 December 2020
  • ...times can have a performance impact on the server. For optimal performance it is recommended that you use dbConnect only once when the resource starts, a ...e server's global databases directory is used. The file will be created if it does not exist.
    8 KB (1,087 words) - 05:31, 9 February 2024
  • * Remember that 99% of the time it's a bug in your script, not an MTA bug! Don't report something to GitHub Is ...he long run as you'll spend less time being confused when you come back to it in a weeks time to debug a problem.
    8 KB (1,269 words) - 17:30, 2 August 2023
  • addEventHandler ( "onResourceStart", getResourceRootElement(), tworzeniePeda ) {{PL/Issue|8790|Using setElementHealth on a dead ped makes it invincible|Użycie funkcji setElementHealth na martwym pedzie, czyni go nie
    5 KB (690 words) - 19:15, 20 July 2016
  • -- if a player triggered it, not the admin, addEventHandler( "onResourceStart", resourceRoot,
    8 KB (656 words) - 15:10, 11 September 2021
  • {{Important Note|If you're working with dimensions, be sure to apply it by using [[setElementDimension]].}} addEventHandler ("onResourceStart", resourceRoot, fillDock)
    4 KB (479 words) - 10:12, 30 January 2022
  • {{Important Note|If you're working with dimensions, be sure to apply it by using [[setElementDimension]].}} addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), fillDock)
    4 KB (521 words) - 19:19, 21 February 2021
  • ...oat values that multiplied to a point will give you the point transformed. It is most useful for matrix calculations such as calculating offsets. For fur addEventHandler("onResourceStart", getRootElement(), startedThisResource)
    5 KB (724 words) - 22:08, 25 December 2020
  • -- if a player triggered it, not the admin, -- Create the actual vehicle and set it as a children of our dummy element
    10 KB (1,288 words) - 20:46, 20 June 2021
  • <!--*'''bindName:''' The name for this key bind when it appears in the client's settings dialog.--> addEventHandler('onResourceStart', resourceRoot, -- Quando o resource iniciar, a tecla de todos os que estiv
    11 KB (1,541 words) - 16:43, 21 February 2021
  • * Made it able to set velocity on (dynamic) objects * Added crash handler for Linux (It outputs log files in dumps/)
    13 KB (1,667 words) - 08:55, 4 November 2017
  • As we can see, it provides several parameters: the player who called the command, the command
    26 KB (2,258 words) - 00:57, 4 April 2022
  • <script src="script.lua" type="client"/> <!-- define it separately on client --> * It doesn't remove Lua files which were previously downloaded.
    68 KB (8,381 words) - 16:29, 23 April 2024
View ( | next 50) (20 | 50 | 100 | 250 | 500)