Help Needed
#1

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..
Reply
#2

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

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
Reply
#4

Did you put them all under:
/pawno/include
/include
Reply
#5

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.
Reply
#6

try updating your includes/plugins
Reply
#7

Try actually defining the problems....

Like:

Код:
 
#define INV_DIALOG_ID -1
And:

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


Forum Jump:


Users browsing this thread: 1 Guest(s)