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
 

mazda107 - zdjęcie

mazda107

Rejestracja: 09.03.2012
Aktualnie: Nieaktywny
Poza forum Ostatnio: 10.03.2012 12:01
-----

Moje tematy

[ROZWIĄZANE] Blad z ranga

09.03.2012 20:08

Mam wielce problema, ponieważ niechce mi plika zamienic z sma na amx i niewiem co jest HElp

/* 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,"Tuttifrutti")
else if ( stats[0] >= 60 && stats[0] <= 119)
format(ranga,29,"Marcepan")
else if ( stats[0] >= 120 && stats[0] <= 209)
format(ranga,29,"Gumis")
else if ( stats[0] >= 210 && stats[0] <= 324)
format(ranga,29,"Trep")
else if ( stats[0] >= 325 && stats[0] <= 499)
format(ranga,29,"Pozer")
else if ( stats[0] >= 500 && stats[0] <= 729)
format(ranga,29,"Kozak")
else if ( stats[0] >= 730 && stats[0] <= 999)
format(ranga,29,"Cwaniak")
else if ( stats[0] >= 1000 && stats[0] <= 1399)
format(ranga,29,"Gosc")
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,"Maniek")
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 Mixowego")
else if ( stats[0] >= 1000 )
format(ranga,29,"Skiller LBCH")

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>




A bląd niby taki
Your plugin failed to compile!

Read the errors below:



Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team

/tmp/textj5MC0p.sma(88) : error 010: invalid function or declaration

1 Error.
Could not locate output file /home/groups/amxmodx/public_html/websc3/textj5MC0p.amx (compile failed).