Advertisement
NyxGrimlock

variables.sqf

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