05.03.2012, 08:14
Hi guys, I downloaded samp 0.3d-R2 client and server and when I connect to my server and enter my password etc. it just says "server closed the connection!" what should I do?
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3d-R2, ©2005-2011 SA-MP Team [10:15:18] filterscripts = "" (string) [10:15:18] [10:15:18] Server Plugins [10:15:18] -------------- [10:15:18] Loading plugin: streamer [10:15:18] *** Streamer Plugin v2.6 by Incognito loaded *** [10:15:18] Loaded. [10:15:18] Loading plugin: sscanf [10:15:18] [10:15:18] =============================== [10:15:18] sscanf plugin loaded. [10:15:18] © 2009 Alex "Y_Less" Cole [10:15:18] 0.3d-R2 500 Players "dnee" [10:15:18] =============================== [10:15:18] Loaded. [10:15:18] Loading plugin: mysql [10:15:18] > MySQL plugin R6-2 successfully loaded. [10:15:18] Loaded. [10:15:18] Loaded 3 plugins. [10:15:18] [10:15:18] Ban list [10:15:18] -------- [10:15:18] Loaded: samp.ban [10:15:18] [10:15:18] [10:15:18] Filterscripts [10:15:18] --------------- [10:15:18] Loaded 0 filterscripts. [10:15:18] [10:15:18] ======================================= [10:15:18] | | [10:15:18] | YSI version 1.00.0001 | [10:15:18] | By Alex "Y_Less" Cole | [10:15:18] | | [10:15:18] ======================================= [10:15:18] [10:15:18] MySQL: Spajanje uspješno! [10:15:19] Ukupno privatnih kuća učitano: 2 | Trajanje: 273 ms [10:15:19] Ukupno privatnih businessa učitano: 2 | Trajanje: 242 ms [10:15:19] Ukupno privatnih auta učitano: 2 | Trajanje: 223 ms [10:15:19] Ukupno privatnih motora učitano: 2 | Trajanje: 221 ms [10:15:20] Ukupno privatnih kamiona učitano: 1 | Trajanje: 224 ms [10:15:20] Ukupno privatnih brodova učitano: 1 | Trajanje: 225 ms [10:15:20] Ukupno privatnih aviona učitano: 1 | Trajanje: 642 ms [10:15:20] Ukupno organizacija učitano: 8 | Trajanje: 66 ms [10:15:20] [10:15:20] Point Force 1.0.0 [10:15:20] by [10:15:20] System32 [10:15:21] [10:15:21] Number of vehicle models: 18 [10:15:39] [10:15:39] [10:15:41] Incoming connection: 5.245.174.25:62463 [10:15:41] [join] System32_Gay has joined the server (0:5.245.174.25) [10:15:48] [part] System32_Gay has left the server (0:2)
mysql_fetch_field_row(string, "Money"); GivePlayerMoney(playerid, strval(string));
mysql_fetch_field_row(string, "Deaths"); PlayerInfo[playerid][pDeaths] = strval(string);
mysql_fetch_field_row(string, "Kills"); PlayerInfo[playerid][pKills] = strval(string);
mysql_fetch_field_row(string, "Admin"); PlayerInfo[playerid][pAdmin] = strval(string);
mysql_fetch_field_row(string, "Level"); SetPlayerScore(playerid, strval(string));
mysql_fetch_field_row(string, "Organisation"); PlayerInfo[playerid][pOrganisation] = strval(string);
mysql_fetch_field_row(string, "Jails"); PlayerInfo[playerid][pJailTimes] = strval(string);
mysql_fetch_field_row(string, "Online Time"); PlayerInfo[playerid][pOnlineTime] = strval(string);
mysql_fetch_field_row(string, "Rank"); PlayerInfo[playerid][pRank] = strval(string);
mysql_fetch_field_row(string, "Job"); PlayerInfo[playerid][pJob] = strval(string);
mysql_fetch_field_row(string, "Phone Number"); PlayerInfo[playerid][pPhoneNumber] = strval(string);
mysql_fetch_field_row(string, "Age"); PlayerInfo[playerid][pAge] = strval(string);
mysql_fetch_field_row(string, "Sex"); PlayerInfo[playerid][pSex] = strval(string);
mysql_fetch_field_row(string, "Driving Licence"); PlayerInfo[playerid][pDrivingLicence] = strval(string);
mysql_fetch_field_row(string, "Skin"); PlayerInfo[playerid][pSkin] = strval(string); SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
mysql_fetch_field_row(string, "Arrested"); PlayerInfo[playerid][pArrested] = strval(string);
mysql_fetch_field_row(string, "Wanted"); SetPlayerWantedLevel(playerid, strval(string));
mysql_fetch_field_row(string, "Wanted Reason"); format(PlayerInfo[playerid][pWantedReason], 128, "%s", string);
PlayerInfo[playerid][pHouseKey1] = GetMyHouse1(playerid);
PlayerInfo[playerid][pHouseKey2] = GetMyHouse2(playerid);
if(PlayerInfo[playerid][pHouseKey1] != -1) CurrentPlayerHouseKey[playerid] = PlayerInfo[playerid][pHouseKey1];
else if(PlayerInfo[playerid][pHouseKey2] == -1) CurrentPlayerHouseKey[playerid] = PlayerInfo[playerid][pHouseKey2];
PlayerInfo[playerid][pCarKey1] = GetMyCar1(playerid);
PlayerInfo[playerid][pCarKey2] = GetMyCar2(playerid);
if(PlayerInfo[playerid][pCarKey1] != -1) CurrentPlayerCarKey[playerid] = PlayerInfo[playerid][pCarKey1];
else if(PlayerInfo[playerid][pCarKey1] == -1) CurrentPlayerCarKey[playerid] = PlayerInfo[playerid][pCarKey2];
PlayerInfo[playerid][pMotoKey1] = GetMyMoto1(playerid);
PlayerInfo[playerid][pMotoKey2] = GetMyMoto2(playerid);
if(PlayerInfo[playerid][pMotoKey1] != -1) CurrentPlayerMotoKey[playerid] = PlayerInfo[playerid][pMotoKey1];
else if(PlayerInfo[playerid][pMotoKey1] == -1) CurrentPlayerMotoKey[playerid] = PlayerInfo[playerid][pMotoKey2];