FIRE

FireId START_ENTITY_FIRE(Entity entity)
void STOP_ENTITY_FIRE(Entity entity)
bool IS_ENTITY_ON_FIRE(Entity entity)
void ADD_EXPLOSION(float x, float y, float z, int explosionType, float damageScale, bool isAudible, bool isInvisible, float cameraShake, bool noDamage)
void ADD_OWNED_EXPLOSION(Ped owner, float x, float y, float z, int explosionType, float damageScale, bool isAudible, bool isInvisible, float cameraShake)

Last updated