Jump to content

x[Help]xonElementClickd


Master_MTA

Recommended Posts

Posted (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 by Master_MTA
Posted (edited)

this part

  1. 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 by Master_MTA
Posted
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

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...