Jim90 Posted March 10, 2017 Report Share Posted March 10, 2017 Is there someone out there that could update this for 1.0.6.1 Single Currency? *edit* Solution posted below Link to comment Share on other sites More sharing options...
salival Posted March 11, 2017 Report Share Posted March 11, 2017 If you want to give NEW players coins on their first login, see the install instructions for ZSC: https://github.com/oiad/ZSC#giving-new-players-coins-on-their-first-login Mannie 1 Link to comment Share on other sites More sharing options...
Mannie Posted March 11, 2017 Report Share Posted March 11, 2017 What I posted didn't seem to trigger on death for some reason but what you posted is less confusing for others and seems safer. I've tested both option and they seem to be working properly. Thanks for an easier option, I will remove my post to prevent confusion. :) Link to comment Share on other sites More sharing options...
salival Posted March 11, 2017 Report Share Posted March 11, 2017 14 minutes ago, Mannie said: What I posted didn't seem to trigger on death for some reason but what you posted is less confusing for others and seems safer. I've tested both option and they seem to be working properly. Thanks for an easier option, I will remove my post to prevent confusion. :) I edited the OP to reflect that it has been solved Cheers Link to comment Share on other sites More sharing options...
Jim90 Posted March 11, 2017 Author Report Share Posted March 11, 2017 Works great. Thanks salival Might I suggest permanently adding these two lines with default values of 0 and, a comment on each line saying what they are for like this. dayz_server\compile\server_playerLogin.sqf if (_newPlayer) then {_characterCoins = 0}; // Set starting coins on new players here. if (_newPlayer) then {_bankCoins = 0}; // Set starting coins in new players bank here. PVCDZ_plr_Login = [_charID,_inventory,_backpack,_survival,_isNew,dayz_versionNo,_model,_isHiveOk,_newPlayer,_isInfected,_group,_CharacterCoins,_playerCoins,_BankCoins]; Link to comment Share on other sites More sharing options...
salival Posted March 11, 2017 Report Share Posted March 11, 2017 Epoch won't be adding anything related to coins, that's up to admins to add, We only supply the frame work. I've updated the install instructions for ZSC to show how to change this: https://github.com/oiad/ZSC#giving-new-players-coins-on-their-first-login Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now