Mischief-1 Posted November 27, 2020 Share Posted November 27, 2020 Hello, so I have a DayZ server, I wonder why my sniper are like these. https://imgur.com/XHE8E6r Sniper is bugged if (getElementData(localPlayer,"currentweapon_1") == "weapon1") then dxDrawImage(0, 0, sW, sH, "images/crosshair/3.png", 0, 0, 0, tocolor(255, 255, 255, 255), true); elseif (getElementData(localPlayer,"currentweapon_1") == "weapon4") then dxDrawImage(0, 0, sW, sH, "images/crosshair/2.png", 0, 0, 0, tocolor(255, 255, 255, 255), true); else dxDrawImage(0, 0, sW, sH, "images/crosshair/1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true); end Link to comment
Trust aka Tiffergan Posted November 28, 2020 Share Posted November 28, 2020 Change resolution for your sniper scope and that should work i did that on my server and it worked Link to comment
Mischief-1 Posted November 28, 2020 Author Share Posted November 28, 2020 (edited) 7 hours ago, LOOah said: Change resolution for your sniper scope and that should work i did that on my server and it worked local sW,sH = guiGetScreenSize(); I am already using this. Edited November 28, 2020 by Mischief-1 Link to comment
Erlkonig Posted November 28, 2020 Share Posted November 28, 2020 Can you upload "..crosshair/1-3.png" ? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now