error 017 , 036, 017, 107
#1

Код:
(7753) : error 017: undefined symbol "SUVehicles"
7753) : error 036: empty statement
(7753) : error 017: undefined symbol "v"
(7753) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
IsASUCar(carid)
{
	for(new v = 0; v < sizeof(SUVehicles); v++)
	{
	    if(carid == SUVehicles[v]) return 1;
	}
	return 0;
}
Reply
#2

You haven't defined those variables.
Reply
#3

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
You haven't defined those variables.
how would you define this? i just starting to get back into the pawno code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)