- Habe ich doch schon gemacht, wie soll ich das in die cfg schreiben mit mysql static so ich hab dich ein Windows programm drauf
- So ist doch für Linux
Beiträge von KirschSaft
-
-
ja,bes funktioniert nicht..
-
Funktioniert wie geesagt immernoch nicht-.-! Da stande das ich es nicht Unterstütz wird.
-
Jetz kommt sowas, meine nerven sind am ende-.-
[21:59:45] [debug] Run time error 19: "File or function is not found"
[21:59:45] [debug] The following natives are not registered:
[21:59:45] [debug] mysql_debug
[21:59:45] [debug] mysql_ping
[21:59:45] [debug] mysql_function_query
[21:59:45] [debug] mysql_free_result
[21:59:45] [debug] mysql_real_escape_string
[21:59:45] Script[gamemodes/syntroprp.amx]: Run time error 19: "File or function is not found"
[21:59:45] Number of vehicle models: 0 -
Doch besitze ich.
-
Ja, und woran liegt das
Wo kann ich mir das neueste herunterladen? -
Nun kommt folgende Probleme...
21:40:11] Loading plugin: streamer.so
[21:40:11]*** Streamer Plugin v2.6.1 by Incognito loaded ***
[21:40:11] Loaded.
[21:40:11] Loading plugin: mysql.so
[21:40:11] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[21:40:11] Loading plugin: sscanf.so
[21:40:11][21:40:11] ===============================
[21:40:11] sscanf plugin loaded.
[21:40:11] (c) 2009 Alex "Y_Less" Cole
[21:40:11] 0.3d-R2 500 Players "dnee"
[21:40:11] ===============================
[21:40:11] Loaded.
[21:40:11] Loading plugin: crashdetect.so
[21:40:11] Failed (plugins/crashdetect.so: cannot open shared object file: No such file or directory)
[21:40:11] Loaded 2 plugins.[21:40:11]
[21:40:11] Filterscripts
[21:40:11] ---------------
[21:40:11] Loading filterscript 'base.amx'...
[21:40:11]
--Base FS loaded.[21:40:11] Loading filterscript 'gl_actions.amx'...
[21:40:11] Loading filterscript 'gl_property.amx'...
[21:40:11]
-----------------------------------
[21:40:11] Grand Larceny Property Filterscript
[21:40:11] -----------------------------------[21:40:11] Loading filterscript 'gl_realtime.amx'...
[21:40:11] Loaded 4 filterscripts.[21:40:12] Reading File: blank
[21:40:12] Reading File: properties/houses.txt
[21:40:12] Reading File: properties/businesses.txt
[21:40:12] Reading File: properties/banks.txt
[21:40:12] Reading File: properties/police.txt
[21:40:12] Script[gamemodes/syntroprp.amx]: Run time error 19: "File or function is not found"
[21:40:12] Number of vehicle models: 0 -
Hier einmal die Server.cfg;
echo Executing Server Config...
lanmode 0
rcon_password *********
hostname :.[MMR] German Reallife *Open Beta*
gamemode0 syntroprp 1
filterscripts base gl_actions gl_property gl_realtime
announce 0
query 1
weburl http://www.sa-mp.com
maxnpc 13
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 400.0
stream_rate 1000
plugins streamer mysql sscanf crashdetect
maxplayers 40
bind 80******
bindip 80.********
port 7777Sternchen sind mit Absicht!
-
Huhu leute,
ich habe das MySQL Problem nun erfolgreich gefixxt nun habe ich die probleme
Loading plugin: streamer
[21:25:53] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:25:53] Loading plugin: mysql
[21:25:53] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[21:25:53] Loading plugin: sscanf
[21:25:53] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[21:25:53] Loading plugin: crashdetect
[21:25:53] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[21:25:53] Loaded 0 plugins.Ich habe meinen Server auf Nitrado gemietet, alles Plugins sind Hochgeladen, und alle sind im Plugin ordner
Danke!
-
[list=1][*]if(!strcmp(cmd, "/fpark", true))
[*]{
[*]new vehicle = GetPlayerVehicleID(playerid);
[*]if(FFahrzeugInfo[vehicle][fAbgeschleppt] != 0) return SendClientMessage(playerid, COLOR_GRAU, "Dieses Fahrzeug wurde abgeschleppt!");
[*]new veh = GetPlayerVehicleID(playerid 88);
[*]if(!IsFraktionsCar[veh]) return SendClientMessage(playerid, COLOR_GRAU, "Dies ist kein Fraktionsfahrzeug!");
[*]if(FFahrzeugInfo[veh][fFrakID] != PlayerInfo[playerid][pLeader]) return SendClientMessage(playerid, COLOR_GRAU, "Du kannst dieses Fahrzeug nicht parken!");
[*]GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~W~Fraktionsfahrzeug ~g~~n~Geparkt!", 2010, 5);
[*]GetVehiclePos(veh, FFahrzeugInfo[veh][fParkPosX], FFahrzeugInfo[veh][fParkPosY], FFahrzeugInfo[veh][fParkPosZ]);
[*]GetVehicleZAngle(veh, FFahrzeugInfo[veh][fParkPosA]);
[*]SaveFraktionsCar(veh);
[*]return 1;
[*]}
[/list]So müsste es funktionieren
-
Ja, ich habe die Plugins auch in der Server.cfg geschrieben!
Wie meinst du das?
-
Das Plugin besitze ich im Plugins Ordner bringt nichts..
-
Das steht nur darin;
print("..[Script wird gestartet]..");
MySQL_R394 = mysql_connect(MySQL_Host,MySQL_User,MySQL_Datenbank,MySQL_Passwort,3306,true);
if(mysql_errno(MySQL_R394) == 0)
{
print("\n-----------------------------------");
print("["ClanTag"]: Der Server hat erfolgreich der Verbindung zum MySQL Server hergstellt.");
print("["ClanTag"]: Das Script wurde gesteartet und ist nun Online.");
print("-----------------------------------\n");
}
else
{
print("\n-----------------------------------");
print("["ClanTag"]: MySQL Error! Server versucht es nochmal sich zu Verbinden!");
print("-----------------------------------\n");
MySQL_R394 = mysql_connect(MySQL_Host,MySQL_User,MySQL_Datenbank,MySQL_Passwort);
if(mysql_errno(MySQL_R394) == 0)
{
print("\n-----------------------------------");
print("["ClanTag"]: Der Server hat erfolgreich der Verbindung zum MySQL Server hergstellt.");
print("["ClanTag"]: Das Script wurde gesteartet und ist nun Online.");
print("-----------------------------------\n"); -
Einmal hier, meine MSQL Log;
[15:28:34] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[15:28:34] [WARNING] CMySQLHandle::Create - connection already exists
[15:38:26] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[15:38:26] [WARNING] CMySQLHandle::Create - connection already exists -
Doch alles, im Script habe ich das geändert..
-
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team[15:38:23] filterscripts = "" (string)
[15:38:23] weburl = "www.sa-mp.com" (string)
[15:38:23]
[15:38:23] Server Plugins
[15:38:23] --------------
[15:38:23] Loading plugin: streamer
[15:38:23]*** Streamer Plugin v2.6.1 by Incognito loaded ***
[15:38:23] Loaded.
[15:38:23] Loading plugin: mysql
[15:38:24] >> plugin.mysql: R39-4 successfully loaded.
[15:38:24] Loaded.
[15:38:24] Loading plugin: sscanf
[15:38:24][15:38:24] ===============================
[15:38:24] sscanf plugin loaded.
[15:38:24] (c) 2009 Alex "Y_Less" Cole
[15:38:24] 0.3d-R2 500 Players "dnee"
[15:38:24] ===============================
[15:38:24] Loaded.
[15:38:24] Loading plugin: nativechecker
[15:38:24] Loaded.
[15:38:24] Loaded 4 plugins.[15:38:24]
[15:38:24] Filterscripts
[15:38:24] ---------------
[15:38:24] Loaded 0 filterscripts.[15:38:24] ..[Script wird gestartet]..
[15:38:24] [connection] 127.0.0.1:53515 requests connection cookie.
[15:38:24] [connection] 127.0.0.1:53516 requests connection cookie.
[15:38:24] [connection] 127.0.0.1:53517 requests connection cookie.
[15:38:26]
-----------------------------------
[15:38:26] [PE]: MySQL Error! Server versucht es nochmal sich zu Verbinden!
[15:38:26] -----------------------------------Besser?
-
Guten Tag,
ich habe das pRP Script runtergeladen editiert und hochgeladen. habe es mit der Datenbank vom Script eingefügt und hoch geladen nun funktioniert das nicht,
hier ist einmal der Serverlog;SA-MP Dedicated Server----------------------v0.3.7, (C)2005-2015 SA-MP Team[15:38:23] filterscripts = "" (string)[15:38:23] weburl = "www.sa-mp.com" (string)[15:38:23] [15:38:23] Server Plugins[15:38:23] --------------[15:38:23] Loading plugin: streamer[15:38:23] *** Streamer Plugin v2.6.1 by Incognito loaded ***[15:38:23] Loaded.[15:38:23] Loading plugin: mysql[15:38:24] >> plugin.mysql: R39-4 successfully loaded.[15:38:24] Loaded.[15:38:24] Loading plugin: sscanf[15:38:24] [15:38:24] ===============================[15:38:24] sscanf plugin loaded. [15:38:24] (c) 2009 Alex "Y_Less" Cole[15:38:24] 0.3d-R2 500 Players "dnee"[15:38:24] ===============================[15:38:24] Loaded.[15:38:24] Loading plugin: nativechecker[15:38:24] Loaded.[15:38:24] Loaded 4 plugins.[15:38:24] [15:38:24] Filterscripts[15:38:24] ---------------[15:38:24] Loaded 0 filterscripts.[15:38:24] ..[Script wird gestartet]..[15:38:24] [connection] 127.0.0.1:53515 requests connection cookie.[15:38:24] [connection] 127.0.0.1:53516 requests connection cookie.[15:38:24] [connection] 127.0.0.1:53517 requests connection cookie.[15:38:26] -----------------------------------[15:38:26] [PE]: MySQL Error! Server versucht es nochmal sich zu Verbinden![15:38:26] -----------------------------------Danke im Vorraus!!
-
Ich will die NoName datenbank nehmen, aber die Funktinoert irgendwie nicht!
-
@shoxinat0r Ja, es passiert einfach mal garnichts..
@GUCCI Hier ist etwas mal vom Enter;
{
if(IsPlayerInRangeOfPoint(playerid,4.0,1462.4657,-1011.3002,26.8438))//LS Bank /enter
{
SetPlayerPos(playerid,1415.951171,-988.971191,1639.980224);
SetPlayerInterior(playerid,10);
SetPlayerFacingAngle(playerid,358.0127);
SendClientMessage(playerid,COLOR_GREEN,"Du hast die Bank betreten"); -
Guten Abend,
Ich habe mir mal das Script angeschaut..
Nun sind da folgende Buggs drinne z.B
Man kann die Bank nicht verlassen/ Red Soldier kann man nicht verlassen Buisness usw..else if (IsPlayerInRangeOfPoint(playerid,4.0,1415.951171,-988.971191,1639.980224))//LS Bank /exit
{
SetPlayerPos(playerid,1462.4657,-1011.3002,26.8438);
SetPlayerInterior(playerid,10);
SetPlayerFacingAngle(playerid,182.0084);
SendClientMessage(playerid,COLOR_GREEN, "Du hast die Bank verlassen");Hier ist es von der Bank..