Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- enum eExplosionType
- {
- EXPLOSION_GRENADE = 0,
- EXPLOSION_MOLOTOV = 1,
- EXPLOSION_ROCKET = 2,
- EXPLOSION_CAR = 3,
- EXPLOSION_CAR_QUICK = 4,
- EXPLOSION_HELI = 5,
- EXPLOSION_MINE = 6,
- EXPLOSION_BARREL = 7,
- EXPLOSION_TANK_GRENADE = 8,
- EXPLOSION_HELI_BOMB = 9
- };
Advertisement
Add Comment
Please, Sign In to add comment