Jump to content

[Solved] isElementWithinMarker Help [Solved]


aintaro

Recommended Posts

local shop1 = createMarker ( 1930, -1776, 12.5, "cylinder", 1.5, 255, 255, 0, 170 ) 
  
function duty(thePlayer, matchingDimension) 
 if isElementWithinMarker(thePlayer, shop1) then 
    giveWeapon(thePlayer, 22, 100, 1)   
 else 
    outputChatBox("You are not at the right place!", thePlayer, 255, 0, 0) 
 end 
end 
addCommandHandler("duty", duty) 

This is what I have and it does not work, it keeps returning "You are not at the right place" even tho I'm on the exact spot where the marker is created, Any help? edit: I'm doing this client sided

Thanks in advance,

Aintaro

Edited by Guest
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...