NyxGrimlock

variables.sqf

Aug 12th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. disableSerialization;
  2.  
  3.  
  4. //-----------------------------------Currency & Banking Configs ---------------------------------//
  5. CurrencyName = "Zupa Coins"; // name of your currency
  6. DZE_ATM = ["Laptop_EP1"]; // items,objects classnames where u can bank.
  7. DZE_UnLockedStorage = ["ItemVault"]; // items,objects classnames where u can bank.
  8. LimitOnBank = false; // false = no limits, true = banks are limited on the value below
  9. MaxBankMoney = 500000; // limit on bank for normal players
  10. DonatorListZupa = ["76561198012464696","111111111"]; // bigger bank PUID
  11. MaxDonatorBankMoney = 1000000; // Bank size donators
  12.  
  13. //-----------------------------------Currency & Banking Configs END ---------------------------------//
  14.  
  15. //Model Variables
Advertisement
Add Comment
Please, Sign In to add comment