Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Takim Skor Plugin
#1
Code:
#include <amxmodx>#include <amxmisc>
#include <dhudmessage>


#define PLUGIN    "Team Score"
#define VERSION    "1.0"
#define AUTHOR    "s"


new ct_score, terrorist_score;


public plugin_init()
{
    register_plugin(PLUGIN, VERSION, AUTHOR);
    register_event("TeamScore", "team_score", "a");
    set_task(1.0,"score_round",_,_,_,"b")
}


public team_score()
{
    new team[32];
    read_data(1,team,31);
    if (equal(team,"CT"))
    {
        ct_score = read_data(2);
    }
    else if (equal(team,"TERRORIST"))
    {
        terrorist_score = read_data(2);
    }
}
    
public score_round()
{
        set_hudmessage(0, 70, 200, -1.0, 0.02, 0, 0.5, 2.0, 0.08, 2.0, 145);
        show_hudmessage(0,"  T %d                      ", terrorist_score);
        
        set_hudmessage(200, 0, 0, -1.0, 0.02, 0, 0.5, 2.0, 0.08, 2.0, 146);
        show_hudmessage(0,"                               CT      %d", ct_score);
}

Takim adi yazi yerine resim koymak istiyorum mesela 'sprite' nasil yapabilirim yardımcı olursanız sevinirim.
Reply
#2
Asddaa
Reply
#3
asd
Reply
#4
sadsda
Reply
#5
Bilmiyorum ama bunun için başka pluginler de var?
Reply
#6
sadsad
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Vıp Plugın nihat331333 17 9,456 27-05-20, 08:57
Last Post: duzceli
  Jail Plugin (İSTEK) mehmet154 6 6,822 09-12-17, 04:31
Last Post: exelds78
  Basit plugin isteği MaMiBey 4 3,215 09-12-17, 04:11
Last Post: exelds78
  Nicke Özel Plugin 2 afaik61 3 5,716 09-12-17, 04:10
Last Post: exelds78
  T shop plugın [içeri] oguzhan22 3 4,140 07-06-17, 14:50
Last Post: farakk
  Base builder plugin sorunu acil Copyz 2 8,955 09-01-17, 21:09
Last Post: crunch98
  ColorChat Hatası 3 Tane Plugin MAJESTIC GAMING 13 4,604 17-07-16, 17:37
Last Post: BYHAZARD7
  Plugin Hata Düzeltme mehmet154 5 6,415 08-06-16, 01:09
Last Post: debra4141
  Sağlam Shop Plugin (İSTEK) mehmet154 9 6,802 01-06-16, 12:59
Last Post: jackfrost
  plugin düzenlermisiniz sma içerde lütfen 41aaa41 3 4,849 04-05-16, 12:38
Last Post: TuqcaN

Foruma Atla:


Users browsing this thread: 2 Guest(s)