SA-MP Forums Archive
i need help. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: i need help. (/showthread.php?tid=427045)



i need help. - organe. - 31.03.2013

hey, i have error: C:\Documents and Settings\User\Desktop\mode\pawno\include\core.inc( 12) : error 010: invalid function or declaration

core.inc 12line: native heapspace();

please, help me


Re: i need help. - Abhishek. - 31.03.2013

ah the problem is in your core include i cant say further without seeing the codes


Re: i need help. - organe. - 31.03.2013

problem in include - core.inc

Quote:

/* Core functions
*
* © 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©;
native toupper©;
native swapchars©;

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);



Re: i need help. - Red_Dragon. - 31.03.2013

Download this include http://www.solidfiles.com/d/c04b24bdf7/ and place it in pawno/includes