oxso Posted May 15, 2021 Posted May 15, 2021 I want to prevent people from shooting when the player is inside a perimeter/boundaries. When it comes to the shooting part, it's easy to prevent with Player::disableFiring. However, I'm unsure as to how I would set boundaries and check the player's position relatively to the set boundaries. Any help would be appreciated!
Kopra Posted May 16, 2021 Posted May 16, 2021 Create rectangle col shape, when player enters shape call event and disable shooting, on exit call event to enable. Colshape::shapeType - RAGE Multiplayer Wiki
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