Forum

> > CS2D > Scripts > Full Money
Forums overviewCS2D overview Scripts overviewLog in to reply

English Full Money

5 replies
To the start Previous 1 Next To the start

old Full Money

Sniper Killer
User Off Offline

Quote
hi all when i Play whit my friends on S Mode when somone no kill so much Player he will no money and be killed so i need a script amke money 160000 always

old Re: Full Money

BcY
Reviewer Off Offline

Quote
Here you go:

1
2
3
4
addhook("spawn","stmoney")
	function stmoney(id)
	parse("setmoney "..id.." 16000")
end

old Re: Full Money

_Yank
User Off Offline

Quote
You'd rather use this one:
1
2
3
addhook("buy","_")
addhook("spawn","_")
function _(id) parse("setmoney "..id.." 16000") end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview