Hi!
Próbálkozom a radart átshaderezni, eddig lecseréltem a hátterét, de a nyílra nem jöttem rá, hogyan kell/lehet kicserélni.
I'm trying change the shader of radar, I has changed the background, but I didn't realize how can I replace arrow.
So far I tried this:
local shader = dxCreateShader ( "shader.fx" )
local texture = dxCreateTexture ( "arrow.png" )
engineApplyShaderToWorldTexture ( shader, "arrow" )
dxSetShaderValue ( shader, "gTexture", texture )
This is in an other script, but it doesn't work.