Welche sind die Maximal stufen für:
Anonym Online
Ip Detector
und Antivirus?
Welche sind die Maximal stufen für:
Anonym Online
Ip Detector
und Antivirus?
Trotzdem kommen 26 Errors von dem hier:
error 017: undefined symbol "dbhandle"
Wie findet man den die Version heraus?
bei mir kommt das hier:
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(784) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(785) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(786) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(787) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(788) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(789) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(790) : error 017: undefined symbol "dbhandle"C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(800) : error 017: undefined symbol "dbhandle"
cInfo[id][model]=cache_get_field_content_int(i,"model",dbhandle); <<<< Zeile 784 cInfo[id][besitzer]=cache_get_field_content_int(i,"besitzer",dbhandle); cInfo[id][c_x]=cache_get_field_content_float(i,"x",dbhandle); cInfo[id][c_y]=cache_get_field_content_float(i,"y",dbhandle); cInfo[id][c_z]=cache_get_field_content_float(i,"z",dbhandle); cInfo[id][c_r]=cache_get_field_content_float(i,"r",dbhandle); cInfo[id][db_id]=cache_get_field_content_int(i,"id",dbhandle); cInfo[id][id_x]=CreateVehicle(cInfo[id][model],cInfo[id][c_x],cInfo[id][c_y],cInfo[id][c_z],cInfo[id][c_r],-1,-1,-1); } return 1;}
loadPlayerCars(playerid){ new query[128]; format(query,sizeof(query),"SELECT * FROM autos WHERE besitzer='%i'",sInfo[playerid][db_id]); mysql_function_query(dbhandle,query,true,"OnPlayerCarsLoad","i",playerid); <<<< Zeile 800 return 1;}
Sind aber ziemlich viele zeilen,
Könntet ihr eventuel es downloaden und gucken?
(Falls verboten den Link zu posten bitte löschen)
Hey ich habe das Mrmonat script vom Tutorial gedownloadet damit ich
damit scripten will
wenn ich aber compiliere kommen diese Errors:
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(91) : error 010: invalid function or declaration
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(171) : error 017: undefined symbol "dbhandle"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(177) : error 017: undefined symbol "dbhandle"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(211) : error 017: undefined symbol "cache_get_data"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(210) : warning 203: symbol is never used: "num_fields"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(235) : error 017: undefined symbol "mysql_function_query"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(252) : error 017: undefined symbol "mysql_function_query"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(275) : error 017: undefined symbol "mysql_function_query"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(344) : error 017: undefined symbol "cache_insert_id"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(353) : error 017: undefined symbol "mysql_function_query"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(779) : error 017: undefined symbol "cache_get_data"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(784) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(785) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(786) : error 017: undefined symbol "cache_get_field_content_float"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(787) : error 017: undefined symbol "cache_get_field_content_float"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(788) : error 017: undefined symbol "cache_get_field_content_float"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(789) : error 017: undefined symbol "cache_get_field_content_float"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(790) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(778) : warning 203: symbol is never used: "num_fields"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(800) : error 017: undefined symbol "mysql_function_query"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(807) : error 017: undefined symbol "cache_get_data"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(812) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(814) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(815) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(816) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(817) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(818) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Adminstrator\Desktop\SARP2\gamemodes\script.pwn(819) : error 017: undefined symbol "cache_get_field_content_int"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Loll geht
Tipp für die Zukunft für andere die auch so ein Prblem haben:
Server neu installieren (damit nichts drauf ist)
Alles nochmal hochladen.
Neuste Includes und Plugins.
in der CFG- Datei ALLES richtig einstellen
und dan bei Query und Announce auf 1 stellen
Wie meinst du anpingen?
bei samp kommt dan dies hier:
Mode: Unknow
Ping: 9999
Ich habe höfflich gefragt ob sie auch mysql habe. Also datenbank phpmyadmin
und ein Netter Mitarbeiter hat mir dies extra anfertigen lassen.
Danke nochmal.
Aber kann mir jemand bei meinem Problem helfen?
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[14:03:58] filterscripts = "" (string)
[14:03:58]
[14:03:58] Server Plugins
[14:03:58] --------------
[14:03:58] Loading plugin: crashdetect.so
[14:03:58] crashdetect v4.7.6 is OK.
[14:03:58] Loaded.
[14:03:58] Loading plugin: Filemanager.so
[14:03:58] ******************
[14:03:58] ** FILE MANAGER **
[14:03:58] ** Loaded **
[14:03:58] ** Version 1.1 **
[14:03:58] ******************
[14:03:58] Loaded.
[14:03:58] Loading plugin: mysql.so
[14:03:58]
> MySQL plugin R5 successfully loaded.
[14:03:58] Loaded.
[14:03:58] Loading plugin: nativechecker.so
[14:03:58] Loaded.
[14:03:58] Loading plugin: sscanf.so
[14:03:58]
[14:03:58] ===============================
[14:03:58] sscanf plugin loaded.
[14:03:58] (c) 2009 Alex "Y_Less" Cole
[14:03:58] ===============================
[14:03:58] Loaded.
[14:03:58] Loading plugin: streamer.so
[14:03:58]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:03:58] Loaded.
[14:03:58] Loaded 6 plugins.
[14:03:58]
[14:03:58] Ban list
[14:03:58] --------
[14:03:58] Loaded: samp.ban
[14:03:58]
[14:03:58]
[14:03:58] Filterscripts
[14:03:58] ---------------
[14:03:58] Loaded 0 filterscripts.
[14:03:58] Geschenke wurden neu gespawnt
[14:03:58] Starte den server
[14:04:03] MSQL --> hat die Verbindung zur Datenbank aufgebaut
[14:04:03] OnGamemodeInt: LoadProperty
[14:04:03] OnGamemodeInt: LoadBiz
[14:04:03] OnGamemodeInt: LoadSBiz
[14:04:03] OnGamemodeInt: LoadTankenBiz
[14:04:03] OnGamemodeInt: LoadGangAutos
[14:04:03] OnGamemodeInt: LoadStuff
[14:04:03] OnGamemodeInt: LoadKassenInfo
[14:04:03] OnGamemodeInt: LoadGangfightZones
[14:04:03] Gangwars geladen
[14:04:03] OnGamemodeInt: LoadGangWarInfos
[14:04:03] OnGamemodeInt: LoadGangMotds
[14:04:03] OnGamemodeInt: LoadGangBNDInfos
[14:04:03] Beginne Gangzonen zu erstellen
[14:04:03] Textdraws erstelt
[14:04:03] AntiDeAMX aufgerufen
[14:04:03] SetGamemodeText San Andreas Roleplay by [SARP]Team
[14:04:03] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[14:04:03] Beginne Script - Autos zu spawnen
[14:04:03] >>>>> Script - Autos wurden Gespawnt <<<<<
[14:04:03] >>>>> Objecte Spawned <<<<<
Kan nicht downloaden ?
Nein zeigt an das er offline ist -.-
Hey ich versuche seit 2 Tagen meinen Server zu starten,
mein Sponsor ist 4uclan.
Wenn ich meinen Server starte kommt in der Log Datei dies hier:
Kann mir jemand bei diesem Problem helfen?
Mfg
TwinexX
Welche Stufe ist die Höchste?
DL - Manager : 15
31k
Habe internet : 1Gb
Wieso ladet es trotzdem etwas lange?
Heist es nicht 1GB pro sekunde?
EP's für nächstes Level:
25400 EP / 49500 EP
Income (LEVEL: 45): 275.707 Credits pro Tag
Wirtschafts-Income: 5.514 Credits pro Tag
Werbe-Income (0 x 3%): 0 Credits pro Tag
Jobincome: 22.057 Credits pro Tag
Internetkosten: -155.000 Credits pro Tag
Clan-Beitrag: -121.311 Credits pro Tag
Netto-Income: 26.967 Credits pro Tag
Hallo leute,
ich suche für mein Smartphone Spiele.
Dies könnten sowohl Ego Shooter als auch andere Spiele
Sein. Mir ist es egal ob diese was kosten oder ob Sie kostenlos sind.
Es wäre schön wenn ich hier drunter viele Spiele sehe.
-GameBoy Color Emulator
-Angry Gran Run
-Bouncy Bill Christmase
-can Knockdown 3
-Candy Crush Saga
-Clear Vision
-Cut the Rope Free
-Dr.Driving
-Ice Rage
-Impossible
-Into the Dead
-Minion Rush
-Perfect Piano
-Plague Inc.
-Rayman Fiesta Run
-Slice HD
-Springfield
-Tetris
-Tingalin
-Traffic Racer
-Zombie Tsunami
-Slender Game Free
-Cube Racer
2 Wochen betriebsurlaub
Wollte noch fragen:
Was ist eine Ausbildungsstätte=?