Jump to content

Ayuda Con Con Un Script Facil..


gonzalo450

Recommended Posts

Hola :D 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
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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...