Jump to content

Crosshair Replace pls help me


yoya99

Recommended Posts

hey i have this communiyt crosshair but it wont work? what is wrong here???

addEventHandler( "onClientResourceStart", resourceRoot, 
    function() 
        if getVersion ().sortable < "1.1.0" then 
            outputChatBox( "resource wont work on this client." ) 
            return 
        end 
    local texture = dxCreateTexture ("images/aimer.png") 
    local shader = dxCreateShader ( "shader.fx" ) 
dxSetShaderValue ( shader, "gTexture", texture ) 
engineApplyShaderToWorldTexture ( shader, "sitem16") 
        end 
) 
function autor() 
outputChatBox("Crosshair por [COD]Plate", source, 0, 255, 255, true) 
end 
addEventHandler("onPlayerJoin", getRootElement(), autor) 

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...