Gemacht, hat leider aber nicht weiter geholfen, immer noch der gleiche Error
MfG
Gemacht, hat leider aber nicht weiter geholfen, immer noch der gleiche Error
MfG
#include <a_samp>
#include <a_npc>
#include <core>
#include <float>
#include <time>
#include <dini>
#include <file>
#include <utils>
#include <morphinc>
#include <M_Bot>
#include <streamer>
#include <MD5>
#pragma dynamic 8192
#pragma tabsize 0
#pragma unused Money
#pragma unused ProdsDabei
#define SCM SendClientMessage
#define SCME(%0,%1,%2,%3) format(string,sizeof(string),%2,%3),SendClientMessage(%0,%1,string)
forward versteck(playerid);
forward wantedabzug();
forward Speedometer(playerid);
forward ShowRang(playerid);
//Gangwar
forward GetGangZoneColor(gangzoneid);
forward UpdateGangZone(gangzoneid);
forward GangWarEnd(playerid, gangzoneid);
forward AttackGangZone();
forward LoadGangInfo();
#define MAX_ZONE_NAME 30
new Text:Speedo[MAX_PLAYERS];
Alles anzeigen
Da die Includes
@AlterHase, in welchem Ordner, oder in welcher Datei soll ich danach suchen ?,
Tut mir leid bin noch ziemlich neu
MfG
C:\Users\Oliver\Desktop\GTA - Server\pawno\include\core.inc(12) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Der gleiche Fehler, nur mit einem anderen Pfad, trotzdem danke @Huseijnx3
MfG
Ja aus dem Ordner, und als Admin
MfG
Hey,
Ich bin ziemlich neu im Thema Scripting, ich habe nun mal zum Test ein Gamemode runter geladen, habe nun den Hostnamen verändert, und bekomme einen Error der nichts mit dem veränderten zu tun hat.
C:\Users\Oliver\Desktop\GTA - Server\pawno\include\core.inc(12) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
In der core.ini sieht es so aus
/* 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);
Alles anzeigen
EDIT : Fehler gefunden, ganz oben in dem Gamemode war vor einer // Zeile ein kleines f versteckt ......
Ich hoffe mir kann da jemand weiterhelfen :).
ich bedanke mich im voraus.
MfG; Neox14