Arkensor / DayZCommunityOfflineMode

A community made offline mod for DayZ Standalone
Other
362 stars 194 forks source link

Compile error #294

Closed MJK52229 closed 2 years ago

MJK52229 commented 3 years ago

Says there´s and undefined function ´LocalValue´, when I looked at it was used to ascertain the Yaw/ Pitch of aiming for the mouse.

float yawDiff = input.LocalValue("UAAimLeft") - input.LocalValue("UAAimRight"); float pitchDiff = input.LocalValue("UAAimDown") - input.LocalValue("UAAimUp");

Thus I cannot run the game, if anyone is aware how to fix this please do let me know. unknown

AssaWolf commented 2 years ago

Same problem

Arkensor commented 2 years ago

Make sure that you are using the latest version of the game and the offline mode.