i need help.
#1

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
Reply
#2

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

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);
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)