Audifire Posted October 16, 2010 Posted October 16, 2010 I use GetMarkerIcon but the output of it is "checkpoint". This is the GetMarkerType function. How can I fix it, i need it. Sry for my bad english, I'm german. Thank you for your help.
dzek (varez) Posted October 16, 2010 Posted October 16, 2010 it will be great if you attach some simple scripts to reproduce it.
Audifire Posted October 16, 2010 Author Posted October 16, 2010 Hmm, I make a Race script, and i want to know, what Icon Type the Marker is. But the output of the function is always: "checkpoint". But thats the false output, here the wiki site:https://wiki.multitheftauto.com/wiki/GetMarkerIcon Edit: Sry false link.
dzek (varez) Posted October 16, 2010 Posted October 16, 2010 so this code will return "checkpoint" newmarker = createMarker ( 1000, 1000,1000, "checkpoint", 255, 0, 0 ) icon = getMarkerIcon ( newmarker ) outputChatBox ( "The default marker icon is " .. icon ) ? edit: tested. you are right. please check if it has been already reported - if not report it using http://bugs.mtasa.com/
zneext Posted August 28, 2016 Posted August 28, 2016 After 6 years this bug is not fixed. https://github.com/multitheftauto/mtasa-blue/pull/63 1
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