Search results

Jump to navigation Jump to search
  • These are the blip icon [[id]]s you can use in [[createBlip]], [[createBlipAttachedTo]], [[get {{Blip Icons}}
    272 bytes (35 words) - 05:51, 22 March 2016
  • These are the blip icon [[id]]s you can use in [[createBlip]], [[createBlipAttachedTo]], [[get {{Blip Icons}}
    310 bytes (41 words) - 21:56, 5 December 2018
  • These are the blip icon [[id]]s you can use in [[createBlip]], [[createBlipAttachedTo]], [[get {{Blip Icons}}
    332 bytes (44 words) - 17:43, 21 February 2021
  • A blip osztály a játékos radarán megjeleníthető pici ikonokat vagy blipeket ...'''"blip"'''. A blip ikonokról való listát megtekintheti a [[HU/Blip Icons|Blip Ikonok]] oldalon.
    1 KB (210 words) - 10:08, 15 April 2021
  • The blip class represents small icons or blips that can be shown on a player's radar The element type of this class is '''"blip"'''. The list of blip icons are available on the [[Radar Blips]] page.
    1 KB (168 words) - 10:07, 15 April 2021
  • ...nction gets the Z ordering value of a blip. The Z ordering determines if a blip appears on top of or below other blips. Blips with a higher Z ordering valu <syntaxhighlight lang="lua">int getBlipOrdering ( blip theBlip )</syntaxhighlight>
    937 bytes (126 words) - 20:29, 18 July 2019
  • This function sets the Z ordering of a blip. It allows you to make a blip appear on top of or below other blips. <syntaxhighlight lang="lua">bool setBlipOrdering ( blip theBlip, int ordering )</syntaxhighlight>
    1 KB (190 words) - 20:02, 20 July 2019
  • ...a Z tengelyen levő blip érték sorrendjét. A Z tengely meghatározza, hogy a blip megjelenik-e más blipek alatt vagy felett. A Z tengelyen magasabb értékk <syntaxhighlight lang="lua">int getBlipOrdering ( blip theBlip )</syntaxhighlight>
    1 KB (149 words) - 13:01, 21 August 2018
  • ...s from the Deathmatch mod. To request a function or event, use [[Requested Functions and Events]] For more functions, check the [[Useful_Functions|useful functions page]].
    2 KB (212 words) - 23:30, 29 April 2024
  • ...gelyen való értékét. Ez lehetővé teszi, hogy megadd, hogy a blip egy másik blip felett, vagy alatt jelenjen meg. <syntaxhighlight lang="lua">bool setBlipOrdering ( blip theBlip, int ordering )</syntaxhighlight>
    2 KB (241 words) - 13:02, 21 August 2018
  • ...scripting functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function, create an issue in [https:/ For more functions, check the [[Useful_Functions|useful functions page]].
    2 KB (269 words) - 21:33, 29 April 2024
  • ==Account functions== ==ACL functions==
    3 KB (285 words) - 12:38, 16 January 2022
  • ...lable as native functions. To request a function or event, use [[Requested Functions and Events]] or https://bugs.mtasa.com. ...that provide new functionality, such as utility functions. These scripting functions are non-native and require the module to be loaded in order to work.
    3 KB (332 words) - 16:18, 11 April 2021
  • local allBlips = getElementsByType("blip") -- For each blip in this table
    1 KB (137 words) - 08:54, 27 October 2021
  • ...scripting functions that have been implemented and are available as native functions. To request a function, create an issue in [https://github.com/multitheftau ...that provide new functionality, such as utility functions. These scripting functions are non-native and require the module to be loaded in order to work.
    3 KB (358 words) - 12:59, 30 April 2024
  • Aby zażądać funkcji lub zdarzenia, użyj [[Requested Functions and Events]] or https://bugs.mtasa.com. ==Account functions==
    3 KB (344 words) - 11:15, 16 December 2020
  • <syntaxhighlight lang="lua">int getBlipSize ( blip theBlip )</syntaxhighlight> blips = getElementsByType ( "blip" )
    1 KB (148 words) - 18:38, 3 August 2011
  • ...s from the Deathmatch mod. To request a function or event, use [[Requested Functions and Events]] For more functions, check the [[Useful_Functions|useful functions page]].
    3 KB (320 words) - 17:27, 27 April 2014
  • <syntaxhighlight lang="lua">int getBlipIcon ( blip theBlip )</syntaxhighlight> blips = getElementsByType ( "blip" )
    1 KB (150 words) - 18:38, 3 August 2011
  • ...rını içerir. Bir event veya fonksiyon talebinde bulunmak için, [[Requested Functions and Events]] sayfasını kullanın. ...araflı server fonksiyonlarını buradan bulabilirsiniz:[[TR/Server Scripting Functions| Server taraflı Fonksiyonlar]]
    3 KB (298 words) - 09:20, 29 October 2016
  • ...l Deathmatch mod. Para solicitar una función o evento, utilice [[Requested Functions and Events]] "Funciones y eventos solicitados" Para más funciones, comprobar el [[Useful_Functions|useful functions page]]. "Funciones útiles | página de funciones útiles"
    2 KB (300 words) - 17:01, 14 September 2019
  • ...cree alguna función o un evento, visita el artículo oficial de [[Requested Functions and Events|Pedido de Funciones y Eventos]] o https://github.com/multithefta ...nes de cliente se pueden encontrar en el artículo sobre [[Client Scripting Functions|Funciones de cliente]].'''
    3 KB (426 words) - 00:36, 3 January 2022
  • <syntaxhighlight lang="lua">int int int int getBlipColor ( blip theBlip )</syntaxhighlight> blips = getElementsByType ( "blip" )
    2 KB (205 words) - 18:40, 3 August 2011
  • ...rını içerir. Bir event veya fonksiyon talebinde bulunmak için, [[Requested Functions and Events]] sayfasını kullanın. ==Blip fonksiyonları==
    3 KB (353 words) - 16:18, 11 April 2021
  • <syntaxhighlight lang="lua">bool setBlipColor ( blip theBlip, int red, int green, int blue, int alpha )</syntaxhighlight> blips = getElementsByType ( "blip" )
    2 KB (258 words) - 08:38, 16 December 2011
  • ...tar uma função ou um evento que ainda não existe, use a página [[Requested Functions and Events|Funções e Eventos solicitados]] (ainda em inglês) ou https:// '''Procurando as funções client-side? Visite a página [[Client Scripting Functions|Funções de Scripting do Cliente]].'''
    3 KB (436 words) - 00:36, 3 January 2022
  • Questa funzione crea un [[IT/Elemento/Blip|segnalino]] che è collegato ad un [[IT/Elemento|elemento]]. Questo segnali blip createBlipAttachedTo ( element elementToAttachTo, [int icon=0, int size=2,
    4 KB (495 words) - 18:39, 3 August 2011
  • ...tar uma função ou um evento que ainda não existe, use a página [[Requested Functions and Events|Funções e Eventos solicitados]] (ainda em inglês) ou http://b ==Blip (Ícone do radar)==
    3 KB (480 words) - 17:10, 20 February 2022
  • Questa funzione crea un [[IT/Elemento|elemento]] [[IT/Elemento/Blip|segnalino]], che viene mostrato come un icona nel radar del client. blip createBlip ( float x, float y, float z, [int icon=0, int size=2, int r=255,
    4 KB (610 words) - 15:07, 11 June 2023
  • This element has to create a blip at the nearest garage and removes it in 10 seconds. {{Client world functions}}
    2 KB (186 words) - 03:42, 25 September 2018
  • This example lets players set a target blip in their radar by clicking with the left mouse button in the desired place local targetBlipIcon = 41 -- The target blip icon to use. Defaults to the Waypoint icon
    7 KB (923 words) - 17:39, 2 July 2016
  • ...Theft Auto. It mirrors the procedural [[Client_Scripting_Functions|client functions]]. For information on how to enable OOP in 1.4 please refer to [[Meta.xml]] **[[Blip_class|Blip]]
    2 KB (215 words) - 11:21, 9 April 2014
  • * [[Element/Blip|Blips]] {{Element functions}}
    1 KB (157 words) - 15:52, 1 October 2021
  • * [[Element/Blip|Blips]] {{Element functions}}
    2 KB (87 words) - 22:47, 12 April 2021
  • ''Note: does not include small ID lists related to specific functions or IDs created by MTA'' :Talidan (radar blip pictures/vehicle list)
    1 KB (183 words) - 07:20, 1 January 2022
  • * [[Element/Blip|Blips]] {{Element functions}}
    1 KB (152 words) - 02:03, 24 August 2013
  • * [[Blip]]s {{DGS 3D Image Functions}}
    3 KB (388 words) - 02:18, 12 August 2022
  • * [[Blip|Blips]] {{Element functions}}
    4 KB (492 words) - 16:27, 13 February 2015
  • * '''40''' new functions ==== 19 New Functions ====
    17 KB (2,101 words) - 19:39, 29 December 2022
  • * Client - Deathmatch: Where MTA makes all it's functions and events do stuff. * Server - Dbconmy: Stuff to do with the db* functions, you need not touch.
    5 KB (671 words) - 17:37, 12 March 2020
  • * [[Blip]]s {{Element functions}}
    4 KB (587 words) - 19:46, 15 April 2021
  • * [[RU/Element/Blip|Метки]] {{RU/Element functions}}
    7 KB (258 words) - 19:44, 15 April 2021
  • ...nd readability. This is a list of [[Server_Scripting_Functions|server-side functions]]. ==Blip==
    22 KB (1,523 words) - 05:29, 6 November 2023
  • This SDK allows you to call exported MTA functions from Java over HTTP. All Element Functions;
    21 KB (2,792 words) - 20:47, 23 September 2016
  • ...nd readability. This is a list of [[Client_Scripting_Functions|client-side functions]]. ==Blip==
    31 KB (2,094 words) - 14:29, 30 May 2020
  • :* Some functions expect only unsigned integers (positive numbers), and since Jan 2016 provid :* Server-side [[createBlip]] now syncs blip size and color regardless of icon ID, previously only icon ID 0 had its siz
    68 KB (10,156 words) - 08:11, 30 April 2024