Zarejestruj się Użytkownicy Kalendarz Zaznacz Wszystkie Fora jako Przeczytane CS FAQ Regulamin forum =w= Tani STEAM

Wróć   Forum Counter Strike > Serwer HLDS - wszytko o własnym serwerze do Counter Strike 1.6 Steam i Non Steam > Pluginy, dodatki, AMX, AMXX > Szukam pluginu AMX/AMXX

Szukam pluginu AMX/AMXX Jeżeli potrzebujesz jakiegoś dodatku do serwera, wiesz co chcesz, ale nie wiesz jak się taki plugin nazywa. Napisz prośbę tutaj

Connect

- Tagi:

Odpowiedz
 
LinkBack Narzędzia wątku

Connect

  stare
Pronto is Offline
Starsza lamka
 
Postów: 93

Poziom upalenia:
-------- Doświadczenie: abstynent
Zarejestrowany: Nov 2007
   

Szukam pluginu. Jak ktos sie laczy to slychac dzwiek jakis wybrany przeze mnie. Tylko najlepiej tak jak ten plugin co pisze "Czesc moje ip to xx.xx.xx.xx,gdybym czitowal..." Pojawial sie razem z ta muzyka. Powiem jak to wyglada.
Lacze sie na serwa, wchodze np do ct, jestem *DEAD*. Mija kolejka, respie sie, ludzie widza to powitania "Czesc moje ip to..." i dodatkowo leci dzwiek. Moglby ktos przerobic ten plugin albo cos?? O ten plugin:
Kod:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>

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

new swiezak[33];

public plugin_init()
{
    register_plugin(PLUGIN, VERSION, AUTHOR);
    register_event("ResetHUD", "Event_newPlayerSpawn", "be")
    register_clcmd("fullupdate", "clcmd_fullupdate");
}

public Event_newPlayerSpawn(id)
{
    if(!swiezak[id]) return;
    swiezak[id]=0;
   
    new ip[32]
    get_user_ip(id,ip,31,1)
   
    client_cmd(id,"say Czesc, moje IP to %s, gdybym czitowal to zapiszcie je i podajcie na forum CS-Puchatek.pl :)", ip)
} 

public client_connect(id)
{
    swiezak[id]=1;
}

public clcmd_fullupdate()
{
    return PLUGIN_HANDLED_MAIN;
}

  
  stare
seba is Offline
Super Moderator
 
Avatar seba
 
Postów: 10,588

Poziom upalenia:
XXXXX--- Doświadczenie: pali wiadra
Zarejestrowany: Jun 2007
Wiek: 1
  Wyślij wiadomośc poprzez AIM do seba  

Kod:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>

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

new swiezak[33];

public plugin_init()
{
	register_plugin(PLUGIN, VERSION, AUTHOR);
	register_event("ResetHUD", "Event_newPlayerSpawn", "be")
	register_clcmd("fullupdate", "clcmd_fullupdate");
}

public Event_newPlayerSpawn(id)
{
	if(!swiezak[id]) return;
	swiezak[id]=0;
	
	new ip[32]
	get_user_ip(id,ip,31,1)
	
	client_cmd(id,"say Czesc, moje IP to %s, gdybym czitowal to zapiszcie je i podajcie na forum CS-Puchatek.pl :)", ip)
	console_cmd(0,"spk misc/hi")
}

public client_connect(id)
	swiezak[id]=1;


public plugin_precache()
	precache_sound("misc/hi.wav")

public clcmd_fullupdate()
	return PLUGIN_HANDLED_MAIN;
?


Wiesz że kocham jarać ? Kliknij na i pozwól mi zapalić. Mój nick steam: pawelmroz
Go 84.38.95.197:27020 and play prO!


Nie pomagam na PW! Za każde pytanie dostaniesz warna.
  
  stare
Pronto is Offline
Starsza lamka
 
Postów: 93

Poziom upalenia:
-------- Doświadczenie: abstynent
Zarejestrowany: Nov 2007
   

dzieki daje "Pomogl"
  
  stare
Draggero is Offline
Spamer
 
Postów: 186

Poziom upalenia:
-------- Doświadczenie: abstynent
Zarejestrowany: Nov 2007
Wiek: 15
  Wyślij wiadomośc poprzez AIM do Draggero  

Muzyczka się ściąga ale ... nie gra ;/
  
  stare
seba is Offline
Super Moderator
 
Avatar seba
 
Postów: 10,588

Poziom upalenia:
XXXXX--- Doświadczenie: pali wiadra
Zarejestrowany: Jun 2007
Wiek: 1
  Wyślij wiadomośc poprzez AIM do seba  

Trochę lame, ale nie umiem tego zintegrować w jednej linii :?

Kod:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>

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

new swiezak[33];

public plugin_init()
{
    register_plugin(PLUGIN, VERSION, AUTHOR);
    register_event("ResetHUD", "Event_newPlayerSpawn", "be")
    register_clcmd("fullupdate", "clcmd_fullupdate");
}

public Event_newPlayerSpawn(id)
{
    if(!swiezak[id]) return;
    swiezak[id]=0;
   
    new ip[32]
    get_user_ip(id,ip,31,1)
   
    client_cmd(id,"say Czesc, moje IP to %s, gdybym czitowal to zapiszcie je i podajcie na forum CS-Puchatek.pl :)", ip)
    server_cmd("wait")
    client_cmd(0,"spk misc/hi")
}

public client_connect(id)
    swiezak[id]=1;


public plugin_precache()
    precache_sound("misc/hi.wav")

public clcmd_fullupdate()
    return PLUGIN_HANDLED_MAIN;



Wiesz że kocham jarać ? Kliknij na i pozwól mi zapalić. Mój nick steam: pawelmroz
Go 84.38.95.197:27020 and play prO!


Nie pomagam na PW! Za każde pytanie dostaniesz warna.
  
  stare
.obmacywajka is Offline
Lamka
 
Postów: 11

Poziom upalenia:
-------- Doświadczenie: abstynent
Zarejestrowany: Mar 2008
   

czy ten plugin działa ? bo mi nie działa sory ze pisze w tak dawnym temacie ale chcem sprawdzic czy działa ten plug ;d
  
  stare
seba is Offline
Super Moderator
 
Avatar seba
 
Postów: 10,588

Poziom upalenia:
XXXXX--- Doświadczenie: pali wiadra
Zarejestrowany: Jun 2007
Wiek: 1
  Wyślij wiadomośc poprzez AIM do seba  

Działa. A sprawdzić nie możesz?


Wiesz że kocham jarać ? Kliknij na i pozwól mi zapalić. Mój nick steam: pawelmroz
Go 84.38.95.197:27020 and play prO!


Nie pomagam na PW! Za każde pytanie dostaniesz warna.
  
Odpowiedz

Narzędzia wątku

Podobne wątki
Temat Forum
Connect...
Problemy z Counter Strike 1.6 Non Steam
Steam no cannot connect to server
Problemy z Counter Strike 1.6 Steam
could not connect to server
Problemy z Counter Strike 1.6 Non Steam
Invaild CD-Key przy kazdym connect
Problemy z Counter Strike 1.6 Non Steam
Could not connect to server
Problemy z Counter Strike 1.6 Steam
Could not connect to server
Problemy z Counter Strike 1.6 Non Steam
Unable To Connect To Steam
Problemy z Counter Strike 1.6 Non Steam
Unable to connect to Steam
Podstawy, instalacja Counter Strike 1.6 Steam
unable to connect to the steam
Podstawy, instalacja Counter Strike 1.6 Steam
could not connect to server
Problemy z Counter Strike 1.6 Non Steam

Zasady Postowania
Nie możesz zakładać nowych tematów
Nie możesz pisać wiadomości
Nie możesz dodawać załączników
Nie możesz edytować swoich postów

BB Code jest Włączony
EmotikonyWłączony
[IMG] kod jest Włączony
HTML kod jest Wyłączony
Trackbacks are Włączony
Pingbacks are Włączony
Refbacks are Wyłączony


X Przeglądasz forum jako gość, zarejestruj się aby uzyskać pełen dostęp do wiaderkowego stuff'u ganja

zalogowani nie widzą reklam

Najpopularniejsze zapytania na forum
Chmura zapytań powered by mosh
zmienne ip jak zrobić na blue connect zakaz reconnect w celu +1.6 you not connect to server you have from disconnected from the server reason:timed out you have disconnected from the server you have disconnected cs you have disconnect from server game cs you have disconnect you have been disconnected from this server cs you have been disconnected from the serwer. reason : error verifying steam userid ticket (server was unable to contact the authentication serwer, 27) you have been disconnected from the serwer reason kicked you have been disconnected from the serwer cs 1.6 you have been disconnected from the serwer you have been disconnected from the server.reason:error verifying steam userid ticket (server was unable to contact the authentication server) you have been disconnected from the server.reason: error verifying steam userid ticket(server was unable to contact the authentication server). you have been disconnected from the server.reason : error verifying steam userid ticket(server was unable to contact the authentication server) you have been disconnected from the server.reason : bad file server is enforcing file consistency for sprites/scope_arc_sw.tga you have been disconnected from the server. reason:timed out you have been disconnected from the server. reason:error verifying steam userid ticket(server was unbale to contact the authentication server) you have been disconnected from the server. reason:error verifying steam user id ticket (server was unable to contact the authentication server ) you have been disconnected from the server. reason: error veryfing steam userid ticket (server was unable to contact the authentication serwer) you have been disconnected from the server. reason: error verifying steam userid ticket(server was unable to contact the authentication server). you have been disconnected from the server. reason: error verifying steam userid ticket (server was unabled to contact the aunthentication server) you have been disconnected from the server. reason: error verifying steam userid ticket you have been disconnected from the server. reason: error verifying steam userid ticket (server was unable to contact the authentication server). you have been disconnected from the server. reason: error verifying steam userid you have been disconnected from the server. reason: client timed out while answering challenge you have been disconnected from the server. reason: client timed out while answering challange you have been disconnected from the server. reason: client dropped by server polski you have been disconnected from the server. reason: bad file. server is enforcing file consistency for urban models. screensaver desktop fondo build personal converter Serwery CS 1.6 non-steam non steam counter strike 1.6

Powered by vBulletin ® =w= Edition
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Spolszczenie: vBHELP.pl - Polski Support vBulletin

Inne strony korporacji ;) wiaderko: Portal Counter Strike | Katalog Counter Strike | Forum Wielotematyczne | Free download | Free software download

Copyright © 2007-2008 Counter Strike wiaderko.com