Jump to content

HiqueC

Members
  • Posts

    6
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HiqueC's Achievements

Vic

Vic (3/54)

1

Reputation

  1. Olá, Estou aqui para divulgar meu Servidor que irei abrir Alta Roleplay, um servidor inovador com sistemas exclusivos, Servidor focado em Las Venturas, Por enquanto o servidor está sendo desenvolvido logo logo vou atualizar este post, Vejo vocês em Breve. ?
  2. Muito bem explicado , me ajudou bastante obrigado!
  3. Tente com esse pra ver se funciona function DesligarAndLigar ( playerSource ) if math.floor ( getElementHealth( source ) + 0.5 ) > 350 then setVehicleEngineState( source, false ) -- Quebrado --outputChatBox("Esse Veiculo está Quebrado, Chame Por um Mecanico digitando /Mecanicos", playerSource, 255, 255, 255, true) end end addEventHandler ( "onVehicleEnter", root, DesligarAndLigar ) addEventHandler("onVehicleDamage", getRootElement(),function(loss) if getElementType ( source ) == "vehicle" then if not isVehicleDamageProof(source) then local HP = getElementHealth(source)-loss if HP <= 350 then HP = 350 setElementHealth(source,350) setVehicleEngineState(source,false) setVehicleDamageProof(source,true) if isVehicleBlown(source) then fixVehicle(source) setElementHealth(source,350) setVehicleDamageProof(source,true) end end end end end)
  4. local marcacao = createMarker (338, -1776, 4.1, "cylinder", 2, 0, 255, 255, 255) function open (source) triggerClientEvent (source, "open", marcacao) end addEventHandler ("onMarkerHit", marcacao, open)
  5. Eu até tinha explicado como adicionar o combustível os caras não presta atenção.
  6. Estou criando um sistema de mecânico por painel (acl) por ai tudo bem so que eu quero mudar isso em vez de ser pelo painel , o jogador que esta na ACL mecanico clica no carro e repara ele ja tenho um script de cursor. https://prnt.sc/mng1e3
×
×
  • Create New...