include vending machines - 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: include vending machines (
/showthread.php?tid=651846)
include vending machines -
wallen - 29.03.2018
Using that
https://sampforum.blast.hk/showthread.php?tid=553952 however , compiling it with includes and all, it gives 2 errors:
Код:
C:\Users\Wallen\Desktop\SA-MP\proect\pawno\include\vending.inc(226) : error 001: expected token: "}", but found "-identifier-"
C:\Users\Wallen\Desktop\SA-MP\proect\pawno\include\vending.inc(318) : error 017: undefined symbol "E_VENDING_AREA"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: include vending machines -
BulletRaja - 29.03.2018
at your 226 line make it
Код:
STREAMER_TAG_AREA E_VENDING_AREA
to
STREAMER_TAG_AREA: E_VENDING_AREA