Forum

> > CS2D > Scripts > No money adding.
Forums overviewCS2D overview Scripts overviewLog in to reply

English No money adding.

5 replies
To the start Previous 1 Next To the start

old No money adding.

iCe4147
User Off Offline

Quote
At times when you spawn your money is added. Can anyone make for me a script that cancels out the additional money you get on spawn. Im still a noob at scripting.

old Re: No money adding.

Precel97
User Off Offline

Quote
Here you have script if you want...
1
2
3
4
5
6
7
8
addhook("ms100","save_nomoney")
function save_nomoney()
     for id = 1,32 do
          if (player(id,"exists")) then
               parse("setmoney "..id.." "..player(id,"money")-170000)
          end
     end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview