Search the Community
Showing results for tags 'cash'.
Found 5 results
-
Description Weapon shop Gear shop Units shop Vehicles shop Dealer, trader... Installation/Usage/Download/Updates GitHub Notes Works in MP If you use RHS, weapons name in editor can't be used in the shop, see post #62 Screenshot Click Me Armaholic Armaholic Topic
- 310 replies
-
- 14
-
[Release] Simple Vehicle Shop System
hoverguy posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
v 1.2 Description Vehicle shop dialog Vehicle shop functions Installation/Usage/Download/Updates GitHub Notes Works in MP Screenshot Click Me Armaholic Armaholic Topic -
This is just a simple ATM/banking system that I'm working on for use for future missions, figured it would be useful to some people so why not release it and give it a little flexibility. Currently only works on user placed ATM's. Installation/Demonstration: Download: https://www.dropbox.com/s/gcti9ys0wjwyj52/BUF_ATM.rar?dl=0
-
[Solved] Reset cash when killed through an eventhandler
Sciirof posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey folks, so I am working on a gamemode but when you get killed I want the player's cash to be reset but I can't get this to work. I have the feeling I have made a big misstake somewhere (still learning). Script: //Reset cash when you respawn if (!isDedicated)then{ _killed=(_this select 0); _killed addEventHandler ["MPKilled", { _killed= (_this select 0); if (player == _killed)then{ cash=100; any = [ [ ["Died!","align = 'center' size = '0.7' font='PuristaBold'","#FF0000"], ["","<br/>"], [str (date select 3) + ":" + str (date select 4),"align = 'center' size = '0.7'"] //Show date when died ] ] spawn BIS_fnc_typeText2; (uiNameSpace getVariable "myUI_DollarTitle") ctrlSetText format ["$%1",cash]; _killed removeAllEventHandlers "MPKilled"; }; }]; }; Thanks! - Sciirof- 4 replies
-
- cash
- eventhandler
-
(and 1 more)
Tagged with:
-
[Release] Simple Clothing Shop System
hoverguy posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
v 1.2 Description Clothing shop dialog Clothing shop functions Installation/Usage/Download/Updates GitHub Notes Works in MP Screenshot Click Me Armaholic Armaholic Topic