Forum

> > CS2D > General > Dedicated Server Crashed!
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Dedicated Server Crashed!

14 replies
To the start Previous 1 Next To the start

old Dedicated Server Crashed!

KagamineLen
User Off Offline

Quote
I have an Dedicated Server's named:

•[PBS]Construction[PH]
•[PBS]Zombies[PH]
•[PBS]SuperHero[PH]
•[PBS]RolePlay[PH]
•[PBS]Training
•[PBS]Training2[PH]

and i have a problem in my
[PBS]Construction[PH] server

>:when spam it will crash
>when you add bot first it will lag then suddenly it crushed

help me i don't know whats happening to that server(•[PBS]Constraction[PH])

by the way the map is:
>"300BC_SPARTA12-1"

old Re: Dedicated Server Crashed!

Bowlinghead
User Off Offline

Quote
Maybe you show us the fastbuild lua.
I createt a Lua and I start game and my CS2D crashed immediatly...
But I never used codes like "close" or something like that...

old Re: Dedicated Server Crashed!

KagamineLen
User Off Offline

Quote
user DannyDeth has written
Spamming servers will crash them, don't be silly. Anyway, are you hosting these servers from your household, buying a server from places like www.pro2d.de and www.servers.cs2d.nl or are you hosting them on a v-/dedi-server?


>v-/dedi-server

@MC_Bowlinghead

this is the code but it does work

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
addhook("build","Building")
function Building(id,type)
		if (type == 21) then
		return 0
	else
		return 1
	end
end

buildingmoney = {300,500,1000,2000,3000,1500,5000,3000}

addhook("build","Building2")
function Building2(id,type,x,y)
		if (type == 21) then
		return 0
	else
		parse("spawnobject "..type.." "..x.." "..y.." 90 1 "..player(id,"team").." "..id)
	end
end
		parse("mp_startmoney 16000")
		parse('mp_building_limit "Barricade" 999999')
		parse('mp_building_limit "Barbed Wire" 999999')
		parse('mp_building_limit "Wall I" 999999')
		parse('mp_building_limit "Wall II" 999999')
		parse('mp_building_limit "Wall III" 999999')
		parse('mp_building_limit "Gate Field" 999999')
		parse('mp_building_limit "Turret" 999999')
		parse('mp_building_limit "Dispenser" 999999')
		parse('mp_building_limit "Supply" 999999')
		parse('mp_building_limit "Teleporter Entrance" 999999')
		parse('mp_building_limit "Teleporter Exit" 1')

old Re: Dedicated Server Crashed!

DannyDeth
User Off Offline

Quote
Okay, then you may want to refrain from adding bots, most players don't like them anyway. If you really need bots, then check your bots' Lua files, and possibly update them as there could be a small corruption causing a large error which would force the dedicated server to crash.

old Re: Dedicated Server Crashed!

PyroCracker
User Off Offline

Quote
why so many admins? for what? ban each other?

give the rcon only to trusted persons. not every single player that asks.


give it only to 1-3 trusted friends. nobody and no server needs 11 admins.
and you see: 11 admins dont work. so try the other way
safer and better.

change your rcon and give it only to a few players you trust.

old Re: Dedicated Server Crashed!

Hador
User Off Offline

Quote
If you have 11 trusted friends, how come one of them keeps crashing your Server? Just get rid of him off your Admin List or whatever and then you don't have the problem anymore.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview