Sitios = 
        { 
            [1] = (source, 459.77969360352, -1968.7708740234, 8.6134691238403, 0, 71), 
            [2] = (source, -2533.9658203125, -1618.890625, 526.56469726563, 0, 71) 
        } 
  
  
  
function respawn () 
    resultado = math.random (1, 2) 
    s, x, y, z, r, s = unpack (Sitios[resultado]) 
    nardis = spawnPlayer ( source, x, y, z, 0, math.random(0, 200) ) 
    fadeCamera(source, true) 
    setCameraTarget(source, source) 
end 
  
addEventHandler("onPlayerWasted", getRootElement(), respawn)