xLion Posted February 11, 2021 Share Posted February 11, 2021 Well the server is supposed to be working without any bugs or errors, but when I join the server chat is working but the server itself is stuck at black screen not even the admin panel is opening. Link to comment
Other Languages Moderators androksi Posted February 11, 2021 Other Languages Moderators Share Posted February 11, 2021 Hello, @xLion Your topic was moved to the right place. On-topic: it's a scripting problem. Check if the play gamemode is running. If you are using a different gamemode, make sure the script is correct, you need to use fadeCamera and spawnPlayer. Link to comment
Hydra Posted February 11, 2021 Share Posted February 11, 2021 function sp() spawnPlayer(source, 0, 0, 5) fadeCamera(source, true) setCameraTarget(source, source) end end addEventHandler("onPlayerJoin", root, sp) Link to comment
xLion Posted February 12, 2021 Author Share Posted February 12, 2021 The problem is fixed thanks. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now