SA-MP Forums Archive
warning 213: tag mismatch - 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: warning 213: tag mismatch (/showthread.php?tid=387352)



warning 213: tag mismatch - Virus. - 24.10.2012

Hello guys. This is my enum code :
Код:
enum Custom_event_maker
{
	id,
	vehicle,
	weapon1,
	weapon2,
	amount
}
And this is the statement I get error :
Код:
cem[playerid][vehicle]=0;
The error is : warning 213: tag mismatch