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

