View Single Post
Plugin Info:     Modification:          Category:         
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 04-28-2013 , 05:01   Simple Vault Bank - Save your money automatically!
Reply With Quote #1

Simple Vault Bank

.: Description :.

This plugin automatically saves your Money to a Vault file and loads it when you rejoin to the server.
I know there are some other plugins which do almost the same, but I had some problems with them so I decided to make a new one.
Servers running this plugin.

.: CVars :.

None.

.: Modules :.
  • amxmodx
  • cstrike
  • hamsandwich
  • nvault

.: Requirements :.
  • AmxModx Vers. 1.8.2 or higher
  • A STEAM Server.

.: Credits :.
  • flyeni6 - For his NVault Tutorial
  • ConnorMcLeod - For his "Server using this Plugin"-Code

.: Recommended Plugins :.
.: Changelog :.
Quote:
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")
Version 1.0
  • First release.
Attached Files
File Type: sma Get Plugin or Get Source (simplevaultbank.sma - 929 views - 1.9 KB)
File Type: sma Get Plugin or Get Source (simplevaultbank_1_1.sma - 975 views - 1.9 KB)
__________________

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