Error in core.inc
#1

Hello guys.
I can't compile my gamemode. In output it says "..\core.inc(12) : error 042: invalid combination of class specifiers"
I have no idea how to fix this.
core.inc:
pawn Код:
#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);
Error is in this line.
pawn Код:
native heapspace();
Please help.
EDIT: I'm running a Windows 7 Ultimate 64-bit Servie Pack 1
Reply


Messages In This Thread
Error in core.inc - by [CrC]reinixx - 11.01.2013, 10:17
Re: Error in core.inc - by Konstantinos - 11.01.2013, 10:24
Re: Error in core.inc - by [CrC]reinixx - 11.01.2013, 10:26
Re: Error in core.inc - by DiGiTaL_AnGeL - 11.01.2013, 10:27
Re: Error in core.inc - by [CrC]reinixx - 11.01.2013, 10:29
Re: Error in core.inc - by Konstantinos - 11.01.2013, 10:30
Re: Error in core.inc - by [CrC]reinixx - 11.01.2013, 10:34

Forum Jump:


Users browsing this thread: 1 Guest(s)