gonzalo450 Posted February 13, 2013 Share Posted February 13, 2013 Hola Soy Nuevo En La Comunidad Y En Scripting Tengo Un Pequeño Problema Con Este Script: 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("info","Bienvenido Al Servidor.") end addEventHandler("onPlayerLogin", getRootElement(), joinHandler) El Problema Es Que No Funciona El exports["notifications"]:showBox("info","Bienvenido Al Servidor.") Si Me Podrian Ayudar Gracias . Link to comment
Castillo Posted February 13, 2013 Share Posted February 13, 2013 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) Link to comment
gonzalo450 Posted February 13, 2013 Author Share Posted February 13, 2013 Gracias Solidsnake14. Link to comment
Recommended Posts