Jump to content

-Doc-

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by -Doc-

  1. Guys i had Problem In Killmessage i killed some one by Hynter Or Hydra why it shows like that in Pic ? Can some one tell me what to use Or What To Edit i can do any thing please help ? it should Draw Hunter Image and Hydra image if i killed by hunter or hydra , and i have the hunter and hydra images Hunter.png , 520.png (HYDRA)
  2. Then go back to your cloned server and don't come here. And, who are you?
  3. Aaaaaaaaaaaaand i dooont caare!
  4. -Doc-

    Position name

    Other scripts man
  5. -Doc-

    Position name

    I have my unique scripts so shutup.
  6. -Doc-

    Position name

    i can't script?
  7. -Doc-

    DxDrawText

    Wrong post i posted for digital speedometer
  8. -Doc-

    DxDrawText

    Try this sWidth,sHeight = guiGetScreenSize() function hudvisible () vehicle = getPedOccupiedVehicle(getLocalPlayer()) if ( vehicle ) then --checking -- Gets some vehicle elements (gear, speed in MPH and KMH and health) speedx, speedy, speedz = getElementVelocity ( vehicle ) actualspeed = (speedx^2 + speedy^2 + speedz^2)^(0.5) kmh = math.floor(actualspeed*180) -- Kilometers per hour mph = math.floor(actualspeed * 111.847) -- Milles per hour mps = math.floor (actualspeed) -- Metres per second if getElementHealth(vehicle) >= 999 then vehiclehealth = 100 else vehiclehealth = math.floor(getElementHealth ( vehicle )/10) end dxDrawText("HEALTH: #FF0000"..vehiclehealth.."%", sWidth*(1031/1280), sHeight*(646/720), sWidth*(1204/1280), sHeight*(672/720), tocolor(0, 0, 0, 255), 0.8, "bankgothic", "center", "top", false, false, true, true, false) dxDrawText("KM/H: "..kmh, sWidth*(1031/1280), sHeight*(620/720), sWidth*(1204/1280), sHeight*(646/720), tocolor(0, 0, 0, 255), 0.8 , "bankgothic", "center", "top", false, false, true, true, false) end end addEventHandler ("onClientRender", root, hudvisible )
  9. And one more question. When i want to disable it i wanna make something like this: On next spawn nodm will be removed.
  10. -Doc-

    Position name

    Im just asking how i can rename location name
  11. -Doc-

    Position name

    in dayz people change their loations name. Ok. But how i can give name to an island?
  12. -Doc-

    Position name

    Hey . I have a question how it's possible to change location name for example mount chiliad to mout himalaya ?
  13. -Doc-

    Skin bug

    thanks for nohelp anyway i fixed it
  14. -Doc-

    Skin bug

    When i get killed and in that moment im setting other skin or same my health returns to 100 or 200 and i revive and then spawn. What should i make to fix it?
  15. -Doc-

    Skin bug

    What the hell its wrong here
  16. -Doc-

    Skin bug

    when im getting killed and in that moment im setting skin my health is full
  17. -Doc-

    Skin bug

    Hello . I have a bug...When im setting skin and if life its 4 or a number and when im setting skin health is full. Help
  18. http://imgur.com/q3ohX0q there
  19. bad argument hasObjectPermission
  20. not working nothing player not getting mute no chatbox not ban nothing and im asking for help
  21. -Doc-

    Laser

    or how to fix this function laser ( creator) if getElementType(creator) == "vehicle" then if getElementModel(creator) == 432 then local x, y = getVehicleComponentPosition( creator, "misc_c" ) local x1, y1 = getVehicleComponentPosition( creator, "misc_a" ) dxDrawLine ( x, y, x1, y1, tocolor ( 255, 0, 0, 255 ) end end end end addEventHandler("onClientVehicleEnter", getRootElement(), laser)
  22. -Doc-

    Laser

    include laser in my script only for rhino i need I posted my script
×
×
  • Create New...