PHP- Kodu:
/*-------------------------- SCH - Yükleme Barı --------------------------*/
public ayarlar() {
set_task (0.1,"ayarlar1")
set_task (0.6,"ayarlar2")
set_task (1.1,"ayarlar3")
set_task (1.6,"ayarlar4")
set_task (2.1,"ayarlar5")
set_task (2.6,"ayarlar6")
set_task (3.1,"ayarlar7")
set_task (3.6,"ayarlar8")
set_task (4.1,"ayarlar9")
set_task (4.6,"ayarlar10")
set_task (5.1,"ayarlar11")
}
public ayarlarb() {
set_task (0.1,"ayarlar1")
set_task (1.0,"ayarlar1")
set_task (2.0,"ayarlar2")
set_task (3.0,"ayarlar3")
set_task (4.0,"ayarlar4")
set_task (5.0,"ayarlar5")
set_task (6.0,"ayarlar6")
set_task (7.0,"ayarlar7")
set_task (8.0,"ayarlar8")
set_task (9.0,"ayarlar9")
set_task (10.0,"ayarlar10")
set_task (11.0,"ayarlar10")
set_task (12.0,"ayarlar10")
set_task (15.0,"ayarlar12")
set_task (18.5,"ayarlar12")
}
public ayarlar1() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [{+}------------------]")
return PLUGIN_HANDLED
}
public ayarlar2() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [--{+}----------------]")
return PLUGIN_HANDLED
}
public ayarlar3() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [----{+}--------------]")
return PLUGIN_HANDLED
}
public ayarlar4() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [------{+}------------]")
return PLUGIN_HANDLED
}
public ayarlar5() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [--------{+}----------]")
return PLUGIN_HANDLED
}
public ayarlar6() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [----------{+}--------]")
return PLUGIN_HANDLED
}
public ayarlar7() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [------------{+}------]")
return PLUGIN_HANDLED
}
public ayarlar8() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [--------------{+}----]")
return PLUGIN_HANDLED
}
public ayarlar9() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [----------------{+}--]")
return PLUGIN_HANDLED
}
public ayarlar10() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "Ayarlar Aktiflestiriliyor!^n [------------------{+}]")
return PLUGIN_HANDLED
}
public ayarlar11() {
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 3.0)
show_hudmessage(0, "[---------{Ayarlar Aktiflestirildi}--------]")
return PLUGIN_HANDLED
}
public ayarlar12(id) {
new name[32]
get_user_name(id, name, 31)
set_hudmessage(0, 212, 255, 0.01, 0.60, 1, 6.0, 4.0)
show_hudmessage(0, "[-----{MAC BASLADI}-----]^n%s Basarilar Diler!", name)
return PLUGIN_HANDLED
}