Need help with Pawno!! - 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: Need help with Pawno!! (
/showthread.php?tid=249106)
Include core problem -
xXGaryXx - 17.04.2011
↓ ↓ |Sry doublepost | ↓ ↓
Re: Need help with Pawno!! -
xXGaryXx - 17.04.2011
Hi!
I have a problem... If I click on Compile/Run it shows me this Error:
C:\Games\GTA - San Andreas\pawno\include\core.inc(12) : error 010: invalid function or declaration
I donґt know how to fix it because if i delete #include <core> i get the self error... what can I do?
Here is my Script:
Quote:
t/****************************************
** **
** GTA Roleplay **
** by xXSparyXx **
** **
****************************************/7
#define SCRIPT_VERSION "v3.5"
#include <a_samp>
#include <core> <--- Here must be the problem? The core.inc data is in the pawno/includes folder.
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
|
....
Thanks for help! ( Btw: Iґm from Germany so my english is not very perfect )
Re: Need help with Pawno!! -
sMog. - 17.04.2011
Download this ...
http://dl.foco.co/samp/sa-mp-0.3c-install.exe There are latest includes
Re: Need help with Pawno!! -
xXGaryXx - 17.04.2011
Quote:
Originally Posted by sMog.
|
Thank you, now there is not anymore the waring that i had before, but the error is still there

//Please help
Even if I delete "#includes <core>" I get the self error. ?!
Re: Need help with Pawno!! -
xXGaryXx - 17.04.2011
// PUSH: Please help I i looked everywhere, but i found nothinґ ...
Re: Need help with Pawno!! -
Vince - 17.04.2011
Did you change anything in core.inc? Because this file includes the functions that are made by ITB CompuPhase, the creator of Pawn, and not the SA:MP team.
Re: Need help with Pawno!! -
xXGaryXx - 17.04.2011
No i didnґt change anything, i just moved it around. but now itґs on the pwano -> includes folder...