antistasi icon indicating copy to clipboard operation
antistasi copied to clipboard

Free Refugees loose clothes

Open StefArma opened this issue 7 years ago • 3 comments

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

StefArma avatar Nov 02 '17 15:11 StefArma

ahaha, that is hilarious.

LordGolias avatar Nov 11 '17 06:11 LordGolias

:) it's probably something related to faction

StefArma avatar Nov 11 '17 09:11 StefArma

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?

LordGolias avatar Dec 31 '17 06:12 LordGolias