Forum

> > CS2D > Scripts > Ultime money
Forums overviewCS2D overview Scripts overviewLog in to reply

English Ultime money

15 replies
To the start Previous 1 Next To the start

old Ultime money

thesk5tera
User Off Offline

Quote
pleaze i need help can some one give script for ultime money not 16000 but 500000 if some one can make this script ?

old Re: Ultime money

KimKart
Idiot Off Offline

Quote
Gentlemen, I think it's our time to give this young fellow our creative ways of how to achive "Ultime" money.

old Re: Ultime money

thesk5tera
User Off Offline

Quote
I just want to script Ultimate money with no money order 16000 with 500000 money

old Re: Ultime money

Yates
Reviewer Off Offline

Quote
It depends on what kind of script you want. Do you want extra money, or do you want a totally new money system which works with standard CS2D functions such as build etc?

Of course you understand the second one is harder than the first, but it looks nicer.

I suggest you learn Lua instead, seeing as you keep on asking for scripts all the time and no one really wants to make a money script as it's no challenge at all.

old Re: Ultime money

thesk5tera
User Off Offline

Quote
then I want to script for money, when you play cs2d gold standart mod zombie mod .... there is 16000 but I want no 16000 500 000 c read a script and I have found just cs 1.6 if you could help me

old Re: Ultime money

MikuAuahDark
User Off Offline

Quote
It's impossible to increase the money limit more than 16000 if you're using CS2D bulit-in money system
edited 1×, last 20.09.13 12:01:27 pm

old Re: Ultime money

Chingy
User Off Offline

Quote
user thesk5tera has written
i need make max money to 500000 not 16000 like in cs 1.6

I guess he wants to have up to 500000$ instead of the only possible 16000$.

old Re: Ultime money

VADemon
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
-------------- /////\\\\\ --------------
--===== Ultime money Script v2.0 =====--
-------------- /////\\\\\ --------------
addhook("always", "money")
function money()
	for k,v in pairs(player(0,"table")) do
		local moneyCounter = player(v, "money")
		while moneyCounter<=500000 do
			parse("setmoney ".. v .." 16000")
			moneyCounter = moneyCounter + 16000
		end
	end
end
edited 1×, last 20.09.13 04:33:01 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview