Raised This Month: $32 Target: $400
 8% 

Error on connecting my server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Troublemaker
Member
Join Date: Jun 2013
Old 09-01-2013 , 03:00   Error on connecting my server
Reply With Quote #1

Clients get different error sometimes while connecting my server.This time i saw a wierd error which shuts your cs.The snap is attached below:
Other errors which i get are:


1) "BUILD 5758 SERVER (0 CRC)
Server # 9
Host_Error: CL_EntityNum: 1734 is an invalid number, cl.max_edicts is 1065"

2) "Host_Error: UserMsg: Not Present on Client 19"

3) Couldn't open file overviews/aa_dima2.txt. Using default values for overiew mode.
Couldn't open file overviews/aa_dima2.txt. Using default values for overiew mode.
Host_Error: UserMsg: Not Present on Client

advanced_bans.amxx
//Do not disable important plugins from joister


Quote:
My users.ini
; AMX Mod X plugins

; 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)

; 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
ASP.amxx
admin_spec_esp_v1.4_beta.amxx
amx_super.amxx
amx_super_menu.amxx
ad_manager.amxx
amxx_fuckoff.amxx
antiflashbug.amxx
cs_team_semiclip.amxx
admin_vip.amxx
fixautobuy.amxx
gameMenu.amxx
resetscore.amxx
round_money.amxx
exploitfix.amxx
amx_hpk.amxx
//extra
TP_aim.amxx
Attached Thumbnails
Click image for larger version

Name:	1241119_575060759217517_1813597815_n.jpg
Views:	442
Size:	64.1 KB
ID:	125119  
Troublemaker is offline
Baghi
Senior Member
Join Date: Mar 2012
Location: Asia Pacific
Old 09-01-2013 , 04:14   Re: Error on connecting my server
Reply With Quote #2

Try updating your server to the latest build and see if that helps.
__________________
new signature
Baghi is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-01-2013 , 05:51   Re: Error on connecting my server
Reply With Quote #3

Quote:
//Do not disable important plugins from joister
Jo!ster offers Non-Steam Servers. So your solution is to remove dproto and contact them regarding server update.
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins

Last edited by HalfLife; 09-01-2013 at 05:52.
HalfLife is offline
Troublemaker
Member
Join Date: Jun 2013
Old 09-01-2013 , 06:30   Re: Error on connecting my server
Reply With Quote #4

Ok i will see to it
But give me any plugin which gives different models to server owners and admin
what i mean is owner should look different from admins and other players.
Troublemaker is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-01-2013 , 06:57   Re: Error on connecting my server
Reply With Quote #5

Quote:
Originally Posted by Troublemaker View Post
Ok i will see to it
But give me any plugin which gives different models to server owners and admin
what i mean is owner should look different from admins and other players.
http://forums.alliedmods.net/showthread.php?p=97428
If you are owner and you have access to amx_rcon, change this line:
PHP Code:
if (get_user_flags(id) & ADMIN_KICK) { 

PHP Code:
if (get_user_flags(id) & ADMIN_RCON) { 
(Change ADMIN_KICK to ADMIN_RCON or ADMIN_IMMUNITY anything you want depends on your flag which you need model to be set to.)
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife is offline
Troublemaker
Member
Join Date: Jun 2013
Old 09-01-2013 , 09:08   Re: Error on connecting my server
Reply With Quote #6

how to change these lines?
and by the way joister offers steam servers too and im the only one getting those errors please help with that too and also the plugin.admin models should be different
owner model should be different and there should be normal models for normal players with no access level
Troublemaker is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-01-2013 , 10:53   Re: Error on connecting my server
Reply With Quote #7

Quote:
Originally Posted by Troublemaker View Post
how to change these lines?
and by the way joister offers steam servers too and im the only one getting those errors please help with that too and also the plugin.admin models should be different
owner model should be different and there should be normal models for normal players with no access level
If they were offering Steam servers, your server build wasn't 5758.
Edit: Also you have 2 slowhack plugins: GameMenu and amx_fuckoff.
You wont get support when you have these 2 and specially when you say "Jo!ster offers Steam servers, too" so when you have those two plugins, to whom you want to apply amx_fuckoff or GameMenu?? Latest Steam update for Counter-Strike blocks those slowhacks and this shows that your server contains dproto. So better to ask a moderator to close this thread before they ban you.
If your name is "TroubleMaker", make sure that you are not making trouble for yourself.
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins

Last edited by HalfLife; 09-01-2013 at 11:15.
HalfLife is offline
Troublemaker
Member
Join Date: Jun 2013
Old 09-01-2013 , 12:46   Re: Error on connecting my server
Reply With Quote #8

my server is steam+nonsteam then why no support here?
Troublemaker is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 09-01-2013 , 12:48   Re: Error on connecting my server
Reply With Quote #9

https://forums.alliedmods.net/misc.php?do=showrules
sami_spt is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-01-2013 , 12:57   Re: Error on connecting my server
Reply With Quote #10

Quote:
Originally Posted by Troublemaker View Post
my server is steam+nonsteam then why no support here?
Because the Non-Steam thing (dproto) causes many exploits and creates backdoors. So cracked things are not supported here.
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:58.


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