Nevermind, found solution by myself
If any1 interested:
//Props
NativeFunction.CallByName<uint>("SET_PED_PROP_INDEX", Ped ped, int componentId, int drawableId, int TextureId, int paletteId);
//Components
NativeFunction.CallByName<uint>("SET_PED_COMPONENT_VARIATION", Ped ped, int componentId, int drawableId, int TextureId, int paletteId);