-
Автор темы
- #1
Код:
current_shot->shot_info.result = crypt_str("Spread");
if (current_shot->occlusion)
eventlogs::get().addnew(crypt_str("missed shot due to occlusion "));
else if (current_shot->shot_info.hitchance == 100)
eventlogs::get().addnew(crypt_str("missed shot due to spread "));