View Single Post
jim_yang
Veteran Member
Join Date: Aug 2006
Old 07-24-2009 , 03:31   Re: Module: Max Money
#10

Code:
#if defined _maxmoney_included
  #endinput
#endif
#define _maxmoney_included
#if AMXX_VERSION_NUM >= 175
 #pragma reqlib maxmoney
 #if !defined AMXMODX_NOAUTOLOAD
  #pragma loadlib maxmoney
 #endif
#else
 #pragma library maxmoney
#endif
#define MAX_MONEY 999999
you can make an inc file to make it auto load the lib. but I think it's unnecessary since there is no native in this module.
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang is offline