Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Somehow my server keeps restarting, when I try to connect, it restarts.
I can see on my samp-server.exe that it keeps restarting...
It says : Number of vehicle models: 1
And when I remove that vehicle from my script (AddStaticVehicle)
It keeps saying : Number of vehicle models: 1
While I removed that vehicle.
Please help.
Posts: 6,242
Threads: 8
Joined: Jun 2008
What script are you using as chances are it's that, or what's been done to it.
When did it start happening?
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Just today,
I just have a few things in my script, more like cmds.
It's very confusing, because I don't know what it is.
Posts: 1,223
Threads: 5
Joined: Sep 2011
Reputation:
0
Does your script compile?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Why did you trim the log? If we see more of it we can probably pinpoint it. The time intervals seem quick, so I'm guessing it's in OnGameModeInit. Show us?
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Is your script writing to a file or reading from one when logging in?
Maybe the files can't read/write a file because the containing folder doesn't exist.
I know for sure that trying to write to a file which should be in a folder, makes your server restart if the folder doesn't exist.
And your client keeps trying to connect, and re-runs OnPlayerConnect everytime.