Undefined symbol
#1

im getting this error:

pawn Код:
(77) : error 017: undefined symbol "INVALID_OBJECT_ID"
with this code

pawn Код:
static LootObjects[MAX_LOOTS] = { INVALID_OBJECT_ID, ... };
Reply
#2

This looks complicated mate wish I could help on this one but I never worked with such things only with basics
Reply
#3

INVALID_OBJECT_ID is defined in a_samp.inc
pawn Код:
#define INVALID_OBJECT_ID                       (0xFFFF)
If it's not defined there, you might be using an older version of a_samp.inc
Update it to the latest one (0.3x).
Reply
#4

Thanks Konstantinos! and thanks anyway chiao
Reply
#5

edit: - didn't seen -
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)