add proper descriptions

This commit is contained in:
dynamoNg 2024-07-31 14:21:42 +05:30
parent 7ff311e2d9
commit 2bec01264a

View File

@ -392,7 +392,7 @@ namespace big
{
auto exp_type_itr = BULLET_IMPACTS.find(explosionType);
LOGF(WARNING,
"Explosion Event: {} (Dist- {} {})",
"EXPLOSION_EVENT from {} (Distance- {} Type- {})",
player->get_name(),
math::distance_between_vectors(*plyr->get_ped()->get_position(), {posX, posY, posZ}),
exp_type_itr != BULLET_IMPACTS.end() ? exp_type_itr->second : "?");