Jump to content

bl4cknite

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by bl4cknite

  1. Hi i want to make a few models and i don't know any software for it i have seen the fuse on steam and im not sure if it well work with the leadwerks Program.

     

    if any body know of a free Program plz show me

     

     

     

    Thank you in advance.

     

     

    sry for the bad spelling lol.

  2. Script.respawnPoint = "" -- entity "Resspawn point"
    
    function Script:Collision (entity, position, normal, speed)
    if (entity:GetKeyValue ("name") == "Player") then
    spawnpos = self.respawnPoint:GetPosition()
    entity:SetPosition(spawnpos)
    spawnRot = self.respawnPoint:GetRotation()
    entity.script.camRotation = spawnRot
    
    end
    end
    

    hi i was trying to have it when the player hits a place it brings them back to the area before.

    i had it working but nor it kills the player sometimes when he hits the trigger.

     

     

     

    Thanks in advance.

×
×
  • Create New...