#How does I make PvP on?
24 messages · Page 1 of 1 (latest)
How does I make PvP on?
Why would you want it so the creator can’t die, so u can admin abuse?
He ain’t wrong
I will know how to make PvP on!
Why do you want the owner to be invincible
HOW CAN I MAKE PVP ON!!!!!!!
The man is making a simple demand
He wants the PVP on and he’s not gonna stop until then
Anyways serious answer. Go into permissions and give all your owners / co-owners / what ever group you want to be invincible a role.
Then with a CV1 system (which you shouldn’t use) you can check if the player has the role and constantly add 100 health. With cv2 game rules (much cooler) you just wire a “has role” chip into an “if” chip. If the player has a role, do nothing. Else, run the hit circuit.
Spawn the Game Chip and configure it to have the settings you want
Then you can either have it automatically start the game, or you can go in your watch and start it in the “This Room” menu
To make the creator invincible just give the creator a role in the Permissions tab of This Room and then do this with Cv2(you need to have Beta Content enabled)
Event Receiver(30Hz) -> Combatant Set Health(For the combatant port use Get Any With Role and use the role that you choose to have the owner use)
It’s expensive and will error if the owner isn’t in the room, though this likely won’t be an issue for you
He could also just not want to die, even if he did admin abuse that’s just him ruining his own game
fair enough, I just hate it when people do that
Feel like it would be better if you checked if the player had an owner role
Since that wouldn’t error and could be expanded to co-owners
Yeah but then you’d have to send an event to room auth to do the actual health setting
Just didn’t feel like explaining that lmao
If your using cv1 game rules it’s probably better to use cv1 methods for minor things like this
Cv2 does not like cv1 game rules all that much
Yeah I agree but for the same reason as before, this method just seemed easier to explain lel