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

szukam


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

#1 mindless

    Zaawansowany

  • Zbanowany

Reputacja: 6
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Zwoleń ;) .
Offline

Napisano 07.07.2009 09:24

ema... widzialem kiedys taki plugin ktory po rozpoczeciu mapy... i kiedy za czyna sie 1 runda pisze na srodku ekranu "start za 10 sek" potem 3 resy i gra :D niechodzi mi o deathrun... czy ktos ma taki plugin lub napisze takie cudo :D?

#2 Portek

    Kończymy zabawę, permanentna emerytura!

  • Przyjaciel

Reputacja: 976
Master

  • Postów:3 007
  • GG:
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Częstochowa
Offline

Napisano 07.07.2009 09:41

#include <amxmodx>
public plugin_init()
{
    register_plugin("Restart","1.0","Portek")
    set_task(10.0,"restart")
}
public restart()
{
    server_cmd("sv_restart 3")
    set_hudmessage(33, 143, 64, 0.29, 0.16, 0, 6.0, 12.0)
    show_hudmessage(id, "Restart za 10 sekund")
}

Prościej chyba się nie da ^^
  • +
  • -
  • 0

serwer-1.png
IP: ts3.cserwerek.pl


#3 Change

    Super Hero

  • Użytkownik

Reputacja: 129
Zaawansowany

  • Postów:1 161
  • Lokalizacja:Konin
Offline

Napisano 07.07.2009 10:08

Ee w tym Waszym amxowskim kompilatorze :

/home/groups/amxmodx/compiler3/core(0) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(5) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(6) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(7) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(8) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(9) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(10) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(11) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(12) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(13) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(14) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(15) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(17) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(18) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(19) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(20) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(21) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(22) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(23) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(24) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(25) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(26) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(27) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(28) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(29) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(30) : error 075: input line too long (after substitutions)

Compilation aborted.
26 Errors.


  • +
  • -
  • 0

#4 Portek

    Kończymy zabawę, permanentna emerytura!

  • Przyjaciel

Reputacja: 976
Master

  • Postów:3 007
  • GG:
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Częstochowa
Offline

Napisano 07.07.2009 10:28

Mój błąd :)

#include <amxmodx>
public plugin_init()
{
    register_plugin("Restart","1.0","Portek")
    set_task(10.0,"restart")
}
public restart()
{
    server_cmd("sv_restart 3")
    set_hudmessage(33, 143, 64, 0.29, 0.16, 0, 6.0, 12.0)
    show_hudmessage(0, "Restart za 10 sekund")
}

  • +
  • -
  • 0

serwer-1.png
IP: ts3.cserwerek.pl


#5 mindless

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 6
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Zwoleń ;) .
Offline

Napisano 07.07.2009 10:40

dzięki... portek leci pomogl :)




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

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