Search results

Jump to navigation Jump to search
  • {{RU/Server client function}} Эта функция возвращает [[RU/Element|элемент]] соответствующий текущей це
    2 KB (92 words) - 13:23, 10 September 2014
  • {{RU/Server function}}
    2 KB (89 words) - 15:20, 8 June 2022
  • {{RU/Server client function}} ...икапа]], модель [[RU/Element/Vehicle|транспортного средства]] или модель [[RU/Element/Object|объекта]].
    3 KB (156 words) - 19:25, 6 June 2022
  • {{RU/Server client function}} ...чтобы отменить любые изменения, внесённые тем, что вызвало событие. См. [[RU/triggerEvent|triggerEvent]] для более подробного объя
    2 KB (79 words) - 12:01, 8 June 2022
  • {{RU/Server function}} if getElementType(source) == "player" then
    1 KB (54 words) - 22:05, 10 September 2014
  • {{RU/Server event}} {{RU/New feature/item|3|1.0||<syntaxhighlight lang="lua">
    5 KB (202 words) - 23:40, 6 June 2022
  • {{RU/Server client function}} ...иентов. Она никогда не уничтожается и не может быть уничтожена с помощью [[RU/destroyElement|destroyElement]].
    2 KB (66 words) - 15:48, 8 September 2014
  • if ( getElementType ( thePlayer ) == "player" ) then -- 看看它是否真的是一个玩家 [[ru:getAccountPlayer]]
    1 KB (65 words) - 13:03, 12 April 2021
  • {{RU/Server event}} if getElementType( source ) then -- Проверяем, если игрок забанил IP
    1 KB (49 words) - 10:29, 13 September 2014
  • if (getElementType(hitElement) == "player") then if (getElementType(leaveElement) == "player") then
    2 KB (227 words) - 16:45, 11 February 2015
  • if ( isElement( source ) ) and ( getElementType( source ) == "player" ) then [[ru:OnWeaponFire]]
    818 bytes (100 words) - 03:06, 27 September 2018
  • {{RU/Server event}} if ( getElementType ( source ) == "player" ) then
    2 KB (85 words) - 16:24, 4 December 2017
  • {{RU/Server event}} if ( isElement( source ) ) and ( getElementType( source ) == "player" ) then
    1 KB (47 words) - 10:12, 10 August 2014
  • if getElementType(source) == "player" then [[ru:setBanAdmin]]
    882 bytes (105 words) - 15:17, 6 August 2016
  • if (getElementType(hitElement) == "player") then if (getElementType(leaveElement) == "player") then
    2 KB (284 words) - 14:08, 7 December 2021
  • if ( getElementType ( thePlayer ) == "player" ) then -- see if it really is a player (rather [[ru:getAccountPlayer]]
    1 KB (159 words) - 15:17, 8 June 2022
  • if ( getElementType ( thePlayer ) == "player" ) then --s يتحقق من الاعب الذي [[ru:getAccountPlayer]]
    1 KB (72 words) - 13:02, 12 April 2021
  • if (isElement(player)) and (getElementType(player) == "player") and (not isGuestAccount(getPlayerAccount(player))) and [[RU:IsPlayerInACL]]
    1 KB (177 words) - 10:48, 31 October 2023
  • if ( getElementType ( attacker ) == "player" ) then elseif ( getElementType ( attacker ) == "vehicle" ) then
    3 KB (388 words) - 21:46, 14 November 2022
  • if ( getElementType ( thePlayer ) == "player" ) then -- sprawdzamy czy jest to na pewno grac [[ru:getAccountPlayer]]
    1 KB (155 words) - 13:02, 12 April 2021
  • if getElementType( child ) == "resource" then [[ru:getRootElement]]
    1 KB (174 words) - 16:52, 18 July 2018
  • {{RU/Server function}} {{RU/OOP||[[player]]:setName|name|getPlayerName}}
    3 KB (114 words) - 17:05, 19 September 2014
  • outputChatBox("this is not a ban, this is a "..getElementType(ban))--if the argument is not a ban, then checks its type and output it int [[ru:isBan]]
    1 KB (187 words) - 21:06, 11 July 2019
  • if getElementType ( bannedPlayer ) == "player" then -- If it's a player [[ru:getBanSerial]]
    2 KB (200 words) - 15:34, 6 August 2016
  • if getElementType( child ) == "resource" then [[ru:getRootElement]]
    2 KB (236 words) - 10:22, 9 October 2018
  • {{RU/Useful Function}} {{RU/OptionalArg}}
    3 KB (286 words) - 10:43, 3 June 2020
  • if getElementType ( bannedPlayer ) == "player" then -- If it's a player [[ru:getBanIP]]
    2 KB (204 words) - 15:20, 6 August 2016
  • if ( getElementType ( parentElement ) == "flag" ) then -- if it was a flag element then [[ru:wasEventCancelled]]
    2 KB (208 words) - 11:51, 8 June 2022
  • ...ementos pueden compartir funciones como el conseguir su tipo a través de [[getElementType]], ser destruido con [[destroyElement]] (a excepción de ciertos elementos [[ru:Element]]
    1 KB (182 words) - 19:53, 14 April 2021
  • if getElementType ( bannedPlayer ) == "player" then [[ru:getBanSerial]]
    2 KB (116 words) - 17:07, 28 September 2012
  • if (isElement(targetElem)) and (getElementType(targetElem)=="object") and (getElementModel(targetElem)==3374) then [[ru:getElementModel]]
    2 KB (255 words) - 17:34, 6 June 2022
  • [[ru:getBanIP]]
    2 KB (130 words) - 00:24, 11 December 2012
  • if ( getElementType ( source ) == "player" ) then [[ru:onConsole]]
    2 KB (259 words) - 02:55, 27 September 2018
  • if isElement(p) and getElementType(p) == "player" and not isGuestAccount(getPlayerAccount(p)) then [[ru:setElementPosition]]
    3 KB (346 words) - 18:55, 30 January 2022
  • if getElementType ( sPlayerElement ) == "player" then [[ru:setPlayerName]]
    3 KB (431 words) - 20:27, 6 August 2019
  • * [[getElementType]] to check the type of the MTA element. outputDebugString("colShapeHit "..getElementType(player))
    18 KB (2,477 words) - 20:36, 21 February 2021
  • * [[getElementType]] to check the type of the MTA element. outputDebugString("colShapeHit "..getElementType(player))
    18 KB (2,760 words) - 16:40, 15 April 2017
  • * [[getElementType]] to check the type of the MTA element. outputDebugString("colShapeHit "..getElementType(player))
    18 KB (2,815 words) - 08:56, 4 July 2022
  • local elementType = getElementType(theElement) [[ru:getElementSpeed]]
    4 KB (508 words) - 10:43, 3 June 2020
  • local elementType = getElementType ( clickedElement ) [[ru:guiCreateLabel]]
    4 KB (546 words) - 08:10, 30 October 2023
  • * [[getElementType]] pour vérifier le type d'un élément de MTA. outputDebugString("colShapeHit "..getElementType(player))
    17 KB (2,614 words) - 12:11, 29 September 2014
  • local elementType = getElementType ( clickedElement ) {{RU/GUI_functions}}
    5 KB (486 words) - 17:43, 21 December 2015
  • * [[getElementType]] verifica o tipo de elemento do MTA em questão. outputDebugString("colShapeHit"..getElementType(player))
    19 KB (2,912 words) - 20:16, 28 February 2019
  • * [[getElementType]] ellenőrzni az MTA elem típusát. outputDebugString("colShapeHit "..getElementType(player))
    20 KB (3,265 words) - 20:25, 21 February 2021
  • if getElementType(hitElement) == "player" then [[ru:CreateVehicle]]
    10 KB (1,271 words) - 08:17, 4 December 2020
  • if getElementType(hitElement) == "player" then [[ru:CreateVehicle]]
    10 KB (1,288 words) - 20:46, 20 June 2021