SA-MP Forums Archive
Server is restarting when someone connects. WHAT DO! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server is restarting when someone connects. WHAT DO! (/showthread.php?tid=393630)



Server is restarting when someone connects. WHAT DO! - Never Forgive - 19.11.2012

Here is the server log for the boot:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[19:44:56] filterscripts = "" (string)
[19:44:56] 
[19:44:56] Server Plugins
[19:44:56] --------------
[19:44:56] Loading plugin: mysql.dll
[19:44:56] 

> MySQL plugin R6-2 successfully loaded.

[19:44:56] Loaded.
[19:44:56] Loading plugin: sscanf.dll
[19:44:56] 

[19:44:56] ===============================

[19:44:56] sscanf plugin loaded. 

[19:44:56] © 2009 Alex "******" Cole

[19:44:56] 0.3d-R2 500 Players "dnee"

[19:44:56] ===============================

[19:44:56] Loaded.
[19:44:56] Loading plugin: nativechecker
[19:44:56] Loaded.
[19:44:56] Loaded 3 plugins.

[19:44:56] 
[19:44:56] Filterscripts
[19:44:56] ---------------
[19:44:56] Loaded 0 filterscripts.

[19:44:56] Dynamic Icons Loaded
[19:44:56] Dynamic Pickups Loaded
[19:44:56] Dynamic Vehicles Loaded
[19:44:56] OnGameModeInit is loading.
[19:44:56] 
----------------------------------
[19:44:56] Quickee Free Roam Loaded Successfully
[19:44:56] ----------------------------------

[19:44:56] Number of vehicle models: 8
[19:45:10] Incoming connection: **.**.**.***
[19:45:10] [join] Faggot has joined the server (0:XXX.XX.XXX.XX)
[19:45:10] OnPlayerConnect status is clear.
Right after the connection, Server restarts.


Re: Server is restarting when someone connects. WHAT DO! - zDivine - 19.11.2012

Figured out your problem!

"[join] Faggot has joined the server (0:XXX.XX.XXX.XX)"

It's kicking you because you're a faggot.

Just kidding, it could be a number of problems. What is the last thing you did on to your server?


Re: Server is restarting when someone connects. WHAT DO! - Never Forgive - 19.11.2012

Working in the progress of switching hosts. Though when switching, I went from Linux to Windows yet I made sure I converted the Linux plugins to windows.


Re: Server is restarting when someone connects. WHAT DO! - zDivine - 19.11.2012

Quote:
Originally Posted by Never Forgive
Посмотреть сообщение
Working in the progress of switching hosts. Though when switching, I went from Linux to Windows yet I made sure I converted the Linux plugins to windows.
Hmm. I had a similar problem with my script. I made mine from scratch, and switched from a Linux to a Windows server, and converted everything, and the Windows server fucked my whole script up. I think Windows has compatibility issues with SAMP.


Re: Server is restarting when someone connects. WHAT DO! - Never Forgive - 19.11.2012

Of course a good scripter does come with their own script. (Pet credit). Though, It seems that the script would work on localhost when it comes to windows.. Though when it comes to Hosting windows, Shit just gets fucked up!