Master_MTA Posted February 9, 2017 Share Posted February 9, 2017 (edited) hi there i don't know what is the wrong in this code function masternew ( _, _, thePlayer ) if not getElementData ( thePlayer, 'clickredy' ) then return end if getElementType( source ) == 'marker' then setElementData(thePlayer,'markk',source) triggerClientEvent ( thePlayer,'opendelete',thePlayer ) removeElementData(thePlayer,'clickredy' ) end end addEventHandler( "onElementClicked",root, masternew) no thing in debugscript i am sure the player already have data Edited February 9, 2017 by Master_MTA Link to comment
nikitafloy Posted February 10, 2017 Share Posted February 10, 2017 what doesn't work? Link to comment
Master_MTA Posted February 10, 2017 Author Share Posted February 10, 2017 (edited) this part if getElementType( source ) == 'marker' then when i change marker to something else like player it work but with marker it doesn't work i am sure from the marker size also i tried it in several sizes 3 minutes ago, nikitafloy said: what doesn't work? Edited February 10, 2017 by Master_MTA Link to comment
nikitafloy Posted February 10, 2017 Share Posted February 10, 2017 Just now, Master_MTA said: this part if getElementType( source ) == 'marker' then when i change marker to something else like player it work but with marker it doesn't work i am sure from the marker size also tried it in several sizes what about position Z? Link to comment
Master_MTA Posted February 10, 2017 Author Share Posted February 10, 2017 Just now, nikitafloy said: what about position Z? i Also tried it Link to comment
nikitafloy Posted February 10, 2017 Share Posted February 10, 2017 3 minutes ago, Master_MTA said: i Also tried it check this Link to comment
Master_MTA Posted February 10, 2017 Author Share Posted February 10, 2017 3 minutes ago, nikitafloy said: check this it's not like my problem he used the onElementClick for peds Link to comment
nikitafloy Posted February 10, 2017 Share Posted February 10, 2017 30 minutes ago, Master_MTA said: it's not like my problem he used the onElementClick for peds i check it, so 1) not working for object without collision 2) u can see example in mta editor - with marker good work 3) u can attach object to marker and move it, after that u can hide object Link to comment
Master_MTA Posted February 10, 2017 Author Share Posted February 10, 2017 1 hour ago, nikitafloy said: i check it, so 1) not working for object without collision 2) u can see example in mta editor - with marker good work 3) u can attach object to marker and move it, after that u can hide object thx for help 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