Forum

> > CS2D > Scripts > No money adding.
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch No money adding.

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt No money adding.

iCe4147
User Off Offline

Zitieren
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.

alt Re: No money adding.

Precel97
User Off Offline

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