Results: 1Comments by: AncientLich
File: ZrMiniMap04/07/14
player orientation
Posted By: AncientLich
Hello everyone! For people who want the player orientation same as camera facing. You can simply add 2 line of codes in ZrMM.lua after line 117 Zr_MM_Player:SetTextureRotation(heading) <- this is the original line 117 (delete it) cam_heading = GetPlayerCameraHeading() Zr_MM_Player:SetTextureRotation(cam_heading) save t...