Counter-Strike Federation Welcome , Leecher | RSS | Saturday, 20 April 24
A Place Where Player Becomes Developer Home | Sign Up | Log In
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » DevCen » Autoplay Media Studio » Code Snippets/Tutorials » [Share] How To Create Hackshield like PB (Cara membuat Hackshield seperti PB)
[Share] How To Create Hackshield like PB
Grade: Sergeant Nouris_Hamada_103Date: Monday, 11 May 15, 11:00 PM | Message # 1
Sergeant
Clan: Member
Experience: 50
Status: Offline
Berikut cara membuat Hackshield PB

- Buat 1 Dialog berinama "HSUpdate"
atur ukuran Dialognya biasanya Hackshield PB berukuran
Width = 200
Heigth = 149

- Buat 1 Progres Di dialog "HSUpdate"
berinama "Progress"
atur ukuran Progresnya
Width = 198
Heigth = 17

Masukan Script ini ke dalam On-startup

  
Code
Display = System.GetDisplayInfo();    
    DialogEx.Show("HSUpdate", false, Display.Width - 200, Display.Height - (149 + 40));


Kemudiam Masukan Script berikut ke dalam Dialog "HSUpdate" > Properties > On Show   
  
Code
Pos = 0;    
    Max = 100;    
    for Loading = Pos, Max do    
    Progress.SetCurrentPos("Progress", Pos);    
    Application.Sleep(85);    
    Pos = Pos + 1;    
    end    
    Application.Sleep(2000);    
    DialogEx.Close();


Script by Azra (CJDW TEAM)


Regards,

By Nouriez Hamada BC



Message edited by Nouris_Hamada_103 - Tuesday, 12 May 15, 2:10 AM
 
Forum » DevCen » Autoplay Media Studio » Code Snippets/Tutorials » [Share] How To Create Hackshield like PB (Cara membuat Hackshield seperti PB)
  • Page 1 of 1
  • 1
Search:

Mirum
sample map