DarkLink Posted July 4, 2011 Posted July 4, 2011 Okay so I have one doubt, when player that is inside a vehicle hits a marker. Which is the element that is on the marker? the player or the marker? or both ? Because I am having problems with isElementWithinMarker(element,marker) when a player hits that marker inside a vehicle. Thanks. Borderpatrol Project Gamemode - Under Development (80%)
SDK Posted July 4, 2011 Posted July 4, 2011 Well, check if the player has a vehicle. If yes, use the vehicle element, else use the player element. Or doesn't it suit what you need? Learn Lua - Learn to script - GUI scripting Scripter tools - Find/fix errors yourself(!) Don't pm me for scripting help, keep it for the Scripting subforum!
DarkLink Posted July 5, 2011 Author Posted July 5, 2011 Well, check if the player has a vehicle. If yes, use the vehicle element, else use the player element.Or doesn't it suit what you need? Well yes, I figured it out yesterday It worked. Thanks anyway bro Borderpatrol Project Gamemode - Under Development (80%)
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