yoya99 Posted November 8, 2014 Share Posted November 8, 2014 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
Enargy, Posted November 8, 2014 Share Posted November 8, 2014 hey i have this communiyt crosshair but it wont work? what is wrong here??? nothing. Link to comment
yoya99 Posted November 8, 2014 Author Share Posted November 8, 2014 then why it is not working? Link to comment
SkatCh Posted November 8, 2014 Share Posted November 8, 2014 show me your meta.xml file 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