
GBO - GANGSTA BRASIL ONLIN
Members-
Content Count
8 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout GBO - GANGSTA BRASIL ONLIN
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
GBO - GANGSTA BRASIL ONLIN started following Evitar multa em veículo de emergência
-
Evitar multa em veículo de emergência
GBO - GANGSTA BRASIL ONLIN replied to iGGT's topic in Programação em Lua
Isso coloca aonde? em qualquer lugar do script? -
Boa tarde pessoal, Estou com um script de radar que funciona perfeitamente, mas queria colocar uma forma de ele não multar certos veiculos, como os veiculos policiais, rocam, ambulancias, mecanico e detran. Alguem poderia me auxiliar. Eu vi um tópico parecido, mas tenho conhecimento zero a script, por favor não adianta falar "getelementmodel", me mostre como usa. Thanks.
-
Spawn dentro de interiores
GBO - GANGSTA BRASIL ONLIN replied to GBO - GANGSTA BRASIL ONLIN's topic in Programação em Lua
Obrigado. -
Skin dentro de um INTERIOR
GBO - GANGSTA BRASIL ONLIN replied to Bigao Smoke's topic in Programação em Lua
Funcionou, obrigado a ambos. -
Boa tarde, Gostaria de saber como colocar um texto acima de um marker, segue o script de um marker para exemplificar melhor. marker = createMarker ( 1177.4351806641, -1308.5612792969, 13.994218826294 -1, "cylinder", 1.5, 5,106,204, 50) veh = {} function pegarbike ( source ) if isElementWithinMarker (source, marker ) then if veh[source] and isElement( veh[source] ) then destroyElement(veh[source] ) veh[source] = nil end local x,y,z = getElementPosition(source) veh[source] = createVehicle(510 , 1176.7322998047, -1307.6915283203, 13.936520576477)
-
Skin dentro de um INTERIOR
GBO - GANGSTA BRASIL ONLIN replied to Bigao Smoke's topic in Programação em Lua
Boa noite, Como adiciono esses comandos? Segue meu script de localização: markerWeapon = createMarker(219.33090209961, 67.481880187988, 13.0390625 -1, "cylinder", 1.5, 0,0,0,150) Adiciono logo embaixo? setElementInterior ( markerWeapon, 6 ) setElementDimension ( markerWeapon, 0 ) -
Boa noite, É possivel adicionar um spawn de armas/skin dentro de algum interior? Lembrando: O interior está liberado devido um certo mod. Aguardo.