function Inicio()
local x = 1959.55
local y = -1714.46
local z = 11
spawnPlayer(source, x, y, z)
fadeCamera(source, true)
setCameraTarget(source, source)
setElementModel ( source, 120 )
outputChatBox("#CCDDEEBienvenido al Servidor", source, 0, 255, 0, true)
end
addEventHandler("onPlayerJoin", getRootElement(), Inicio)
addEventHandler( "onPlayerWasted", getRootElement( ),
function()
setTimer( spawnPlayer, 6000, 1, source, 1186, -1323, 14, 0, getElementModel ( source ) )
fadeCamera ( source, false, 4, 255, 0, 0 )
setTimer ( fadeCamera, 8000, 1, source, true, 1 )
end
)
Proba eso.