samp-server.exe stopping when i connect to server
#1

Hi, it”s me again ).
I got an big problem; i open samp-server.exe, this open but when i”m connecting samp-server.exe is closing, when i see: „Connecting to - ip”
In gamemode i got just 1 warn, no error.
Reply
#2

send server-log.text please for review
Reply
#3

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:18:59] filterscripts = ""  (string)
[19:18:59] 
[19:18:59] Server Plugins
[19:18:59] --------------
[19:18:59]  Loading plugin: sscanf
[19:18:59] 

[19:18:59]  ===============================

[19:18:59]       sscanf plugin loaded.     

[19:18:59]          Version:  2.8.2        

[19:18:59]    © 2012 Alex "******" Cole  

[19:18:59]  ===============================

[19:18:59]   Loaded.
[19:18:59]  Loading plugin: streamer
[19:18:59] 

*** Streamer Plugin v2.8.2 by Incognito loaded ***

[19:18:59]   Loaded.
[19:18:59]  Loading plugin: nativechecker
[19:18:59]   Loaded.
[19:18:59]  Loaded 3 plugins.

[19:18:59] 
[19:18:59] Filterscripts
[19:18:59] ---------------
[19:18:59]   Loaded 0 filterscripts.

[19:18:59]  
[19:18:59]  
[19:18:59]  
[19:18:59]  ======================================= 
[19:18:59]  |                                     | 
[19:18:59]  |        YSI version 4.00.0001        | 
[19:18:59]  |        By Alex "******" Cole        | 
[19:18:59]  |                                     | 
[19:18:59]  ======================================= 
[19:18:59]  
[19:18:59] //  -=-=-=-=-=-=-=-=' GameMode Bone County Roleplay '=-=-=-=-=-=-=-=-  //
[19:18:59] Number of vehicle models: 0
Reply
#4

Maybe because your SA:MP version is 0.3.7 and script version is different it may cause it,
and you'll still stuck on Connecting to *.*.*.*.:****..
Reply
#5

How i can set script version?
But, samp-server.exe it open, but when im connecting is closing why?

How i can set script version, the gm is from 0.
Reply
#6

No way, i was added #define SCRIPT_VERSION 0.3.7 but no effect..
Reply
#7

Anyone plz?
Reply
#8

Post your OnPlayerConnect code. Its probably some folders missing in scriptfiles...
Reply
#9

Код HTML:
public OnPlayerConnect(playerid)
{
	SendClientMessage(playerid, COLOR_YELLOW, "Bine ai revenit pe Bone County Roleplay, %s{FFFFFF}[Version 0.0.1 © Sabin Marian 2017 - bc-rp.tk/forum/]");
    Logged[playerid] = 1;
	QuizAnswers[playerid] = 0;
    stopanimAllowed[playerid] = true;
    isAlive[playerid] = true;
    
	if(fexist(UserPath(playerid)))
	{
		INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
  		ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"-= Autentificare =-",""COL_WHITE"Acest cont exista in baza de date a serverului.\nTasteaza mai jos parola ta pentru a te autentifica.","Login","Quit");
	}
	else
	{
 		ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"-= Inregistrare =-",""COL_WHITE"Acest cont nu exista in baza de date a serverului.\nTasteaza mai jos parola ta pentru a te inregistra.","Register","Quit");
	}
	return 1;
}
Reply
#10

Whats wrong in that code?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)