Beiträge von Yung_Hurn

    Hey Leute,


    könnt ihr mir etwas erklären..
    Zum Beispiel bei meinen WoltLab Lite Forum, da möcht ich für die Kategorie "Ordnungsamt" Moderator rechte geben.
    .Wie tuh ich das?



    Hey,


    kann mir jemand nen Link schicken wo viele "includes" drin sind.
    Ich brauch nen paar, ich weiß nicht direkt welche.
    Auf jedenfall hab ich immer Errors beim Scripten.


    Liebe Grüße ;)

    Ich mach mal nen Beispiel.
    Ich möchte ein bisschen das Tutorial umschreiben etc..
    Dann kommen folgende Errors :



    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\utils.inc(1) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "x" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "y" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "z" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(2297) : error 021: symbol already defined: "Time"
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3684) : error 025: function heading differs from prototype
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3685) : error 021: symbol already defined: "strtok"
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3700) : error 047: array sizes do not match, or destination array is too small
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(6938) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(7058) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17632) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17634) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17635) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17636) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17637) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(28532) : warning 219: local variable "mod" shadows a variable at a preceding level
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    11 Errors.

    Guten Tag liebe Community,


    wenn ich mit Pawno was Compile kommt das :


    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\utils.inc(1) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "x" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "y" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\morphinc.inc(5) : warning 219: local variable "z" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(2297) : error 021: symbol already defined: "Time"
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3684) : error 025: function heading differs from prototype
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3685) : error 021: symbol already defined: "strtok"
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(3700) : error 047: array sizes do not match, or destination array is too small
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(6938) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(7058) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17632) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17634) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17635) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17636) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(17637) : error 076: syntax error in the expression, or invalid function call
    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\script\gamemodes\RXR.pwn(28532) : warning 219: local variable "mod" shadows a variable at a preceding level
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    11 Errors.

    Okay dankeschön.
    Ich werde das Einfügen und dann noch mal Editieren oder neuen Post schreiben.




    Liebe Grüße


    Tim Phillip :'>


    #edit



    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\DTServer Godfather\gamemodes\dtrlgf.pwn(34) : fatal error 100: cannot read from file: "utils"


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.

    Wie ich gesagt habe, bei mir kommt nun so ein Error.
    Kann mir da jemand Helfen?


    Thx. :>


    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\DTServer Godfather\gamemodes\dtrlgf.pwn(34) : fatal error 100: cannot read from file: "utils"
    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    1 Error.

    Ich hab alles abgespeichert..
    Aber ich habs mit Notepad ++ gemacht, besser mit Pawno oder ? :o



    #edit


    mit Pawno gemacht & jz kommt das.


    C:\Dokumente und Einstellungen\Systemadministrator\Desktop\DTServer Godfather\gamemodes\dtrlgf.pwn(34) : fatal error 100: cannot read from file: "utils"


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase




    1 Error.

    Kann mir jemand Helfen?
    Ich habe mir diesen Script Runtergeladen und ein wenig Bearbeitet..

    Natürlich habe ich auch alles Abgespeichert, doch jetzt macht er immer noch die gleichen Sachen wie vorher.
    D.h z.B Wilkommen auf Dark - Trigardon ..
    Da soll dann ein anderer Name stehen z.B.


    Wer einen neuen Script kennt / btw. besseren, Private Nachricht.:)



    Ich denke das wär Okay, denn die Copyright hab ich noch drin gelassen :>


    Liebe Grüße


    TimPhillip