View Single Post
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 04-28-2013 , 08:03   AW: Simple Vault Bank - Save your money automatically!
Reply With Quote #10

Title says already, it's a very simple plugin to save / load money.

Updated to Vers. 1.1

Version 1.1
  • Changed "format(vaultdata,255,"%i#",g_iMoney[id])" to "format(vaultdata,255,"%i",g_iMoney[id])"
  • Changed "client_putinserver" to "client_authorized"
  • Changed "if(money == 800.." to "if(money == g_iStartmoney" (g_iStartmoney = get_cvar_pointer("mp_startmoney")
__________________

Last edited by Kia; 04-28-2013 at 08:27.
Kia is offline