Zobacz poprzedni temat :: Zobacz następny temat |
Autor |
Wiadomość |
Vikus Użytkownik
Dołączył: 19 Kwi 2005
|
Wysłany: Sro Kwi 20, 2005 2:57 pm Temat postu: Autorestart + runda nozowa + muzyczka |
|
|
Jak sie nazywa plugin ktory po zmianie mapy wlancza muzyczke zdefinowana przez nas i przez np 1 min jest runda nozowa?? |
|
Powrót do góry |
|
|
Google Reklama
|
Wysłany: Sro Kwi 20, 2005 2:57 pm Temat postu: |
|
|
|
|
Powrót do góry |
|
|
ThX Użytkownik
Dołączył: 25 Maj 2004 Klan: WoH*
|
Wysłany: Pon Kwi 25, 2005 9:39 pm Temat postu: |
|
|
Mozna to zrobic tak jak ja mam w auto-restart podopisywac pare linijek
Moge wam udostepni moj auto-restart tylko powiedzcie ze cchecie
Zawiera on:
- auto-restart po 45 sec.
- przed wykonaniem restartu bieganie z nozami az do auto-restartu czyli 45 sec.
- gdy sie zrestartuje auto-restart odtwarza sie muzyczka - mozna sobie wstawic jakas chcecie _________________ .....:::::ThX:::::.....
O===[];;;;;;;;;;;;> |
|
Powrót do góry |
|
|
_KaszpiR_ Administrator
Dołączył: 23 Maj 2002 Klan: Nova Team (nieaktywny), ale i tak nie gram w cs...
|
Wysłany: Sro Kwi 27, 2005 9:50 am Temat postu: |
|
|
chodzi wam o mp3?
cos wygrzebiemy _________________
|
|
Powrót do góry |
|
|
_KaszpiR_ Administrator
Dołączył: 23 Maj 2002 Klan: Nova Team (nieaktywny), ale i tak nie gram w cs...
|
Wysłany: Sro Kwi 27, 2005 5:16 pm Temat postu: |
|
|
vikus, a propos ten rundy nozowej prze minute
bedzie w moim nowym server packu _________________
|
|
Powrót do góry |
|
|
ThX Użytkownik
Dołączył: 25 Maj 2004 Klan: WoH*
|
Wysłany: Czw Kwi 28, 2005 9:58 pm Temat postu: |
|
|
No to macie
Aha tylko uprzedzam, to jest plugin przerobiony troszke w moim stylu i go troche poprzerabialem ale kwestia jest taka ze to narazie wersja beta - chodzi dokladniej o to ze w pliku .sma zrobilem odliczanie czasu ktore odlicza zawsze 45 sec. do auto-restartu poniewaz niezaglebialem sie w obszerniejsza wiedze bo naarzie czasu nie mam
Tam jest instruckja jak instalowac
w amx.cfg musi byc wpisane
Kod: | auto_rr_time 45.0
auto_rr_knives 1 |
- to tak na zas ale raczej to tez jest w instruckji
Jak by ktos umial zrobic odliczanie czasu do restartu na dowolny czas jaki sobie tylko wpiszemy zeby chodzil licznik przy kazdym czasie to jestem chetny do zassania
Link do pobrania www.serwer.enterpol.pl/ftp/Auto-Restart_v1.1.0.zip _________________ .....:::::ThX:::::.....
O===[];;;;;;;;;;;;> |
|
Powrót do góry |
|
|
Miras Użytkownik
Dołączył: 16 Lip 2004
|
Wysłany: Pią Lip 29, 2005 7:16 pm Temat postu: |
|
|
Thx jak przerobic tego plugina od Ciebie, zeby w Auto-Restarcie były 3 restarty?
thank's in advance |
|
Powrót do góry |
|
|
_KaszpiR_ Administrator
Dołączył: 23 Maj 2002 Klan: Nova Team (nieaktywny), ale i tak nie gram w cs...
|
Wysłany: Sob Lip 30, 2005 3:14 am Temat postu: |
|
|
musisz dac 3 razy set_task (ew jakis mini licznik aby to zobic automatycznie) albo jesli masz lugin amx_rr po prostu wywolas server_cmd("amx_rr 3 3"); w zadamniu _________________
|
|
Powrót do góry |
|
|
Miras Użytkownik
Dołączył: 16 Lip 2004
|
Wysłany: Pon Sie 01, 2005 11:27 am Temat postu: |
|
|
Kod: | #include <amxmod>
new onoff[8]
new bool:AutoRR = true /* Plugin is enabled default - Set to false to disable */
new bool:AutoHud = true /* Plugin uses Hud-Messages - Set to false to use client_say */
new username[32]
new logfilename[256]
public switchweapon(id)
engclient_cmd(id,"weapon_knife")
public amx_auto_rr(id){
if (!(get_user_flags(id)&ADMIN_SLAY)){
client_print(id,print_console,"[AMX] nie masz dostepu do tej komendy!")
return PLUGIN_HANDLED
}
if (read_argc() < 2){
checkmode()
client_print(id,print_console,"[AMX] Uzycie: amx_auto_rr < 0 | 1 > | Aktualnie: * %s *", onoff)
return PLUGIN_HANDLED
}
read_argv(1,onoff,2)
if (equal(onoff,"1", 1)){
AutoRR = true
client_print(id,print_console,"[AMX] Auto-Restart wlaczony!")
if (AutoHud == true){
hudstyle()
}
else {
clientstyle()
}
log_to_file(logfilename,"amx_auto_rr: ^"%s^" wlaczyl Auto-Restart.",get_user_name(id,username,31))
}
else {
AutoRR = false
client_print(id,print_console,"Auto-Restart wylaczony")
if (AutoHud == true){
hudstyle()
}
else {
clientstyle()
}
log_to_file(logfilename,"amx_auto_rr: ^"%s^" wylaczyl Auto-Restart.",get_user_name(id,username,31))
}
return PLUGIN_HANDLED
}
public checkmode() {
if(AutoRR == true){
copy(onoff, 8, "enabled")
}
else {
copy(onoff, 8, "disabled")
}
return PLUGIN_CONTINUE
}
public auto_tasks()
{
set_hudmessage( 000, 100, 255, -1.0, 0.25, 0, 6.0, 12.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 45 sek.")
set_task(18.0,"auto_rr_1",0)
set_task(33.0,"auto_rr_2",0)
set_task(43.0,"auto_rr_3",0)
set_task(44.0,"auto_rr_4",0)
set_task(45.0,"auto_rr_5",0)
set_task(46.0,"auto_rr_6",0)
set_task(47.0,"auto_rr_7",0)
set_task(48.0,"auto_rr_8",0)
}
public auto_rr_1()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 12.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 30 sek")
}
public auto_rr_2()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 12.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 15 sek")
}
public auto_rr_3()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 5 sek")
}
public auto_rr_4()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 4 sek")
}
public auto_rr_5()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 3 sek")
}
public auto_rr_6()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 2 sek")
}
public auto_rr_7()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart za 1 sek")
}
public auto_rr_8()
{
set_hudmessage(000, 100, 255, -1.0, 0.25, 0, 6.0, 1.0, 0.1, 0.2, 4)
show_hudmessage(0,"Auto - Restart !!!")
client_cmd(0,"spk misc/trabka.wav")
}
public hudstyle() {
new message[128]
checkmode()
format(message,127,"Auto-Restart",onoff)
set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2)
show_hudmessage(0,message)
return PLUGIN_CONTINUE
}
public clientstyle() {
new message[128]
checkmode()
format(message,127,"Auto-Restart",onoff)
client_print(0,print_chat,message)
}
public restart_time(){
set_task (2.0,"restart_knives")
set_task (get_cvar_float("amx_auto_rr_time"),"restart_map",0)
}
public restart_knives() {
if (get_cvar_num("amx_auto_rr_knives")==0){
pause("b","switchweapon")
server_cmd("amx unpause antirusher.amx")
}
else{
unpause("b","switchweapon")
server_cmd("amx pause antirusher.amx")
}
}
public restart_map() {
if (AutoRR==true){
set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2)
show_hudmessage(0,"Milego fragowania i dobrej zabawy !")
set_cvar_float("sv_restart",2.0)
pause("b","switchweapon")
server_cmd("amx unpause antirusher.amx")
}
else {
client_print(0,print_chat,"[AMX] Autorestart wylaczony, nie mozna uruchomic autorestartu!")
}
}
public plugin_init() {
register_plugin("Auto-Restart","1.1.0","-ThX-")
register_event("TextMsg","restart_time","a","2&#Game_C")
register_event("TextMsg","auto_tasks","a","2&#Game_C")
register_cvar("amx_auto_rr_time","45.0")
register_cvar("amx_auto_rr_knives","0")
register_clcmd("amx_auto_rr","amx_auto_rr",ADMIN_SLAY,"amx_auto_rr : < 0 | 1> Turns ability to Auto-Restart (Game Commencing) on and off")
get_time("addons/amx/logs/admin%m%d.log",logfilename,255)
register_event("CurWeapon","switchweapon","be","1=1","2!29")
pause("b","switchweapon")
return PLUGIN_CONTINUE
}
|
W ktorym miejscu musze zmienic, zeby Auto-Restart miał 3 szybkie restarty zamiast jednego ?
Pozdrawiam |
|
Powrót do góry |
|
|
trawiator Mieszkaniec boarda
Dołączył: 09 Sie 2004
|
Wysłany: Pon Sie 01, 2005 12:38 pm Temat postu: |
|
|
Jest rano (jak dla mnie) jeszcze nie widze dobrze na oczy ale to chyba tutaj:
Kod: | set_cvar_float("sv_restart",2.0) |
_________________ Myśl rodzi herezję.
Herezja wymaga odkupienia. |
|
Powrót do góry |
|
|
Miras Użytkownik
Dołączył: 16 Lip 2004
|
Wysłany: Pon Sie 01, 2005 12:58 pm Temat postu: |
|
|
a co trzeba wstawic zamiast tego ? |
|
Powrót do góry |
|
|
trawiator Mieszkaniec boarda
Dołączył: 09 Sie 2004
|
Wysłany: Pon Sie 01, 2005 1:07 pm Temat postu: |
|
|
Plecam rozwiazanie z amx_rr bo jest zancznie prostsze. Sciagasz ten plugin:
http://djeyl.net/forum/index.php?showtopic=3544
_KaszpiR_ napisał: | musisz dac 3 razy set_task (ew jakis mini licznik aby to zobic automatycznie) albo jesli masz lugin amx_rr po prostu wywolas server_cmd("amx_rr 3 3"); w zadamniu |
_________________ Myśl rodzi herezję.
Herezja wymaga odkupienia. |
|
Powrót do góry |
|
|
Miras Użytkownik
Dołączył: 16 Lip 2004
|
Wysłany: Pon Sie 01, 2005 1:20 pm Temat postu: |
|
|
Czyli zamiast :
Cytat: | public restart_map() {
if (AutoRR==true){
set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2)
show_hudmessage(0,"Milego fragowania i dobrej zabawy !")
set_cvar_float("sv_restart",2.0) <---------------------
pause("b","switchweapon")
server_cmd("amx unpause antirusher.amx")
|
zrobic tak :
Cytat: | public restart_map() {
if (AutoRR==true){
set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2)
show_hudmessage(0,"Milego fragowania i dobrej zabawy !")
server_cmd("amx_rr 3 3") <---------------------
pause("b","switchweapon")
server_cmd("amx unpause antirusher.amx")
|
dobrze ? |
|
Powrót do góry |
|
|
trawiator Mieszkaniec boarda
Dołączył: 09 Sie 2004
|
Wysłany: Pon Sie 01, 2005 1:40 pm Temat postu: |
|
|
Raczej tak.
Zamiast 3 3 (3 restarty co 3 sekundy) daj moze lepiej 3 1 (3restarty co 1 sekunde) _________________ Myśl rodzi herezję.
Herezja wymaga odkupienia. |
|
Powrót do góry |
|
|
Vikus Użytkownik
Dołączył: 19 Kwi 2005
|
Wysłany: Pon Paź 10, 2005 5:20 pm Temat postu: |
|
|
* Auto restart Knives by VikuS
* Skrypt powstał na bazie skryptu Auto-Restart by -ThX-
* Działa tylko pod AMXX
*
* amx_auto_rr_knives -- 1-ON 0-OFF
*
* CVAR: auto_rr_time <time> default 45
auto_restart_knives
Moze komuś sie przydfa moja poprawiona wersja. |
|
Powrót do góry |
|
|
LucK_d0r0 Użytkownik
Dołączył: 13 Cze 2005
|
Wysłany: Sob Paź 15, 2005 8:23 pm Temat postu: |
|
|
mi nie dziala ten plugin znaczy sie dziala ale muzyczka mi tylko elci kumplom z lana nie a po 2 po autoresie nei mozna zmienic na bron bo dalej sa kosy :/
pliss odpisz ktos |
|
Powrót do góry |
|
|
|
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach
|
Powered by phpBB © 2001, 2005 phpBB Group
|