local spawnX, spawnY, spawnZ = 2025.4877929688, -1423.0218505859, 16.9921875 
function joinHandler() 
    spawnPlayer(source, spawnX, spawnY, spawnZ) 
    fadeCamera(source, true) 
    setCameraTarget(source, source) 
    outputChatBox("Bienvenido Al Servidor  Lee Las Reglas F1", source) 
    exports["notifications"]:showBox ( source, "info","Bienvenido Al Servidor." ) 
end 
addEventHandler("onPlayerLogin", getRootElement(), joinHandler)