Search the Community
Showing results for tags 'markers'.
-
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...
-
--- 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...
-
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...
-
مساعدة بسيطة علي كود اريد ان تظهر العلامات في الخريطة تدريجيا وليس جميعها في وقت واحد وعندما المس اي ماركر يقوم بحذف الماركر والعلامة ونقلنلي لماركر والعلامة التي تليها حتي انتهي من جميع الماركرات التي بالجدول اتمني منكم مساعدتي رجائا انا في مرحة التعلم رجائا اي تعديل يرجا ان تعدلة علي ا...
-
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 replies
-
- command
- setcommand
-
(and 4 more)
Tagged with:
-
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...
- 1 reply
-
- command help
- markers
-
(and 1 more)
Tagged with:
-
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...
-
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
-
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)...
-
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?
-
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...
-
Приветствую всех. Уже давно не могу справится с одной проблемой. Схема такая: - Ресурс: vehicles - Ресурс: houses - Ресурс: businesses В каждом ресурсе есть своя глобальная таблица pl_vehs = {} houses = {} businesses = {} И проблема...
-
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...
-
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...