Forum

> > CS2D > Servers > how to auto mp_startmoney 16000 after respawn
ForenübersichtCS2D-Übersicht Servers-ÜbersichtEinloggen, um zu antworten

Englisch how to auto mp_startmoney 16000 after respawn

23 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: how to auto mp_startmoney 16000 after respawn

Apache uwu
User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Servers-ÜbersichtCS2D-ÜbersichtForenübersicht