India Posted January 16, 2021 Share Posted January 16, 2021 (edited) Hello Community, i was going to remove this "targetmarker" and i found this on google https://wiki.multitheftauto.com/wiki/SetPedTargetingMarkerEnabled But its not works, I have DayZ Gamemode and i want to disable this "targetmarker" from players and zombies. There is a way to remove? - I'm sorry if i make the topic in the wrong place. I'm new Edited January 16, 2021 by India Link to comment
Administrators Tut Posted January 21, 2021 Administrators Share Posted January 21, 2021 I have moved this into the Scripting section. Hopefully it will receive the attention it needs 1 Link to comment
SpecT Posted January 21, 2021 Share Posted January 21, 2021 (edited) You could check every file in the DayZ gamemode and see if SetPedTargetingMarkerEnabled exists in any of them. If you find one you can change it to false and this should disable it. Otherwise you can simply add SetPedTargetingMarkerEnabled(false) in any client-sided file in the gamemode and it will disable it by the time the script gets loaded. BTW it's possible that there is a custom targeting marker in the gamemode. Edited January 21, 2021 by SpecT Link to comment
India Posted January 21, 2021 Author Share Posted January 21, 2021 1 hour ago, SpecT said: You could check every file in the DayZ gamemode and see if SetPedTargetingMarkerEnabled exists in any of them. If you find one you can change it to false and this should disable it. Otherwise you can simply add SetPedTargetingMarkerEnabled(false) in any client-sided file in the gamemode and it will disable it by the time the script gets loaded. BTW it's possible that there is a custom targeting marker in the gamemode. Already tried before opening topic. Link to comment
SpecT Posted January 21, 2021 Share Posted January 21, 2021 Then there could be a custom one. Can you post a screenshot of it here ? Link to comment
India Posted January 22, 2021 Author Share Posted January 22, 2021 20 hours ago, SpecT said: Then there could be a custom one. Can you post a screenshot of it here ? Screenshot of what? Link to comment
SpecT Posted January 22, 2021 Share Posted January 22, 2021 11 minutes ago, India said: Screenshot of what? Of the target marker. Is it like the default (GTA's) one or more like a custom one? Link to comment
India Posted January 22, 2021 Author Share Posted January 22, 2021 3 hours ago, SpecT said: Of the target marker. Is it like the default (GTA's) one or more like a custom one? 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