Forum

> > CS2D > Servers > how to auto mp_startmoney 16000 after respawn
Forums overviewCS2D overview Servers overviewLog in to reply

English how to auto mp_startmoney 16000 after respawn

23 replies
Page
To the start Previous 1 2 Next To the start

old Re: how to auto mp_startmoney 16000 after respawn

Apache uwu
User Off Offline

Quote
sys/lua/server.lua

1
2
3
4
5
addhook("spawn","_spawn")

function _spawn(id)
	parse("setmoney "..id.." 16000")
end

Using mp_startmoney only applies to a round, meaning these money values return when the round is restarted.

And as you said mp_dmspawnmoney only applies to con&deathmatch.
To the start Previous 1 2 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview