Jump to content

x[Help]xonElementClickd


Master_MTA

Recommended Posts

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
Link to comment

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...