Invaild some
#1

Core.inc have a problem here?
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);

How to fix it?, i tried removing it but it gives too many errors
Reply
#2

What do you mean by that ? if you mean it gives errors, show us the errors !
Reply
#3

Yes it give me one error, Here is it

Quote:

K:\3mltelscript\elscript\pawno\include\core.inc(12 ) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply
#4

Try using this one http://www.solidfiles.com/d/aa1f8d347b/
Off topic: I think you're an Egyptian, because of "3mltelscript" ya gamed
Reply
#5

Thanks and awy ana masry , gamed
Reply
#6

Hey, Still not,It gives me the same error
Reply
#7

Help?
Reply
#8

AFAIK heapspace() is a pawn function, not a native SA-MP one. It shouldn't be 'declared'.
Reply
#9

The same error,
Reply
#10

i had same problem no idea what it is
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)