Jump to content

Search the Community

Showing results for tags 'markers'.

  • Search By Tags

    • markers ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 15 results

  1. Alguem Teria um script que é só um Marker mais se eu tiver com acl pm spawnar uma vtr e se eu tiver com a acl samu spawn uma vtr da samu no mesmo marker ?
  2. hi guys i want call marker from another function like this code local hidemark = createMarker(10,50,5,"cylinder",1,0,255,0) function mark(theplayer) markerveh =createMarker(0,0,5,"cylinder",1,0,255,0) end addEventHandler("onMarkerHit",marker1,mark) func...
  3. --- Server ----- local marker123 = createMarker(589.438, 870.218, -42.497, 'cylinder', 1.0, 30, 144, 255, 150) function marker123(markerHit) setElementData ( source, "Emprego", "Mineirador" ) outputChatBox("/infos para marcar os markers",source,255,255,0) -- Output that they a...
  4. Ola, tou criando uma resource de entregador de jornal, vi muitas na internet mais quero criar minha propria resource, criei um marker onde que se eu digitar dentro dele /jornaleiro automaticamente cria um blip no mapa junto com um marcador até ai tudo certo, neste proximo marcador é um marcador loca...
  5. مساعدة بسيطة علي كود اريد ان تظهر العلامات في الخريطة تدريجيا وليس جميعها في وقت واحد وعندما المس اي ماركر يقوم بحذف الماركر والعلامة ونقلنلي لماركر والعلامة التي تليها حتي انتهي من جميع الماركرات التي بالجدول اتمني منكم مساعدتي رجائا انا في مرحة التعلم رجائا اي تعديل يرجا ان تعدلة علي ا...
  6. HI guys I downloaded Bank System . The system is such that when the player enters the marker, the ATM becomes active. But, I want to get the ATM system activated here by writing a text(Command For Example: /Bank). And in the custom area. Server.Lua The part that d...
  7. HI guys I downloaded Bank System . The system is such that when the player enters the marker, the ATM becomes active. But, I want to get the system activated here by writing a text(Command Example: /Bank). And in the custom area. Server.Lua The part t...
  8. Hola, es mi primer Post y espero haberlo posteado en el lugar correcto... ? tengo un bug en este codigo: addCommandHandler("Traficante", function() MarcadorBusqueda = createMarker(-2440.6796875, -607.326171875, 132.61936950684, "checkpoint", 1.5, 0, 255, 0) MarcadorEntrega = createMarker(-252...
  9. Eu gostaria de mudar o tipo da marker, sei que existem 4 tipos de marker, mas já vê outras markers diferentes em outros servidores, como faço pra alterar ? Não estou falando dos blips flutuantes
  10. glock = createMarker(297.947, -80.809, 1000.600, "cylinder", 1, 255, 0, 0, 40) setElementInterior(glock, 4) local screenW, screenH = guiGetScreenSize() addEventHandler("onClientRender", root, function() dxDrawLine(365 - 1, 222 - 1, 365 - 1, 546, tocolor(48, 212, 5, 255), 1, false)...
  11. Hello everyone! I have a little problem createMarker(0,0,3,"checkpoint",2,255,255,255,0) i know that color goes r,g,b,a and when i output alpha(a) i see number "0". But why markers still visible?
  12. Hello all can anyone help me pls Im making a run event by creating 2 markers ,first one will be the starting marker ,2 one will be end marker when player enter 1 marker a time must start on top of the players like a counter time and when player reach 2 marker server must show the time player complet...
  13. Приветствую всех. Уже давно не могу справится с одной проблемой. Схема такая: - Ресурс: vehicles - Ресурс: houses - Ресурс: businesses В каждом ресурсе есть своя глобальная таблица pl_vehs = {} houses = {} businesses = {} И проблема...
  14. Olá pessoal. É o seguinte, estou fazendo um sistema de estacionamento automático que controla o veículo do jogador para uma vaga disponível. Para isso são necessários vários colliders, um em cada curva do esquema, são aproximadamente uns 100 incluindo os colliders das vagas para fazer o jogador re...
  15. Hola otra vez :3, el asunto es este: Creé ciertos markers para eventos en un servidor, pero resulta que quiero que esos markers sean utilizables únicamente por dos Teams, ejemplo el team "azul" y el team "rojo", y en cada zona de los equipos hay un marker. ¿Para hacer que el equipo azul sea el...
×
×
  • Create New...