Jump to content

[Solved] isElementWithinMarker Help [Solved]


aintaro

Recommended Posts

Posted (edited)

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

None of us is as smart as all of us.

Posted

@aintaro: addCommandHandler client-side has no player argument, use 'localPlayer'.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

I should of knoww that the client side did not send a parameter "thePlayer", Thanks for that solidsnake14.

1

as for the giveWeapon function I did not know that it was server sided only, so thanks aswell KRZO.

Greetz,

Aintaro

None of us is as smart as all of us.

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