SA-MP Forums Archive
Server closed connection. - 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 closed connection. (/showthread.php?tid=330481)



Server closed connection. - Alex.Cone - 01.04.2012

I have donwload one gamemode from intrenet, then i have put0.3d includes, and the i go in server. I register, than login and i can see just server closed connection, why?


Re: Server closed connection. - xXitsgodzillaXx - 01.04.2012

Quote:
Originally Posted by Alex.Cone
Посмотреть сообщение
I have donwload one gamemode from intrenet, then i have put0.3d includes, and the i go in server. I register, than login and i can see just server closed connection, why?
some more specifics would be nice, what gamemode are you using? what includes? what FSs?


Re: Server closed connection. - Unte99 - 01.04.2012

You gave us a question similar to: "What do i eat for breakfast ?".


Re: Server closed connection. - ReneG - 01.04.2012

That means that either the gamemode or Filterscripts are calling SpawnPlayer before calling SetSpawnInfo. A bug was introduced in 0.3d where calling SpawnPlayer before Setting the spawn info, server would kick the client. Not that hard to look for.


Re: Server closed connection. - Alex.Cone - 01.04.2012

This is my server log
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[17:50:40] filterscripts = ""  (string)
[17:50:40] 
[17:50:40] Server Plugins
[17:50:40] --------------
[17:50:40]  Loading plugin: streamer
[17:50:40] 

*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***

[17:50:40]   Loaded.
[17:50:40]  Loaded 1 plugins.

[17:50:40] 
[17:50:40] Filterscripts
[17:50:40] ---------------
[17:50:40]   Loaded 0 filterscripts.

[17:50:40] Pickups Max = 400, Current Pickups = 217
[17:50:40]                                                                      
[17:50:40]                                                                      
[17:50:40]             		GeForce Reloaded v1.9.6 Los Santos				    
[17:50:40]      Credits: Dujma Black & John Doe & Jacob Williams & Misko Hang                            
[17:50:40]                                                                      
[17:50:40]                                                                      
[17:50:40] Number of vehicle models: 1
[17:51:09] Incoming connection: 127.0.0.1:3350
[17:51:09] [join] Alex_Cone has joined the server (0:127.0.0.1)
[17:51:12] Alex_Cone has logged in.
[17:51:12] [part] Alex_Cone has left the server (0:2)



Re: Server closed connection. - ReneG - 01.04.2012

Show us your register/login code. Or OnPlayerConnect.