SA-MP Forums Archive
Help Needed - 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: Help Needed (/showthread.php?tid=554194)



Is Someone free to help me - Dissonancy - 02.01.2015

Hi Everyone I need some help I am Stuck over here with so many errors can someone help me please.

C:\Users\Eminem\Desktop\SA-MP\pawno\include\GetVehicleColor.inc(1) : error 010: invalid function or declaration
C:\Users\Eminem\Desktop\SA-MP\pawno\include\j_inventory_v2.inc(1) : error 010: invalid function or declaration
C:\Users\Eminem\Desktop\SA-MP\pawno\include\j_inventory_v2.inc(12 : error 017: undefined symbol "INV_DIALOG_ID"
C:\Users\Eminem\Desktop\SA-MP\pawno\include\j_inventory_v2.inc(171) : error 017: undefined symbol "INV_DIALOG_ID"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(1725) : error 017: undefined symbol "GetVehicleName"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(2394) : error 017: undefined symbol "GetVehicleName"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(4809) : error 017: undefined symbol "GetVehicleName"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(4824) : error 017: undefined symbol "GetVehicleName"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(5771) : error 017: undefined symbol "SkinOffSetGlasses"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(5771) : warning 215: expression has no effect
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(5771) : error 001: expected token: ";", but found "]"
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(5771) : error 029: invalid expression, assumed zero
C:\Users\Eminem\Desktop\SA-MP\gamemodes\LSA.pwn(5771) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


12 Errors.



I am using these includes.

#include <a_samp>
#include <SII>
#include <zcmd>
#include <sscanf2>
#include <GetVehicleColor>
#include <j_inventory_v2>
#include <GetVehicleName>
#include <streamer>
#include <Offsets>
#include <fixes>

kindly help me..


Re: Help Needed - Alvord - 02.01.2015

Try putting your include files inside the folders "pawno -> include" and "include"


Re: Help Needed - Dissonancy - 02.01.2015

Quote:
Originally Posted by Alvord
Посмотреть сообщение
Try putting your include files inside the folders "pawno -> include" and "include"
I have all the inlcude files.... plz someone


Re: Help Needed - Alvord - 02.01.2015

Did you put them all under:
/pawno/include
/include


Re: Help Needed - Dissonancy - 02.01.2015

Quote:
Originally Posted by Alvord
Посмотреть сообщение
Did you put them all under:
/pawno/include
/include
Yes I know what you are talking about i have all done but i am getting these errors.


Re : Help Needed - samp_boy - 02.01.2015

try updating your includes/plugins


Re: Help Needed - MrCallum - 02.01.2015

Try actually defining the problems....

Like:

Код:
 
#define INV_DIALOG_ID -1
And:

Код:
static const GetVehicleName[212][] = {
"Landstalker"
};