BIIIIIG problem with core - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: BIIIIIG problem with core (
/showthread.php?tid=124548)
BIIIIIG problem with core -
WThieves - 30.01.2010
See i got this:
Quote:
\pawno\include\core.inc(12) : error 010: invalid function or declaration
|
And i have never, ever, ever ,ever touched core!
Re: BIIIIIG problem with core -
actiwe - 30.01.2010
you have never touched but file is damaged or missing. You need new core include.
Re: BIIIIIG problem with core -
Burridge - 30.01.2010
I don't think you even need to include core in anything. Try just commenting the line out.
Re: BIIIIIG problem with core -
Correlli - 30.01.2010
Quote:
Originally Posted by Burridge
I don't think you even need to include core in anything. Try just commenting the line out.
|
So you're one of the scripters who doesn't use argument, random, property and other functions which are located in core.inc?
More of the peope do need this include.
To the topic starter, are you sure you haven't changed anything in the include file by yourself?
Re: BIIIIIG problem with core - Micko9 - 30.01.2010
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Burridge
I don't think you even need to include core in anything. Try just commenting the line out.
|
So you're one of the scripters who doesn't use argument, random, property and other functions which are located in core.inc?
More of the peope do need this include.
To the topic starter, are you sure you haven't changed anything in the include file by yourself?
|
nope lolz a_samp in the script lines loads all ( default ) includes. lolz read a_samp.inc
see it your self
Re: BIIIIIG problem with core -
WThieves - 30.01.2010
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Burridge
I don't think you even need to include core in anything. Try just commenting the line out.
|
So you're one of the scripters who doesn't use argument, random, property and other functions which are located in core.inc?
More of the peope do need this include.
To the topic starter, are you sure you haven't changed anything in the include file by yourself?
|
No i just got this when i took some warnings out.
Re: BIIIIIG problem with core -
Correlli - 30.01.2010
Quote:
Originally Posted by Micko9
nope lolz a_samp in the script lines loads all ( default ) includes. lolz read a_samp.inc
see it your self
|
core.inc is included in a_samp.inc if you mean that, yes. But argument, random, property and other natives are in the core.inc file.
Re: BIIIIIG problem with core -
WThieves - 30.01.2010
Quote:
Originally Posted by WThieves
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Burridge
I don't think you even need to include core in anything. Try just commenting the line out.
|
So you're one of the scripters who doesn't use argument, random, property and other functions which are located in core.inc?
More of the peope do need this include.
To the topic starter, are you sure you haven't changed anything in the include file by yourself?
|
No i just got this when i took some warnings out.
|
I solved it, turns out i had accidentaly typed a letter at the top of the script (seems this makes the error) at line 1.
Thanks anyway!
Re: BIIIIIG problem with core -
Burridge - 30.01.2010
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Micko9
nope lolz a_samp in the script lines loads all ( default ) includes. lolz read a_samp.inc
see it your self
|
core.inc is included in a_samp.inc if you mean that, yes. But argument, random, property and other natives are in the core.inc file.
|
Which would mean it's all included if you just include a_samp. Unless I'm mistaken, if it's included in a_samp, if you include a_samp somewhere, it will be included from a_samp.
Re: BIIIIIG problem with core -
Correlli - 31.01.2010
Quote:
Originally Posted by Burridge
Which would mean it's all included if you just include a_samp. Unless I'm mistaken, if it's included in a_samp, if you include a_samp somewhere, it will be included from a_samp.
|
Indeed, but the point was that you've said that you don't need the core functions which isn't so true, they're needed for many scripters.