Hi How are you?
I have a script to link it I want to file a new acl
I've tried most of the codes for I did not work in linking with acl never Allloukin
Please help me I just want to fix the script
The script is intended to Dimension
Please help
spawnTeam = createTeam ("s2", 255, 0, 0) -- Create team to spawn.
function spawnOnLogin (prevA, curA, autoLogin)
outputChatBox ("Welcome to ...", source, 255, 0, 0, false)
spawnPlayer (source, 0, 0, 5, 0, math.random (0,288), 0, 0, spawnTeam) -- spawns player with random skin
setElementDimension ( source, 40 )
fadeCamera (source, true)
setCameraTarget (source, source)
end
addEventHandler("onPlayerLogin", getRootElement(), spawnOnLogin)
please