Jump to content
  • 0

[help] Question about TVT ( Ecllipse )


Question

Posted

Hello. I would like to ask how i can put on eclipse a code like

if(player.inTvT)

{

     return;

}

 

u know, to do something if the player is in TvT Event..

i tried this

 

if(isPlayerParticipant(getName())

{

     return;

}

 

and

 

byte teamId = getParticipantTeamId(playerName);

 

     if (teamId == -1)

        return false;

 

but i have errors(on console, not in compile). Any idea?

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...