Update crossmap and natives.hpp to 3095. (#2565)

This commit is contained in:
Aure7138
2023-12-15 23:01:57 +08:00
committed by GitHub
parent f3faa8540f
commit 8b62dadcd5
21 changed files with 195 additions and 90 deletions

View File

@ -113,7 +113,7 @@ namespace big
PED::SET_PED_ARMOUR(ped, 100);
ENTITY::SET_ENTITY_MAX_HEALTH(ped, 1000);
ENTITY::SET_ENTITY_HEALTH(ped, 1000, 0);
ENTITY::SET_ENTITY_HEALTH(ped, 1000, 0, 0);
PED::SET_PED_COMBAT_ABILITY(ped, 100);
PED::SET_PED_ACCURACY(ped, 100);
PED::SET_PED_COMBAT_ATTRIBUTES(ped, 1, 1);