💎[GF] Reallife SOM Version 0.5 (2016) MySQL R7 + UCP since 2013💎

Wichtiger Hinweis: Bitte Àndert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt lÀngere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • ich meine den streamer.dll :) die anderen heißen anders. Genauer den von Inkognito.
    Sollte dann ne seite von github sein oder halt von anderer runterladen.

  • Beitrag von Flipstar ()

    Dieser Beitrag wurde gelöscht, Informationen ĂŒber den Löschvorgang sind nicht verfĂŒgbar.
  • plugin hochgeladen? script neu compliert und auch Hochgeladen?
    Der Fehler sagt ja, das dass Script mit einer alten streamer version compliert wurde als das Plugin was det server nutzt. vlt nutzte den falschen pawno ordner oder hast halt was vergessen. mach es nochmal langsam andere lösung gibt es nicht. lg

  • Beitrag von Flipstar ()

    Dieser Beitrag wurde gelöscht, Informationen ĂŒber den Löschvorgang sind nicht verfĂŒgbar.
  • Man sieht doch ganz klar das es nicht an den Plugins liegt, sondern an dem Gamemode.


    Accessing element at index 2000 past array upper bound 1999


    bedeutet das versucht wird ein Element in einem Array aufzurufen, obwohl es nicht existiert / außerhalb des gĂŒltigen Bereiches liegt.


    //Edit: Hab ihm das Problem grad behoben.

  • Beitrag von Flipstar ()

    Dieser Beitrag wurde gelöscht, Informationen ĂŒber den Löschvorgang sind nicht verfĂŒgbar.
  • kann die datenbank von sommerferienv3 nicht hochladen ... da kommt


    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `timeban` (
    `ID` int(11) NOT NULL AUTO_INCREMENT,
    ' at line 21
    [Err] -- phpMyAdmin SQL Dump
    -- version 3.5.2.2
    -- http://www.phpmyadmin.net
    --
    -- Host: 10.0.0.5
    -- Erstellungszeit: 13. Jun 2013 um 17:56
    -- Server Version: 5.5.31-0+wheezy1
    -- PHP-Version: 5.4.4-14


    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";



    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;


    --
    -- Datenbank: `DRGS`
    --


    -- --------------------------------------------------------


    --
    -- Tabellenstruktur fĂŒr Tabelle `accounts`
    --


    CREATE TABLE IF NOT EXISTS `accounts` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `name` varchar(28) DEFAULT NULL,
    `banned` tinyint(1) DEFAULT NULL,
    `passwort` varchar(28) DEFAULT NULL,
    `admin` int(4) DEFAULT NULL,
    `donater` int(12) DEFAULT NULL,
    `upgradepoints` int(4) DEFAULT NULL,
    `reg` tinyint(1) DEFAULT NULL,
    `sex` tinyint(1) DEFAULT NULL,
    `exp` int(2) DEFAULT NULL,
    `level` int(3) NOT NULL,
    `hand` int(11) DEFAULT NULL,
    `konto` int(11) DEFAULT NULL,
    `crimes` int(4) DEFAULT NULL,
    `arrested` int(11) DEFAULT NULL,
    `wanteddeaths` int(11) DEFAULT NULL,
    `phonebook` int(11) DEFAULT NULL,
    `lottonr` int(11) DEFAULT NULL,
    `fishes` int(11) DEFAULT NULL,
    `biggestfish` int(11) DEFAULT NULL,
    `job` int(11) DEFAULT NULL,
    `kills` int(3) NOT NULL,
    `deaths` int(3) NOT NULL,
    `paycheck` int(11) DEFAULT NULL,
    `jobgehalt` int(11) DEFAULT NULL,
    `headvalue` int(11) DEFAULT NULL,
    `jailed` int(11) DEFAULT NULL,
    `jailtime` int(11) DEFAULT NULL,
    `mats` int(11) DEFAULT NULL,
    `gras` int(11) DEFAULT NULL,
    `lsd` int(11) NOT NULL,
    `kokain` int(11) NOT NULL,
    `helmid` int(6) NOT NULL,
    `kmedizin` int(4) NOT NULL,
    `gmedizin` int(4) NOT NULL,
    `member` int(11) DEFAULT NULL,
    `rank` int(11) DEFAULT NULL,
    `charakter` int(11) DEFAULT NULL,
    `contracttime` int(1) DEFAULT NULL,
    `health` varchar(40) DEFAULT NULL,
    `interior` int(40) DEFAULT NULL,
    `local` int(11) DEFAULT NULL,
    `team` int(11) DEFAULT NULL,
    `pnumber` int(11) DEFAULT NULL,
    `housekey` int(11) DEFAULT NULL,
    `bizzkey` int(11) DEFAULT NULL,
    `pos_x` varchar(40) DEFAULT NULL,
    `pos_y` varchar(40) DEFAULT NULL,
    `pos_z` varchar(40) DEFAULT NULL,
    `gesamtminutes` int(11) DEFAULT NULL,
    `playminutes` int(11) DEFAULT NULL,
    `carlic` int(11) DEFAULT NULL,
    `flylic` int(11) DEFAULT NULL,
    `lkwlic` int(11) DEFAULT NULL,
    `motolic` int(11) DEFAULT NULL,
    `ALG` int(11) DEFAULT NULL,
    `carinsurance` int(11) DEFAULT NULL,
    `lifeinsurance` int(11) DEFAULT NULL,
    `boxmats` int(11) DEFAULT NULL,
    `boxgras` int(11) DEFAULT NULL,
    `boxlsd` int(6) NOT NULL,
    `boxkokain` int(6) NOT NULL,
    `boatlic` int(11) DEFAULT NULL,
    `gunlic` int(11) DEFAULT NULL,
    `fishlic` int(11) DEFAULT NULL,
    `gun1` int(11) DEFAULT NULL,
    `gun2` int(11) DEFAULT NULL,
    `gun3` int(11) DEFAULT NULL,
    `gun4` int(11) DEFAULT NULL,
    `gun5` int(11) DEFAULT NULL,
    `gun6` int(3) NOT NULL,
    `ammo1` int(11) DEFAULT NULL,
    `ammo2` int(11) DEFAULT NULL,
    `ammo3` int(11) DEFAULT NULL,
    `ammo4` int(11) DEFAULT NULL,
    `ammo5` int(11) DEFAULT NULL,
    `ammo6` int(6) NOT NULL,
    `cartime` int(11) DEFAULT NULL,
    `payday` int(11) DEFAULT NULL,
    `paydayhad` int(11) DEFAULT NULL,
    `cdplayer` int(11) DEFAULT NULL,
    `wins` int(11) DEFAULT NULL,
    `loses` int(11) DEFAULT NULL,
    `alcoholperk` int(11) DEFAULT NULL,
    `drugperk` int(11) DEFAULT NULL,
    `painperk` int(11) DEFAULT NULL,
    `miserperk` int(11) DEFAULT NULL,
    `traderperk` int(11) DEFAULT NULL,
    `detskill` int(6) NOT NULL DEFAULT '0',
    `sexskill` int(6) NOT NULL DEFAULT '0',
    `boxskill` int(6) NOT NULL DEFAULT '0',
    `lawskill` int(6) NOT NULL DEFAULT '0',
    `mechskill` int(6) NOT NULL DEFAULT '0',
    `jackskill` int(6) NOT NULL DEFAULT '0',
    `carskill` int(6) NOT NULL DEFAULT '0',
    `newsskill` int(6) NOT NULL DEFAULT '0',
    `drugsskill` int(6) NOT NULL DEFAULT '0',
    `cockskill` int(6) NOT NULL DEFAULT '0',
    `fishskill` int(6) NOT NULL DEFAULT '0',
    `farmerskill` in
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

    Einmal editiert, zuletzt von saya ()

  • Beitrag von Pastillen Lutscher ()

    Dieser Beitrag wurde gelöscht, Informationen ĂŒber den Löschvorgang sind nicht verfĂŒgbar.
  • do.de - Domain-Offensive - Domains fĂŒr alle und zu super Preisen
  • @Makarena:
    Leider nicht, bin schon 6 Monate Abwesend im Ausland und habe kein Internet um was am Script zu tun. Bin erst im Mai wieder da oder speater, also kann ich auch kein Support geben.
    lg

  • hier ich zeige euch einfach mal den server log



    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team


    [22:05:51]
    [22:05:51] Server Plugins
    [22:05:51] --------------
    [22:05:51] Loaded 0 plugins.


    [22:05:51]
    [22:05:51] Filterscripts
    [22:05:51] ---------------
    [22:05:51] Loading filterscript 'adminspec.amx'...
    [22:05:51] Loading filterscript 'attachments.amx'...
    [22:05:51] Loading filterscript 'base.amx'...
    [22:05:51]
    --Base FS loaded.


    [22:05:51] Loading filterscript 'baseaf.amx'...
    [22:05:51]
    --Base FS loaded.


    [22:05:51] Loading filterscript 'cargoship.amx'...
    [22:05:51] Loading filterscript 'ferriswheel.amx'...
    [22:05:51] Loading filterscript 'flymode.amx'...
    [22:05:51] Loading filterscript 'fsdebug.amx'...
    [22:05:51]
    *********************
    * SA:MP DEBUG 0.2 *
    [22:05:51] * By Simon Campbell *
    *********************
    [22:05:51] * Version: 0.5d *
    *********************
    [22:05:51] * -- LOADED *
    *********************


    [22:05:51] Loading filterscript 'gl_actions.amx'...
    [22:05:51] Loading filterscript 'gl_chat.amx'...
    [22:05:51] Loading filterscript 'gl_chatbubble.amx'...
    [22:05:51]
    --Speech bubble example loaded.


    [22:05:51] Loading filterscript 'gl_mapicon.amx'...
    [22:05:51] Loading filterscript 'gl_npcs.amx'...
    [22:05:54] Loading filterscript 'gl_property.amx'...
    [22:05:54]
    -----------------------------------
    [22:05:54] Grand Larceny Property Filterscript
    [22:05:54] -----------------------------------


    [22:05:54] Loading filterscript 'gl_realtime.amx'...
    [22:05:54] Loading filterscript 'iradio.amx'...
    [22:05:54] Loading filterscript 'ls_elevator.amx'...
    [22:05:54] Unable to load filterscript 'ls_elevator.amx'.
    [22:05:54] Loading filterscript 'ls_mall.amx'...
    [22:05:54] Unable to load filterscript 'ls_mall.amx'.
    [22:05:54] Loading filterscript 'maxips.amx'...
    [22:05:54] Unable to load filterscript 'maxips.amx'.
    [22:05:54] Loading filterscript 'menutest.amx'...
    [22:05:54] Unable to load filterscript 'menutest.amx'.
    [22:05:54] Loading filterscript 'netstats.amx'...
    [22:05:54] Unable to load filterscript 'netstats.amx'.
    [22:05:54] Loading filterscript 'npc_record.amx'...
    [22:05:54] Unable to load filterscript 'npc_record.amx'.
    [22:05:54] Loading filterscript 'ospawner.amx'...
    [22:05:54] Unable to load filterscript 'ospawner.amx'.
    [22:05:54] Loading filterscript 'pirateship.amx'...
    [22:05:54] Unable to load filterscript 'pirateship.amx'.
    [22:05:54] Loading filterscript 'pnetstats.amx'...
    [22:05:54] Unable to load filterscript 'pnetstats.amx'.
    [22:05:54] Loaded 16 filterscripts.


    [22:05:54] Reading File: blank
    [22:05:54] Reading File: properties/houses.txt
    [22:05:54] Reading File: properties/businesses.txt
    [22:05:54] Reading File: properties/banks.txt
    [22:05:54] Reading File: properties/police.txt
    [22:05:54] Script[gamemodes/SOM.amx]: Run time error 19: "File or function is not found"
    [22:05:54] Number of vehicle models: 0
    [22:05:54] Incoming connection: 127.0.0.1:52859
    [22:05:54] Incoming connection: 127.0.0.1:52860
    [22:05:54] Incoming connection: 127.0.0.1:52858
    [22:05:54] Incoming connection: 127.0.0.1:52862
    [22:05:54] Incoming connection: 127.0.0.1:52861
    [22:05:54] Incoming connection: 127.0.0.1:52863
    [22:05:58] [npc:join] TrainDriverSF has joined the server (0:127.0.0.1)
    [22:05:58] [npc:join] TrainDriverLV has joined the server (1:127.0.0.1)
    [22:05:58] [npc:join] TrainDriverLS has joined the server (2:127.0.0.1)
    [22:05:58] [npc:join] PilotSF has joined the server (3:127.0.0.1)
    [22:05:58] [npc:join] PilotLS has joined the server (4:127.0.0.1)
    [22:05:58] [npc:join] PilotLV has joined the server (5:127.0.0.1)

  • 1. Hast du ĂŒberhaupt die Plugins in der server.cfg eingetragen?
    2. Warum sind so viele Filterscripts am laden, es werden nicht mal alle geladen (glaube zu viele)
    3. Ist der Gamemode ĂŒberhaupt unter Gamemodes eingefĂŒgt bzw der Gamemode fehlerfrei kompliert und zwar auf 0.3z?

  • 1. Hast du ĂŒberhaupt die Plugins in der server.cfg eingetragen?
    2. Warum sind so viele Filterscripts am laden, es werden nicht mal alle geladen (glaube zu viele)
    3. Ist der Gamemode ĂŒberhaupt unter Gamemodes eingefĂŒgt bzw der Gamemode fehlerfrei kompliert und zwar auf 0.3z?

    1. die plugins sollten in der server cfg eingetragen sein
    2. was meinst du?
    3. also ich habe es mit dem aktuellen pawno compiled und 2 warnings bekommen.

  • 1. Schau lieber nach bevor wir rĂ€tseln und es daran liegt ;)
    2. Ich glaube es gab eine Begrenzung der Anzahl der Filterscripts. Fasse sie in einem oder mehreren Filterscripts zusammen oder nehme die, die du nicht brauchst, raus (siehe:

    Code
    ...
    [22:05:54] Loading filterscript 'npc_record.amx'...
    [22:05:54] Unable to load filterscript 'npc_record.amx'.
    [22:05:54] Loading filterscript 'ospawner.amx'...
    [22:05:54] Unable to load filterscript 'ospawner.amx'.
    [22:05:54] Loading filterscript 'pirateship.amx'...
    [22:05:54] Unable to load filterscript 'pirateship.amx'.
    [22:05:54] Loading filterscript 'pnetstats.amx'...
    [22:05:54] Unable to load filterscript 'pnetstats.amx'.


    3.Die aktuelle SAMP Version ist 0.3.7, das heißt, dass du entweder deine Serverdateien updaten musst, oder mit 0.3z compilen musst.

  • do.de - Domain-Offensive - Domains fĂŒr alle und zu super Preisen