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. forum and i used it+not workingits from
  10. 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
  11. 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
  12. 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
  13. i will post tommorow bye
  14. No effects and no chatbox + 21 its a projectile https://wiki.multitheftauto.com/wiki/Projectiles
  15. http://imgur.com/I9KmLSr
  16. appears only when i shot in tank but tank doesnt get damage
  17. no it doesnt appear
  18. 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
  19. please i need help
×
×
  • Create New...