DarkRP players need like 5 minutes to load and move
18 replies, posted
Hey,
on my DarkRP Server the players need to wait like 3-5 Minutes before they can move and do anything, i think i need to add a command or something like that, but i dont know what exactly..
If you need Information about my server or something like that ask here..
Here is a screenshot while i cant do anything:
[IMG]http://i.imgur.com/4os12jF.png[/IMG]
It needs 3-5 Minutes too, until in the Console there is a "Playername is now fully loaded".
What is your connection speed to the internet? Run a speedtest if possible.
Also, what are your server specs?
Server connection speed:
Download: 591.44 Mbit/s
Upload: 72.59 Mbit/s
Server specs:
CPU: Intel i7-4790k (4x4.0ghz)
RAM: 32 GB DDR3
Could be an addon or a script with an issue. Any errors or glitchy addons?
[QUOTE=Benn20002;49699640] i think i need to add a command or something like that[/QUOTE]
What do you mean by this?
No errors..
And i mean a command what grants the player more bandwith to load the files or something like that..
//Edit:
Sometimes this is in my console:
[**SteanName**|*'Playernumber**|**SteamID**] Lua Error:
Trying to remove server entity on client!
but thats too if the player is already loaded.
[QUOTE=Benn20002;49704426]No errors..
And i mean a command what grants the player more bandwith to load the files or something like that..
[/QUOTE]
There is no such thing.
[QUOTE=Benn20002;49704426]Sometimes this is in my console:
[**SteanName**|*'Playernumber**|**SteamID**] Lua Error:
Trying to remove server entity on client![/QUOTE]
[B]This error is not normal and is likely what's causing the issue.[/B]
Please post your server startup log including one or two people joining in. I'd like to see that error plus any more that could be happening.
Is there a way to log this into a file? I am using putty and there is only a little piece of the log (Its to large and fast to copy it)
[CODE]
log on // enable or disable server logging. on is on / off is off
sv_logecho 1 // Echo log information to the console. 0 is off 1 is on
sv_logfile 1 // Log server information in the log file. 0 is off 1 is on
sv_log_onefile 1 // log everything in one file
[/CODE]
Put this in your server.cfg.
It will output a file to the 'logs' folder in the garrysmod directory.
Copy+paste the contents of that file here using [CODE] tags.
In that logfile i am just getting this: [url]http://pastebin.com/7CBZXJKm[/url]
Add this to your server.cfg:
mp_logdetail 3
Still the same..
After a few Hours, mods like VCMod and Wire are not working anymore.
Do i need to add something to the start paramether?
[QUOTE=Benn20002;49745728]Do i need to add something to the start paramether?[/QUOTE]
That won't change anything. Can you describe how they no longer work?
VCMod: Only one player can sit in a car and els sirenes and lights are not working.
Wire: Players are not able to wire things together (e2 is also not working).
This could be caused by some other addon. Try enabling serverside lua error logs by adding:
[code]+lua_log_sv 1[/code] to your start-up parameters. When this happens again, post the "lua_errors_server.txt" file located in your garrysmod/ folder.
good.
Seems to be fixed (I dont really know what i did).
Sorry, you need to Log In to post a reply to this thread.