AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Trash (https://forums.alliedmods.net/forumdisplay.php?f=22)
-   -   Error scripting plugin .. (https://forums.alliedmods.net/showthread.php?t=184805)

riscanuc 05-09-2012 08:48

Error scripting plugin ..
 
I have a big problem .. It gives players outside with this error :
Code:

[DPROTO]: Client 2 - Set AuthIdType 10 [dproto]; pClient = 0x261dce8
[DPROTO]: Client 10 - Set AuthIdType 12 [dp_SteamEmu]; pClient = 0x2645468
Dropped {---HIP---HOP---} thE prO from server
Reason:  Client sent 'drop'

List plugins :
Code:

DeathrunManager.amxx    ;
DRM_trigger_hurt_fix.amxx ;
stuck.amxx              ; Deblocheaza playerii
team_join.amxx          ;
knife_mod.amxx          ;
advanced_gag.amxx      ;
bunnyhop.amxx          ;
amx_lastip.amxx        ;
amx_showip.amxx        ;
plugin_trail.amxx      ;
use_button_once.amxx    ;
simple_restart.amxx    ;  /restart
amx_t_ct_spec.amxx      ;
speedometer.amxx        ;
dr_duel.amxx            ; /duel
Radio.amxx              ; - radio on server
ultimele_harti.amxx - last maps
steam_slot.amxx - steam = slot
rlz_who.amxx - who is online
rlz_spectator.amxx - specinfo plugin
rlz_chat.amxx - rang admin chat
owner_full.amxx - power admins
mapchooser4.amxx
extra-lives.amxx
entity_remover.amxx
dr_fixround.amxx
amx_exterminate.amxx
blocks.amxx -
transfer_life.amxx -
resetscore.amxx
deathrun_t.amxx - Power terrorist
svc_bad_preventer.amxx
m_tfix.amxx
gameszone_antiflood.amxx  - Anti-flood
;deathrun_duels.amxx

Not find the answer! What plugin is to blame?

hornet 05-09-2012 08:50

Re: Error scripting plugin ..
 
Lol nice try. This community doesn't support Nonsteam users.

riscanuc 05-09-2012 08:52

Re: Error scripting plugin ..
 
not understand what you mean .

wickedd 05-09-2012 09:26

Re: Error scripting plugin ..
 
We do not support Non-Steam servers.

Backstabnoob 05-09-2012 09:33

Re: Error scripting plugin ..
 
If you are refering to the usage of dproto, dproto is not used only by non-steam servers (but the majority of servers using this are non-steam of course).

riscanuc 05-09-2012 09:44

Re: Error scripting plugin ..
 
before not appears this error , but now appears

wickedd 05-09-2012 10:01

Re: Error scripting plugin ..
 
@Backstabnoob
I have been running servers for years and I have never found a reason or a need to use dproto.

@riscanuc
Wrong forum.

riscanuc 05-09-2012 10:11

Re: Error scripting plugin ..
 
.. Can you give me a good dproto at this our ? ... I think it's also because the dproto.cfg ! I have steamslot.amxx , which gives the slot who has steam after 30 minutes played per server .
This is dproto.cfg..
Code:

# Patch: dproto 0.9.87 - nonsteam
# Game: Counter-Strike 1.6
# Package build: 12.February.2010 by Salmus
# --------------------------------------------------------

LoggingMode = 3


cid_HLTV = 7
cid_NoSteam47 = 10
cid_NoSteam48 = 8
cid_Steam = 1
cid_SteamPending = 12
cid_RevEmu = 12
cid_SC2009 = 12
cid_OldRevEmu = 12
cid_SteamEmu = 12
cid_AVSMP = 12
cid_Setti = 3
SC2009_RevCompatMode = 1
SteamEmuCompatMode = 1
OldEstCompatMode = 0
IPGen_Prefix1 = 0
IPGen_Prefix2 = 4
Native_Prefix1 = 0;
SC2009_Prefix1 = 0;
RevEmu_Prefix1 = 0;
OldRevEmu_Prefix1 = 0;
SteamEmu_Prefix1 = 0;
AVSMP_Prefix1 = 0;
Setti_Prefix1 = 0;
FakePlayers_ConnectInitiationCheck = 6
FakePlayers_ClientValidationCheck = 8
FakePlayers_AntiReconnect = 1
FakePlayers_BanTime = -1
DisableNativeAuth = 0
ServerInfoAnswerType = 2
MasterClient = 0
Master_GameVersion = 1.1.2.6/Stdio
Game_Name =
HLStatsPlayerIdFix = 0
ExportVersion = 0
HLTVExcept_IP = 127.0.0.1


wickedd 05-09-2012 10:16

Re: Error scripting plugin ..
 
Quote:

Originally Posted by riscanuc (Post 1705578)
.. Can you give me a good dproto at this our ? ... I think it's also because the dproto.cfg ! I have steamslot.amxx , which gives the slot who has steam after 30 minutes played per server .
This is dproto.cfg..
Code:

# Patch: dproto 0.9.87 - nonsteam
# Game: Counter-Strike 1.6
# Package build: 12.February.2010 by Salmus
# --------------------------------------------------------

LoggingMode = 3


cid_HLTV = 7
cid_NoSteam47 = 10
cid_NoSteam48 = 8
cid_Steam = 1
cid_SteamPending = 12
cid_RevEmu = 12
cid_SC2009 = 12
cid_OldRevEmu = 12
cid_SteamEmu = 12
cid_AVSMP = 12
cid_Setti = 3
SC2009_RevCompatMode = 1
SteamEmuCompatMode = 1
OldEstCompatMode = 0
IPGen_Prefix1 = 0
IPGen_Prefix2 = 4
Native_Prefix1 = 0;
SC2009_Prefix1 = 0;
RevEmu_Prefix1 = 0;
OldRevEmu_Prefix1 = 0;
SteamEmu_Prefix1 = 0;
AVSMP_Prefix1 = 0;
Setti_Prefix1 = 0;
FakePlayers_ConnectInitiationCheck = 6
FakePlayers_ClientValidationCheck = 8
FakePlayers_AntiReconnect = 1
FakePlayers_BanTime = -1
DisableNativeAuth = 0
ServerInfoAnswerType = 2
MasterClient = 0
Master_GameVersion = 1.1.2.6/Stdio
Game_Name =
HLStatsPlayerIdFix = 0
ExportVersion = 0
HLTVExcept_IP = 127.0.0.1


Read the rules.
NO STEAM = NO SUPPORT


All times are GMT -4. The time now is 05:03.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.