TheMaysTRo Posted December 3, 2014 Posted December 3, 2014 hey guys. i created 2 markers local trademarker2 = createMarker(-1576.8345947266,674.15686035156,6.1901206970215, "cylinder", 2,0,255,255,180) local trademarker1 = createMarker(-1633.9525146484,651.51391601563,6.1875, "cylinder", 2,0,255,255,180) then i added a command handler for each one . command2 = addCommandHandler ( "accept1", player1 ) command1 = addCommandHandler ( "accept2", player2 ) the problem is i want the function player1 only works if the 2 command are used and the function player2 also. more details: player A and Player B each one enter marker i want to check when they 2 use the commands .then i will warp them or i do what i want . thanks for help.
manawydan Posted December 3, 2014 Posted December 3, 2014 you can create 2 variables one foreach player, and check if the players exist and still in marker use (onMarkerHit) and(onMarkerLeave) "Querer não é poder, mas tentar é avançar"!
Enargy, Posted December 3, 2014 Posted December 3, 2014 Also you can use 'isElementWithinMarker' - Inactivo.
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