antistasi
antistasi copied to clipboard
Free Refugees loose clothes
Version: develop https://github.com/LordGolias/antistasi/commit/8c0ea9bdacffc86ebd00146e22bf80d16e31a147 Mod: CBA, TFAR Multiplayer dedicated server Side: tested both vs East and vs West
Telling refugees to follow me make their clothes removed and they roam around in underwear
ahaha, that is hilarious.
:) it's probably something related to faction
I am not able to find why this happens. After the unit is rescued, the piece
[_unit] call AS_fnc_initUnitFIA;
is called, which calls forceAddUniform
like any other FIA unit.
One possible reason is that the uniform is not defined on the client, causing no uniform to be added. If that is the case, there is a de-sync between a client and the server, in which case the root problem is more serious. If this is the case, the client log should point that a non-existent attribute was tried to be accessed.
@StefArma, could you clarify if that was indeed the case?