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.
|
Plugin ipSzukam Pluginu
#1
Napisano 13.10.2010 19:16
Mam problem z jednym gosciem, wchodzi na serwer tzn na specta i nagle nikt nie moze nic zrobic tzn, nie wyświetla sie gracza hp, celownik i nawet zadnej komedy nie moga wpisac w konsoli.
Nawet w logach nie moge go znaleźć moze ktos wie co mozna z takim zrobic?
Dlatego napisałem prosbe o taki plugin co wyświetla w say badz konsoli gracza i admina ip jak ktos wchodzi bo normalnie jak ta osoba wejdzie nawet komenda amx_ip nie dziala,
Co robic?
Bardzo proszę o pomoc to wazne
#2
Napisano 13.10.2010 19:22
#3
Napisano 13.10.2010 19:26
//Sebi - PLugin//
#include <amxmodex>
#include <amxmisc>
new on;
new cost_cvar;
public plugin_init() {
register_plugin("nazwa", "1.0", "BestPLuginsEver")
on = register_cvar("nazwa_wlaczony", "1")
cost_cvar = register_cvar("nazwa_koszt", "4000")
register_clcmd("say www." && "say .pl" && "say .eu" && ".com", "zabierz")
}
public zabierz()
{
if(on == 1)
{
new money, name[32];
money = cs_get_user_money
get_user_name(id, name, 31)
if(get_pcvar_num(cost_cvar))
{
set_hudmessage(255,0, 255, -1.0, 0.28, 1, 6.0, 3.0)
show_hudmessage(id, "%s: ukarany za reklame!", name)
}
get_user_money(id, money -- cost_cvar)
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1045\\ f0\\ fs16 \n\\ par }
*/
@
Przy wbijaniu na server pokazuje w hudzie nick i ip gracza
Użytkownik rafael6677 edytował ten post 13.10.2010 20:21
#4
Napisano 13.10.2010 20:00
meta list
[ 2] dproto, v0.8.68, 2010-08-04, by Crock, see
[ 3] MySQL, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 4] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 5] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 6] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 7] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 8] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros!
[ 9] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Te
czyli ocb ?
Użytkownik Loniu edytował ten post 13.10.2010 20:04
#5
Napisano 13.10.2010 20:06
jeśli tak i nie pokazuje tego gracza to oznacza, że jest on botem; dproto z każdą nową wersją przeciwdziałał exploitom z fałszywymi graczami, sprawdź 0.8.72
#6
Napisano 13.10.2010 20:16
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Plugin"
#define AUTHOR "Author"
#define VERSION "1.0"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public client_authorized(id)
{
new name[32],userip[16];
get_user_name(id, name, 31)
get_user_ip(id,userip,16,1)
client_print(0,print_chat,"Wchodzi %s o IP:%s",name,userip)
}
Sprobuj tego
#7
Napisano 13.10.2010 20:53
co mi sie nie podoba to po wgraniu dproto ono pokazuje w status nawet oszukane steam tzn VALVE_nr
obecnie mam wgrane takie pluginy
; Admin Base - Always one has to be activated ; ; ; ;
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
amxbans.amxx
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
;nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
;PODSTAWA
admin_spec_esp.amxx
amx_ip.amxx
weaponicon.amxx
xredirect.amxx
ultimate_ss.amxx
ban_neo.amxx
bulletdamage.amxx
galileo.amxx
amx_banconfig.amxx
ad_manager.amxx
parachute.amxx
raty.amxx
ptb.amxx
VIPpart2.amxx
xredirect.amxx
unlimited_money.amxx
Map_Spawns_Editor.amxx
dontsayips.amxx
ok mam wiecej info na temat tego, wyskakuje mi to w konsoli i wyrzuca graczy po jakims czasie
Reliable channel overflowe
teraz to nie szukam pluginu tylko problem, proszę o przeniesienie tematu do odpowiedniego dzialu
Użytkownik Loniu edytował ten post 17.10.2010 12:53
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych


Dodatki SourceMod



Temat jest zamknięty








