Popular Post DRW Posted December 20, 2017 Popular Post Share Posted December 20, 2017 (edited) MadnessReloaded's Objective Indicators Events have never been that easy to find. This resource lets you place on-screen markers that will describe the name or purpose of the indicator and the distance between you and the indicator. It's pretty customizable, lets you create markers with different positions (duh), names, colors, images and minimum and maximum display distances. It distinguishes between metres and kilometres (although I know distance is measured by units, it's just an extra) You can place multiple indicators: You can use these clientsided exported functions: createObjectiveIndicator (x,y,z,name[,maxdistance,mindistance,r,g,b,image]) --RETURNS THE INDICATOR'S ID destroyObjectiveIndicator (id) -- THE ID SHOULD BE RETURNED BY CREATEOBJECTIVEINDICATOR drawObjectiveIndicator (x,y,z,name[,maxdistance,mindistance,r,g,b,image]) -- DRAW IT ONCLIENTRENDER. Link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=15069 Edited December 20, 2017 by MadnessReloaded 5 1 Link to comment
DiGiTal Posted August 19, 2018 Share Posted August 19, 2018 (edited) @MadnessReloaded Hey i liked some MUCH your SCRIPT . I HAVE FOUND A BUG on the Meta you done removeobject... and on the script u done destroyobejct..., so when i call it , it didn't work BECAUSE function on meta and on the file lua isn't the same . i changed it for it works for me Edited August 19, 2018 by DiGiTal Link to comment
Scripting Moderators thisdp Posted August 20, 2018 Scripting Moderators Share Posted August 20, 2018 6 hours ago, DiGiTal said: @MadnessReloaded Hey i liked some MUCH your SCRIPT . I HAVE FOUND A BUG on the Meta you done removeobject... and on the script u done destroyobejct..., so when i call it , it didn't work BECAUSE function on meta and on the file lua isn't the same . i changed it for it works for me Oh, the BUG is too big 2 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