getting some errors by compiling - 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: getting some errors by compiling (
/showthread.php?tid=655093)
getting some errors by compiling -
Neom - 13.06.2018
E:\Pwn\pawno\include\required/line.inc(51) : error 001: expected token: ";", but found "-identifier-"
E:\Pwn\pawno\include\required/line.inc(63) : error 017: undefined symbol "Iterator@lin_Index"
E:\Pwn\pawno\include\required/line.inc(63) : error 017: undefined symbol "Iterator@lin_Index"
E:\Pwn\pawno\include\required/line.inc(63) : error 017: undefined symbol "Iter_Single@lin_Index"
E:\Pwn\pawno\include\required/line.inc(63) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
Help
Re: getting some errors by compiling -
GTLS - 13.06.2018
Show the code.. how can we say whats the problem

? Use your Common sense...at least sometimes.
Re: getting some errors by compiling -
Neom - 13.06.2018
Код:
#include <cnr/cnr_explosives>
#include <cnr/cnr_moneybag>
#include <cnr/cnr_roadblocks>
#include <cnr/cnr_spike>
#include <cnr/cnr_gates>
#include <cnr/cnr_factionzones>
#include <cnr/cnr_dmevent>
#include <cnr/cnr_medic>
#include <cnr/cnr_glassevent>
#include <cnr/cnr_fallout>
#include <cnr/cnr_profiles>
#include <cnr/cnr_vehicleAC>
#include <cnr/cnr_bribe>
from line 51 to 63 these are errors
Re: getting some errors by compiling -
GTLS - 13.06.2018
Not the whole code. Delete that. Just post the function which is having those errors.
Re: getting some errors by compiling -
Neom - 13.06.2018
EDITED