Quote:
Originally Posted by Smex
Hello, i am here looking for Free VIP Event from 19h - 00h
with prefix in chat [FREEVIP]
|
New plugin..
Options :
1. Event free vip
2. Free vip prefix
3. Cosole command for strat event "amx_start_event" access ADMIN_RCON
You dont need to use natives for adding chat system to other plugins it will work with any chat system plugin
PHP Code:
#define VIP_FLAG ADMIN_LEVEL_H
#define START_EVENT_FLAG ADMIN_RCON
new const g_szTags[] = "[Free VIP]"
g_pCvarEnableHappyHours = register_cvar("enable_happy_hours", "1")
g_pCvarHappyHours = register_cvar("vip_happy_hours", "19-00")
register_concmd("amx_start_event", "cStartHappyHour")