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
 

Kubus TB - zdjęcie

Kubus TB

Rejestracja: 27.11.2011
Aktualnie: Nieaktywny
Poza forum Ostatnio: 23.04.2013 22:43
-----

#459431 [ROZWIĄZANE] Problem! Znów. długość rundy!

Napisane przez PimP517 w 19.09.2012 01:11

Maksymalny czas rundy to 9 minut. tu masz plugin http://forums.allied...ead.php?t=53812


#458661 [ROZWIĄZANE] Przerobienie pluginu..

Napisane przez glut w 16.09.2012 12:34

proszę :)

/* 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] <= 149)
format(ranga,29,"Maciek z klanu")
else if ( stats[0] >= 150 && stats[0] <= 299)
format(ranga,29,"Poczaktujacy")
else if ( stats[0] >= 300 && stats[0] <= 599)
format(ranga,29,"Johny Brawo")
else if ( stats[0] >= 600 && stats[0] <= 1044)
format(ranga,29,"Borat")
else if ( stats[0] >= 1045 && stats[0] <= 1619)
format(ranga,29,"Smerfetka")
else if ( stats[0] >= 1620 && stats[0] <= 2499)
format(ranga,29,"Power Rangers")
else if ( stats[0] >= 2500 && stats[0] <= 3649)
format(ranga,29,"Dzedaj")
else if ( stats[0] >= 3650 && stats[0] <= 4999)
format(ranga,29,"Leon Zawodowiec")
else if ( stats[0] >= 5000 && stats[0] <= 6999)
format(ranga,29,"Pinajny Mistrz")
else if ( stats[0] >= 7000 && stats[0] <= 9249)
format(ranga,29,"MatriX")
else if ( stats[0] >= 9250 && stats[0] <= 11499)
format(ranga,29,"Blade")
else if ( stats[0] >= 11500 && stats[0] <= 14499)
format(ranga,29,"Blood Master")
else if ( stats[0] >= 14500 && stats[0] <= 17749)
format(ranga,29,"Platny Zabojca")
else if ( stats[0] >= 17750 && stats[0] <= 24999)
format(ranga,29,"Marins")
else if ( stats[0] >= 25000 && stats[0] <= 29499)
format(ranga,29,"Lowca Fragow")
else if ( stats[0] >= 29500 && stats[0] <= 33999)
format(ranga,29,"Johny Rambo")
else if ( stats[0] >= 34000 && stats[0] <= 39999)
format(ranga,29,"Barbarzynca")
else if ( stats[0] >= 40000 && stats[0] <= 50000)
format(ranga,29,"Chuck Norris")
else if ( stats[0] >= 50001 && stats[0] <= 199999)
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])
}


od razu poprawiłem z
else if ( stats[0] >= 50001 && stats[0] <= 1999)

  • +
  • -
  • 1


#458659 [ROZWIĄZANE] Przerobienie pluginu..

Napisane przez Nightmare * w 16.09.2012 12:28

Usuń ostatnią linie

Załączone pliki




#456728 [ROZWIĄZANE] Problem z silnikiem GG, brak pliku?

Napisane przez Nightmare * w 09.09.2012 09:18

Brakuje ci prawdopodobnie wyrażenia (TŁUMACZENIE)
Pewnie posadasz tylko wersje PL w tym tkwi bład