Jump to content

MTA DayZ Sniper


Mischief-1

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...