Jump to content

Question

3 answers to this question

Recommended Posts

  • 0
Posted

agorina m gia na sto bgazei auto simenei oti o kwdikas dn periexei if

dn ginetia na kaneis else if otan

dn uparxei to if o kwdikas panta paei

 

if this

else if this

  • 0
Posted

paida akomh dn mporesa a to lisw to prob m.kai o versusa me xei grameno opte to sunexizw to topic.

agorina m gia na sto bgazei auto simenei oti o kwdikas dn periexei if

dn ginetia na kaneis else if otan

dn uparxei to if o kwdikas panta paei

 

if this

else if this

 

public void standUp()

{

if (_waitTypeSitting && !isInStoreMode() && !isAlikeDead())

 

else if (DM._sitForced && _inEventDM)

                sendMessage("Only the Event Starter can allow you to stand up!");

{

if (_effects.isAffected(CharEffectList.EFFECT_FLAG_RELAXING))

stopEffects(L2EffectType.RELAXING);

 

broadcastPacket(new ChangeWaitType (this, ChangeWaitType.WT_STANDING));

// Schedule a stand up task to wait for the animation to finish

ThreadPoolManager.getInstance().scheduleGeneral(new StandUpTask(), 2500);

}

}

 

 

 

edw to exw to code

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...