Description:
It's similar to some TV game shows. They ask you a question and you proceed on to a new level. Just that this only have to answer 1 and you get the reward.
Modules/Includes:
PHP Code:
#include <amxmodx>
#include <zombieplague>
Version History:
PHP Code:
v1.0 - Initial Release
CVars:
PHP Code:
zp_qna_duration "30.0" - Time before question ends.
Commands:
PHP Code:
/setquestion - Admin command
/qna - Player command
Note: Commands DOES NOT need parameters. It uses messagemode.
Customizations:
PHP Code:
Line 4:
#define ADMIN_FLAG ADMIN_BAN
List of admin flags (Taken from AMXModX Funcwiki)
PHP Code:
ADMIN_RESERVATION
ADMIN_IMMUNITY
ADMIN_KICK
ADMIN_BAN
ADMIN_SLAY
ADMIN_MAP
ADMIN_CVAR
ADMIN_CFG
ADMIN_CHAT
ADMIN_VOTE
ADMIN_PASSWORD
ADMIN_RCON
ADMIN_LEVEL_A
ADMIN_LEVEL_B
ADMIN_LEVEL_C
ADMIN_LEVEL_D
ADMIN_LEVEL_E
ADMIN_LEVEL_F
ADMIN_LEVEL_G
ADMIN_LEVEL_H
FAQs:
Q. The question directly ends just right after I set the ammo packs.
A. It uses messagemode. You got to restart the round so that the commands register into your server successfully.
Notes to Server Admins:
- Questions is allowed to have spaces.
- Make sure your answers doesn't have spaces as it would be difficult for players to get it correct.
Credits:
- Me