Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T123332
Change Details
Change Details
Old
New
Diff
If a unit init eventhander has _unit setspeaker "NoVoice" Arma will segfault when you attempt to createUnit (alternative syntax). This works fine "CrashUnit" createUnit [position player, group player]; This will crash (group player) createUnit ["CrashUnit", position player, [], 0, "FORM"];
If a unit init eventhander has (_this select 0) setspeaker "NoVoice" Arma will segfault when you attempt to createUnit (alternative syntax). This works fine "CrashUnit" createUnit [position player, group player]; This will crash (group player) createUnit ["CrashUnit", position player, [], 0, "FORM"];
If a unit init eventhander has
_unit
(_this select 0)
setspeaker "NoVoice" Arma will segfault when you attempt to createUnit (alternative syntax). This works fine "CrashUnit" createUnit [position player, group player]; This will crash (group player) createUnit ["CrashUnit", position player, [], 0, "FORM"];
Continue