I have a money system set and you get money every you get money every minute
This goes in a Trigger condition set True:
I put this in the init.sqf: cash = 0
That's the Money earning system now this is the part I need help with the spending system
I made a buy6.sqf with this in it
then add a unit named p1 and in its init put this: p1 addaction ["<t color="#00FF3C"">" +"Mk17 $500", "buy6.sqf];
I cant get it to work for multiplayer any ideas?
this is not my script
I just added the earning system