عرض مشاركة واحدة
قديم 2019-11-04, 11:46 PM
المشاركة 4
Rider
.:: عضو خبير ::.
  • غير متواجد
افتراضي رد: عاوز اعمل رنك لموسابقه الصناديق يقول فيها جمع كام سبس
Entity.cs
سيرش

كود:
public int CurrentTreasureBoxes 0

تحتها حط

كود:
 public int CurrentCpsFromBoxes 0;
        public 
int CurrentGoldFromBoxes 0

سيرش

كود:
if (orders[1].Player.CurrentTreasureBoxes == 0) continue; 

بدل كلمه الي تحتها ب دي

كود:
 msg = new Message("No " i.ToString() + "- " orders[1].Player.Name " Opened " orders[1].Player.CurrentTreasureBoxes.ToString() + " Boxes! And " orders[1].Player.CurrentCpsFromBoxes.ToString() + "Cps and " orders[1].Player.CurrentGoldFromBoxes.ToString() + " Gold"System.Drawing.Color.RedMessage.ContinueRightCorner);