Undefined symbol "TierraESVehicles" ? - 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: Undefined symbol "TierraESVehicles" ? (
/showthread.php?tid=565706)
Undefined symbol "TierraESVehicles" ? -
DGRP - 28.02.2015
When I try to compile my script, it gives me an error, this:
Quote:
(7469) : error 017: undefined symbol "TierraESVehicles"
C:\Users\Rizal\Desktop\Copy of USGRP File JGN DI DELETE!\gamemodes\USG1.pwn(7469) : error 036: empty statement
C:\Users\Rizal\Desktop\Copy of USGRP File JGN DI DELETE!\gamemodes\USG1.pwn(7469) : error 017: undefined symbol "v"
|
This is the code on line 7469:
pawn Код:
IsATierraESCar(carid)
{
for(new v = 0; v < sizeof(TierraESVehicles); v++)
{
if(carid == TierraESVehicles[v]) return 1;
}
return 0;
}
can someone help me?
Re: Undefined symbol "TierraESVehicles" ? -
DGRP - 01.03.2015
help?