dazrave / 28FragsLater

A GTAV script based on the popular post-apocalyptic zombie film '28 Days Later'.
1 stars 0 forks source link

Hardcore mode #15

Open dazrave opened 7 years ago

dazrave commented 7 years ago

Is there a way to prevent the player using trainers and potentially activating a hardcore mode?

dazrave commented 7 years ago

Loop over GET_FOLLOW_PED_CAM_VIEW_MODE If != 4 SET_FOLLOW_PED_CAM_VIEW_MODE to 4

dazrave commented 7 years ago

bannedWeapons = List of all banned weapon hashes Cycle through bannedWeapons Run REMOVE_WEAPON_FROM_PED(ped, bannedWeapons)

dazrave commented 7 years ago

void _SET_MINIMAP_VISIBLE(BOOL toggle) Toggle map?