core.inc error beim compilen

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
  • Hallo Community,
    ich habe mal letzt wieder mein Script geöffnet NICHTS gemacht und einfach mal compiled. Plötzlich krieg ich diesen Error:
    pawno\include\core.inc(12) : error 010: invalid function or declaration


    Habe auch schon die Core.inc neu runtergeladen und so.
    Zeile 12 in der Core.inc ist:
    native heapspace();


    ich hoffe mir kann einer helfen.
    mfG xSonYx
    //edit: fals falscher bereich bitte verschieben.

    La Cosa Nostra ♥

  • hm.. eigentlich sollte dieser error nicht kommen.
    kommentier die zeile mal aus und probier es nochmal.


    falls das nicht geht ist hier meine core.inc
    /* Core functions
    *
    * (c) Copyright 1998-2005, ITB CompuPhase
    * This file is provided as is (no warranties).
    */
    #if defined _core_included
    #endinput
    #endif
    #define _core_included
    #pragma library Core


    native heapspace();


    native funcidx(const name[]);


    native numargs();
    native getarg(arg, index=0);
    native setarg(arg, index=0, value);


    native tolower(c);
    native toupper(c);
    native swapchars(c);


    native random(max);


    native min(value1, value2);
    native max(value1, value2);
    native clamp(value, min=cellmin, max=cellmax);


    native getproperty(id=0, const name[]="", value=cellmin, string[]="");
    native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
    native deleteproperty(id=0, const name[]="", value=cellmin);
    native existproperty(id=0, const name[]="", value=cellmin);


    Mit freundlichen Grüßen,
    [GSF]Zunno