Jump to content

-Doc-

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by -Doc-

  1. -Doc-

    Laser

    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) whats worng here
  2. -Doc-

    Laser

    canu insert it in my code??
  3. -Doc-

    Laser

    i just asked to put laser in my script
  4. -Doc-

    Laser

    when i am only in rhino???
  5. -Doc-

    Laser

    http://imgur.com/iwxTSjP i need to make like this Heeeelp
  6. im using tank projectile 21
  7. and im using client and not working
  8. Kidding? It works fine for me and everyone else Post the code which you are using im not kidding and its server or client function damage(attacker, weapon, loss, x, y, z, tyre) if (weapon == 21 and getElementModel(source) == 432) then setElementHealth(source,getElementHealth(source) - 250) --outputDebugString("Test: weaponid: " .. tostring(weapon)) cancelEvent() end end addEventHandler("onClientVehicleDamage", root, damage)
  9. -Doc-

    Laser

    * cut *
  10. not working
  11. forum and i used it+not workingits from
  12. hai zimi care de pe community
  13. Please help
  14. Invidie PFFFFFF vina mai pe serverul meu si vei vedea al cui server e mai bun eu folosesc scripturi facute de mine nu de pe community
  15. Sa fiu sincer serverul foloseste resurse de pe alte server ca killmessages,joinquit...Dar in cea mai mare parte resurse de pe community.Nustiu ce e original in serverul asta. Pentru mine e unul obisnuit si simplu
  16. Dany! You are saying that u are using ur own scripts and you are not correct u are using stolen resources or community. By the way the most resources that are u using are from communityi I can prove it
  17. nothing
  18. i will post tommorow bye
  19. No effects and no chatbox + 21 its a projectile https://wiki.multitheftauto.com/wiki/Projectiles
  20. http://imgur.com/I9KmLSr
  21. appears only when i shot in tank but tank doesnt get damage
  22. no it doesnt appear
  23. setElementVelocity (veh, vx+(((velX/3)*(-1))/50), vy+(((velY/3)*(-1))/50), vz+(((velZ/3)*(-1))/50) ) bullet = createProjectile(veh, 21, muzzleX, muzzleY, muzzleZ, 1, nil, 255,255,255, velX, velY, velZ) im using tank projectile and projectile id its 21
  24. please i need help
  25. help
×
×
  • Create New...