Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I know what it is like to develop a mod by yourself. You have done a very good job to get the mod to where it is. The code is well written. I look at a lot of mods, and many of them I think to myself, someone should be checking these things before they get posted, your mod deserves to be posted and really deserves more credit.
should always remove event handlers by id. indiCam_var_scriptedActor removeAllEventHandlers "FiredMan"; changed to indiCam_var_scriptedActor removeEventHandler ["FiredMan", _ehFiredMan]; in each of the case statements in indiCam_scene_atGuy.sqf
I know I'm late to the party, but thanks for the info. I'm currently working to push an update so I'm gonna try and fix what I can manage from this.