@@ -30,7 +30,6 @@ void CLuaPedDefs::LoadFunctions(void)
3030 CLuaCFunctions::AddFunction (" getPedTotalAmmo" , GetPedTotalAmmo);
3131 CLuaCFunctions::AddFunction (" getPedWeapon" , GetPedWeapon);
3232 CLuaCFunctions::AddFunction (" getPedClothes" , GetPedClothes);
33- CLuaCFunctions::AddFunction (" doesPedHaveJetPack" , DoesPedHaveJetPack); // deprecated since 1.5.5-9.13176
3433 CLuaCFunctions::AddFunction (" isPedWearingJetpack" , DoesPedHaveJetPack); // introduced in 1.5.5-9.13176
3534 CLuaCFunctions::AddFunction (" isPedOnGround" , IsPedOnGround);
3635 CLuaCFunctions::AddFunction (" getPedFightingStyle" , GetPedFightingStyle);
@@ -53,8 +52,6 @@ void CLuaPedDefs::LoadFunctions(void)
5352 CLuaCFunctions::AddFunction (" setPedStat" , SetPedStat);
5453 CLuaCFunctions::AddFunction (" addPedClothes" , AddPedClothes);
5554 CLuaCFunctions::AddFunction (" removePedClothes" , RemovePedClothes);
56- CLuaCFunctions::AddFunction (" givePedJetPack" , GivePedJetPack); // deprecated in 1.5.5-9.13176
57- CLuaCFunctions::AddFunction (" removePedJetPack" , RemovePedJetPack); // deprecated in 1.5.5-9.13176
5855 CLuaCFunctions::AddFunction (" setPedWearingJetpack" , SetPedWearingJetpack); // introduced in 1.5.5-9.13176
5956 CLuaCFunctions::AddFunction (" setPedFightingStyle" , SetPedFightingStyle);
6057 CLuaCFunctions::AddFunction (" setPedWalkingStyle" , SetPedMoveAnim);
0 commit comments