Jump to content
  • 0

Oly invisible.


Question

7 answers to this question

Recommended Posts

  • 0
Posted

How to make  , then you teleported in oly you dont see your opponent  ?

 

find this

protected boolean portPlayersToArena()

  and add

 

			_playerOne.setIsInvul(true);
		_playerTwo.setIsInvul(true);

 

and then find this

protected boolean makeCompetitionStart()

 

and add

 

				_playerOne.setIsInvul(false);
			_playerTwo.setIsInvul(false);

 

 

with this they will be invulnerable until the match starts

  • 0
Posted

find this

protected boolean portPlayersToArena()

  and add

 

			_playerOne.setIsInvul(true);
		_playerTwo.setIsInvul(true);

 

and then find this

protected boolean makeCompetitionStart()

 

and add

 

				_playerOne.setIsInvul(false);
			_playerTwo.setIsInvul(false);

 

 

with this they will be invulnerable until the match starts

He don't need to know how to make opponent invulnerable, he want to know how can be invisible. Read Main topic Again!

  • 0
Posted

He don't need to know how to make opponent invulnerable, he want to know how can be invisible. Read Main topic Again!

why to make them invisible? whats the point?? 

 

anyway he can just add

 

_playerOne.getAppearance().setInvisible();

_playerTwo.getAppearance().setInvisible();

 

but invul is better :P

  • 0
Posted

why to make them invisible? whats the point?? 

 

anyway he can just add

 

_playerOne.getAppearance().setInvisible();

_playerTwo.getAppearance().setInvisible();

 

but invul is better :P

Maybe, but author request invisible not invulnerbale!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...