> MySQL plugin unloaded.
[22:06:46]
*** Streamer Plugin v2.5 by Incognito unloaded ***
[22:06:46]
[22:06:46] ===============================
[22:06:46] sscanf plugin unloaded.
[22:06:46] ===============================
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[20:24:34] filterscripts = "" (string)
[20:24:34]
[20:24:34] Server Plugins
[20:24:34] --------------
[20:24:34] Loading plugin: mysql
[20:24:34]
> MySQL plugin R5 successfully loaded.
[20:24:34] Loaded.
[20:24:34] Loading plugin: streamer
[20:24:34]
*** Streamer Plugin v2.5 by Incognito loaded ***
[20:24:34] Loaded.
[20:24:34] Loading plugin: sscanf
[20:24:34]
[20:24:34] ===============================
[20:24:34] sscanf plugin loaded.
[20:24:34] (c) 2009 Alex "Y_Less" Cole
[20:24:34] ===============================
[20:24:34] Loaded.
[20:24:34] Loaded 3 plugins.
[20:24:34]
[20:24:34] Filterscripts
[20:24:34] ---------------
[20:24:34] Loaded 0 filterscripts.
[20:24:35] [MYSQL]: [ERROR]: Connection to `lof` failed!
[20:24:35] Failed to load airline.
[20:24:35] Failed to load airline.
[20:24:35] Failed to load airline.
[20:24:35] Failed to load airline.
[20:24:35] Failed to load airline.
[20:24:35] ** -1 <-> Airline Vehicles loaded from <-> MySQL **
[20:24:35] ** -1 <-> Vehicles loaded from <-> MySQL **
[20:24:35]
----------------------------------
[20:24:35] Life of Flying | By Mehdi
[20:24:35] ----------------------------------
[20:24:35] Number of vehicle models: 0
[20:24:46] --- Server Shutting Down.
[20:24:46]
> MySQL plugin unloaded.
[20:24:46]
*** Streamer Plugin v2.5 by Incognito unloaded ***
[20:24:46]
[20:24:46] ===============================
[20:24:46] sscanf plugin unloaded.
[20:24:46] ===============================
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <utils>
stock SetPlayerPosOb(playerid, Float:x, Float:y, Float:z){
Streamer_UpdateEx(playerid,x,y,z);
return SetTimerEx("SetPlayerPosPublic",0,0,"ifff",playerid,x,y,z);
}
forward SetPlayerPosPublic(playerid,Float:x,Float:y,Float:z);
public SetPlayerPosPublic(playerid,Float:x,Float:y,Float:z)
{
SetPlayerPos(playerid,x,y,z);
return 1;
}
#define SetPlayerPos SetPlayerPosOb
main()
{
print("\n----------------------------------");
print(" Life of Flying | By Mehdi");
print("----------------------------------\n");
}
AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS "...."
#define SQL_DB "lof"
#define TABLENAME "users"
#undef MAX_PLAYERS
#define MAX_PLAYERS (51) // 50 - amount of max slots
pawn Code:
btw i bought this server |
Originally Posted by MyNinja
Guess what? GUESS WHAT? I fixed the script.
Here are the images as to my proof. Clicky, or click me! If you already have a host, i can do all the server set-up for you ![]() The problem is relating with the MySQL. You did something wrong, so the MySQL server wasn't connected. I've now fixed it, default server slots in the script is set to 51, and the max. slots in server.cfg also set to 51. There has been some errors while launching the samp-server.exe, maybe you can recognize this? Code:
sscanf warning: Strings without a length are deprecated, please add a destination size. |
i asked this person to fix it he did and got banned from samp forums before he told me how to fix it here is what he said was:
|