Thread: Vip plugin
View Single Post
AnimalMonster
Senior Member
Join Date: May 2020
Old 06-26-2020 , 08:40   Re: Vip plugin
Reply With Quote #6

try make the vip time
PHP Code:
#define FIRST_HOUR  12
#define LAST_HOUR   24 
and
PHP Code:
new const g_szVipFlags[  ] =    "t"
don't ever edit these , this^ is the flag that players will have in the vip hour
and
PHP Code:
#define FIRST_HOUR  12
#define LAST_HOUR   24 
wasn't correct bcs it defined the first hour and last hour to 00 and hours 00 to 00 means 0 secs bcs the plugin don't make it permanent if set 00 .
and in amxx.cfg make
PHP Code:
amx_default_access "z" 
because then everything will go down if you don't edit inc and etc to make it like "official" if you know what im saying

Last edited by AnimalMonster; 06-26-2020 at 08:43.
AnimalMonster is offline