error 010: invalid function or declaration | Hilfe ???

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
  • D:\Ben-Hauptordner\Ben\SAMP-Scripts\GNR\pawno\include\core.inc(12) : error 010: invalid function or declaration


    #include <a_samp>
    #include <streamer>
    #include <a_mysql>
    #include <md-sort>
    #include <a_http>
    #include <surfboard>
    #include <Dini>
    #include <core>
    #include <sscanf2>
    #include <ocmd>



    Was ist falsch ?

  • /* 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);

  • Ah ja stimmt ist n Standard Include.


    Ja dann handelt es sich hier um einen Compiler Fehler.


    Hast du eventuell irgendwo komische Buchstaben in deinen Gamemode gepackt?


    Zum Beispiel:



    C
    d
    f#include <bla>

    Also einfach nur random stuff der nichts mit der Programmierung zu tun hat, dann kann der Compiler manchmal durcheinander kommen ^^


    PS: Bitte das Nächste mal Code, mit dem Code-BBCode einfügen ^^

    ast2ufdyxkb1.png


    Leute, lernt scripten und versucht mal lieber etwas selber zu schreiben, als es aus einem GF zu kopieren. :S