Gamemode

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
  • SA-MP Dedicated Server
    ----------------------
    v0.3e-RC7, (C)2005-2012 SA-MP Team


    [22:32:19]
    [22:32:19] Server Plugins
    [22:32:19] --------------
    [22:32:19] Loading plugin: streamer.so
    [22:32:19]


    *** Streamer Plugin v2.5.2 by Incognito loaded ***


    [22:32:19] Loaded.
    [22:32:19] Loaded 1 plugins.


    [22:32:19]
    [22:32:19] Filterscripts
    [22:32:19] ---------------
    [22:32:19] Loaded 0 filterscripts.


    [22:32:19] Script[gamemodes/sun.amx]: Run time error 19: "File or function is not found"
    [22:32:19] Number of vehicle models: 0

    Ich habe alles richtig geschrieben trotzdem steht bei Gamemode : Unknown

  • Run time error 19 ist meistens ein Plugin error,
    das heißt nicht alle Plugins wurden geladen


    Poste doch einfach deine Include list vom Script dann kann man dir helfen.


    P.S: wenn das nicht klappt dann scriptfiles schauen ^^

  • \pawno\include\dutils.inc(373) : warning 219: local variable "str1" shadows a variable at a preceding level
    \pawno\include\dutils.inc(373) : warning 219: local variable "str2" shadows a variable at a preceding level
    \pawno\include\dutils.inc(408) : warning 219: local variable "str2" shadows a variable at a preceding level
    \gamemodes\sun.pwn(45372) : warning 203: symbol is never used: "ret_memcpy"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    4 Warnings.

  • \pawno\include\dutils.inc(373) : warning 219: local variable "str1" shadows a variable at a preceding level
    \pawno\include\dutils.inc(373) : warning 219: local variable "str2" shadows a variable at a preceding level
    \pawno\include\dutils.inc(408) : warning 219: local variable "str2" shadows a variable at a preceding level
    \gamemodes\sun.pwn(45372) : warning 203: symbol is never used: "ret_memcpy"


    Die Warnings heißen das :


    Die Variable wird bereits
    verwendet, eine einfache Umnennung der Definition einer der Variable und
    die dazugehörigen Anpassungen sollten das Problem lösen.
    gilt für die ersten 3.


    Und das dritte ist ein new ... oder ähnliches was du nirgends im Script nutzt also einfach ausklammern..


    MfG

  • \gamemodes\sun.pwn(45374) : warning 203: symbol is never used: "ret_memcpy"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Warning.


    wo soll ich bitte schön ausklammern? teile 45374 gibt es nicht :)