SA-MP Forums Archive
Invaild some - 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: Invaild some (/showthread.php?tid=437241)



Invaild some - Jermi - 14.05.2013

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


Re: Invaild some - Red_Dragon. - 14.05.2013

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


Re: Invaild some - Jermi - 14.05.2013

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.




Re: Invaild some - Red_Dragon. - 14.05.2013

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


Re: Invaild some - Jermi - 14.05.2013

Thanks and awy ana masry , gamed


Re: Invaild some - Jermi - 14.05.2013

Hey, Still not,It gives me the same error


Re: Invaild some - Jermi - 14.05.2013

Help?


Re: Invaild some - MP2 - 14.05.2013

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


Re: Invaild some - Jermi - 14.05.2013

The same error,


Re: Invaild some - Geeboi_Mehdi - 14.05.2013

i had same problem no idea what it is