Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Ranga przerobienie


  • Zamknięty Temat jest zamknięty
7 odpowiedzi w tym temacie

#1 karolo_k

    Wszechpomocny

  • Użytkownik

Reputacja: 8
Nowy

  • Postów:328
  • GG:
  • Lokalizacja:Polska
Offline

Napisano 23.03.2011 10:05

Witam, coś czuje ze to nie ten dział ale jakoś nie moge trafić na "Przerabianie pluginów"
Chcę aby informacja o randze wyświetlała się pod radarem albo nad w górnym prawym rogu ale tak zeby nie pokryło sie z latarka

/* Plugin generated by AMXX-Studio

By Sn!ff3r, requested by Myszax

*/

#include <amxmodx>
#include <amxmisc>
#include <csx>

#define PLUGIN "Rangi"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"

#define TASK 666

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
}

public client_connect(id)
{
    if(is_user_bot(id))
        return
   
    new param[1]
    param[0] = id
   
    set_task(1.0,"rank",TASK+id,param,1,"b")
}

public client_disconnect(id)
    if(task_exists(TASK+id))
    remove_task(TASK+id)

public rank(param[])
{
    new id = param[0]
   
    static stats[8], body[8]
    get_user_stats(id, stats, body)
   
    new ranga[30]
   
    if ( stats[0] >= 0 && stats[0] <= 29)
        format(ranga,29,"Wiesniak")
    else if ( stats[0] >= 30 && stats[0] <= 59)
        format(ranga,29,"Lama")
    else if ( stats[0] >= 60 && stats[0] <= 119)
        format(ranga,29,"Sierota")
    else if ( stats[0] >= 120 && stats[0] <= 209)
        format(ranga,29,"Owieczka")
    else if ( stats[0] >= 210 && stats[0] <= 324)
        format(ranga,29,"Staruszka")
    else if ( stats[0] >= 325 && stats[0] <= 499)
        format(ranga,29,"Cherlak")
    else if ( stats[0] >= 500 && stats[0] <= 729)
        format(ranga,29,"Kozak")
    else if ( stats[0] >= 730 && stats[0] <= 999)
        format(ranga,29,"Macho")
    else if ( stats[0] >= 100 && stats[0] <= 1399)
        format(ranga,29,"Snajper")
    else if ( stats[0] >= 1400 && stats[0] <= 1849)
        format(ranga,29,"Rambo")
    else if ( stats[0] >= 1850 && stats[0] <= 2299)
        format(ranga,29,"Terminator")
    else if ( stats[0] >= 2300 && stats[0] <= 2899)
        format(ranga,29,"Wiesiek")
    else if ( stats[0] >= 2900 && stats[0] <= 3549)
        format(ranga,29,"Morfeusz")
    else if ( stats[0] >= 4200 && stats[0] <= 4999)
        format(ranga,29,"Wybraniec")
    else if ( stats[0] >= 5000 && stats[0] <= 5899)
        format(ranga,29,"Killer")
    else if ( stats[0] >= 5900 && stats[0] <= 6899)
        format(ranga,29,"Multi Killer")
    else if ( stats[0] >= 6900 && stats[0] <= 7999)
        format(ranga,29,"Owner")
    else if ( stats[0] >= 8000 && stats[0] <= 9299)
        format(ranga,29,"Cziter")
    else if ( stats[0] >= 9300 && stats[0] <= 1999)
        format(ranga,29,"Vip TeamKielce")
    else if ( stats[0] >= 1000 )
        format(ranga,29,"GM TeamKielce")
   
    set_hudmessage(255, 255, 255, 0.15, 0.55)
    show_hudmessage(id, "Ranga: %s^nZabojstw: %d",ranga,stats[0])
}<div class="info">Zbliża się koniec abonamentu za serwer Counter Strike 1.6.</div>

  • +
  • -
  • 0

#2 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 23.03.2011 15:53

amxstudio->generators->hudmessage generator
or
http://amxx.pl/topic...domosci-na-hud/
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#3 karolo_k

    Wszechpomocny

  • Autor tematu
  • Użytkownik

Reputacja: 8
Nowy

  • Postów:328
  • GG:
  • Lokalizacja:Polska
Offline

Napisano 23.03.2011 20:54

No okey.
Chciałem to sobie zamienić na x = 0.03 i Y = 0.15
Ale pojawił mi sie blad podczas kompilacji
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

ranga.sma(88) : error 010: invalid function or declaration

1 Error.
Could not locate output file ranga.amxx (compile failed).

  • +
  • -
  • 0

#4 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 23.03.2011 21:08

Plugin od początku się nie kompiluje.
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#5 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 23.03.2011 21:09

Automatyczna wiadomość


Ten temat został przeniesiony z forum:
AMX Mod X -> Szukam pluginu
do
Scripting -> Problemy


#6 ;((

    Super Hero

  • Użytkownik

Reputacja: 347
Wszechpomocny

  • Postów:1 157
  • Lokalizacja:Aha
Offline

Napisano 23.03.2011 21:16

tego <div class="info">Zbliża się koniec abonamentu za serwer Counter Strike 1.6.</div>
się nie kompiluje...

download z kompilatora: http://amxx.pl/kompi...57&fname=ah.sma

Użytkownik DAMIANq edytował ten post 23.03.2011 21:16

  • +
  • -
  • 0

#7 karolo_k

    Wszechpomocny

  • Autor tematu
  • Użytkownik

Reputacja: 8
Nowy

  • Postów:328
  • GG:
  • Lokalizacja:Polska
Offline

Napisano 27.03.2011 12:45

Jak wgrywam to twoje to wcale sie nie przesuwa. A jak proboje kompilowac tak po mojemu to
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

ranga.sma(88) : error 001: expected token: "}", but found "-end of file-"

1 Error.
Could not locate output file ranga.amxx (compile failed).

  • +
  • -
  • 0

#8 Fili:P

    Godlike

  • Power User

Reputacja: 754
Guru

  • Postów:1 679
  • Imię:Darek
  • Lokalizacja:Warszawa
Offline

Napisano 03.04.2011 11:31

Oto kod ,aby ranga była w prawym górnym rogu :
/* Plugin generated by AMXX-Studio

By Sn!ff3r, requested by Myszax

*/

#include <amxmodx>
#include <amxmisc>
#include <csx>

#define PLUGIN "Rangi"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"

#define TASK 666

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
}

public client_connect(id)
{
if(is_user_bot(id))
return

new param[1]
param[0] = id

set_task(1.0,"rank",TASK+id,param,1,"b")
}

public client_disconnect(id)
if(task_exists(TASK+id))
remove_task(TASK+id)

public rank(param[])
{
new id = param[0]

static stats[8], body[8]
get_user_stats(id, stats, body)

new ranga[30]

if ( stats[0] >= 0 && stats[0] <= 29)
format(ranga,29,"Wiesniak")
else if ( stats[0] >= 30 && stats[0] <= 59)
format(ranga,29,"Lama")
else if ( stats[0] >= 60 && stats[0] <= 119)
format(ranga,29,"Sierota")
else if ( stats[0] >= 120 && stats[0] <= 209)
format(ranga,29,"Owieczka")
else if ( stats[0] >= 210 && stats[0] <= 324)
format(ranga,29,"Staruszka")
else if ( stats[0] >= 325 && stats[0] <= 499)
format(ranga,29,"Cherlak")
else if ( stats[0] >= 500 && stats[0] <= 729)
format(ranga,29,"Kozak")
else if ( stats[0] >= 730 && stats[0] <= 999)
format(ranga,29,"Macho")
else if ( stats[0] >= 100 && stats[0] <= 1399)
format(ranga,29,"Snajper")
else if ( stats[0] >= 1400 && stats[0] <= 1849)
format(ranga,29,"Rambo")
else if ( stats[0] >= 1850 && stats[0] <= 2299)
format(ranga,29,"Terminator")
else if ( stats[0] >= 2300 && stats[0] <= 2899)
format(ranga,29,"Wiesiek")
else if ( stats[0] >= 2900 && stats[0] <= 3549)
format(ranga,29,"Morfeusz")
else if ( stats[0] >= 4200 && stats[0] <= 4999)
format(ranga,29,"Wybraniec")
else if ( stats[0] >= 5000 && stats[0] <= 5899)
format(ranga,29,"Killer")
else if ( stats[0] >= 5900 && stats[0] <= 6899)
format(ranga,29,"Multi Killer")
else if ( stats[0] >= 6900 && stats[0] <= 7999)
format(ranga,29,"Owner")
else if ( stats[0] >= 8000 && stats[0] <= 9299)
format(ranga,29,"Cziter")
else if ( stats[0] >= 9300 && stats[0] <= 1999)
format(ranga,29,"Vip TeamKielce")
else if ( stats[0] >= 1000 )
format(ranga,29,"GM TeamKielce")


set_hudmessage(255, 0, 0, 0.5, 0.0, 0, 6.0, 12.0)
show_hudmessage(id, "Ranga: %s^nZabojstw: %d",ranga,stats[0])
}

  • +
  • -
  • 1




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych